Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
ecospark[bot] authored Jun 7, 2024
1 parent 5805f06 commit 3d8f23e
Show file tree
Hide file tree
Showing 19 changed files with 109 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/core-loader":"1.6.17","packages/overlays":"2.3.53","packages/react-loader":"1.10.1","packages/svelte-loader":"1.11.30","packages/presentation":"1.15.13","packages/preview-url-secret":"1.6.17","packages/preview-kit-compat":"1.5.1","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.15","packages/visual-editing":"2.1.3"}
{"packages/core-loader":"1.6.18","packages/overlays":"2.3.54","packages/react-loader":"1.10.2","packages/svelte-loader":"1.11.31","packages/presentation":"1.15.14","packages/preview-url-secret":"1.6.17","packages/preview-kit-compat":"1.5.2","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.16","packages/visual-editing":"2.1.4","packages/insert-menu":"1.0.0"}
9 changes: 9 additions & 0 deletions packages/core-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.6.0 to 0.6.1

## [1.6.18](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.17...core-loader-v1.6.18) (2024-06-07)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.15 to 0.6.16

## [1.6.17](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.16...core-loader-v1.6.17) (2024-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/core-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/core-loader",
"version": "1.6.17",
"version": "1.6.18",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/core-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -112,7 +112,7 @@
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.15",
"@repo/visual-editing-helpers": "0.6.16",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/insert-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-06-07)


### Features

* add new @sanity/insert-menu package ([#1630](https://github.com/sanity-io/visual-editing/issues/1630)) ([a3afc03](https://github.com/sanity-io/visual-editing/commit/a3afc03163ea40fd4e7d529115a08b8c0cd63bb7))
5 changes: 1 addition & 4 deletions packages/insert-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/insert-menu",
"version": "0.0.0",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/insert-menu#readme",
Expand Down Expand Up @@ -62,8 +62,5 @@
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}
9 changes: 9 additions & 0 deletions packages/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,15 @@ All notable changes to this project will be documented in this file. See
* dependencies
* @sanity/visual-editing bumped from 1.7.0 to 1.7.1

## [2.3.54](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.53...overlays-v2.3.54) (2024-06-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/visual-editing bumped from 2.1.3 to 2.1.4

## [2.3.53](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.52...overlays-v2.3.53) (2024-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/overlays",
"version": "2.3.53",
"version": "2.3.54",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down Expand Up @@ -102,7 +102,7 @@
"root": true
},
"dependencies": {
"@sanity/visual-editing": "2.1.3"
"@sanity/visual-editing": "2.1.4"
},
"devDependencies": {
"@repo/package.config": "workspace:*",
Expand Down
9 changes: 9 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.5.2 to 0.6.0

## [1.15.14](https://github.com/sanity-io/visual-editing/compare/presentation-v1.15.13...presentation-v1.15.14) (2024-06-07)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.15 to 0.6.16

## [1.15.13](https://github.com/sanity-io/visual-editing/compare/presentation-v1.15.12...presentation-v1.15.13) (2024-05-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/presentation",
"version": "1.15.13",
"version": "1.15.14",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/presentation#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -114,7 +114,7 @@
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.15",
"@repo/visual-editing-helpers": "0.6.16",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.0",
"happy-dom": "^14.12.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/preview-kit-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.6.0 to 0.6.1

## [1.5.2](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.1...preview-kit-compat-v1.5.2) (2024-06-07)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.15 to 0.6.16

## [1.5.1](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.0...preview-kit-compat-v1.5.1) (2024-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/preview-kit-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/preview-kit-compat",
"version": "1.5.1",
"version": "1.5.2",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-kit-compat#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -97,7 +97,7 @@
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.15",
"@repo/visual-editing-helpers": "0.6.16",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.0",
"@types/react": "^18.3.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.6.0 to 0.6.1

## [1.10.2](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.1...react-loader-v1.10.2) (2024-06-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped from 1.6.17 to 1.6.18
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.15 to 0.6.16

## [1.10.1](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.0...react-loader-v1.10.1) (2024-05-30)


Expand Down
6 changes: 3 additions & 3 deletions packages/react-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/react-loader",
"version": "1.10.1",
"version": "1.10.2",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/react-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -128,12 +128,12 @@
"root": true
},
"dependencies": {
"@sanity/core-loader": "1.6.17"
"@sanity/core-loader": "1.6.18"
},
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.15",
"@repo/visual-editing-helpers": "0.6.16",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.0",
"@types/react": "^18.3.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/visual-editing bumped from 1.7.0 to 1.7.1

## [1.11.31](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.30...svelte-loader-v1.11.31) (2024-06-07)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped from 1.6.17 to 1.6.18
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.15 to 0.6.16
* @sanity/visual-editing bumped from 2.1.3 to 2.1.4

## [1.11.30](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.29...svelte-loader-v1.11.30) (2024-05-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/svelte-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/svelte-loader",
"version": "1.11.30",
"version": "1.11.31",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/svelte-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -88,17 +88,17 @@
"root": true
},
"dependencies": {
"@sanity/core-loader": "1.6.17",
"@sanity/core-loader": "1.6.18",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.15",
"@repo/visual-editing-helpers": "0.6.16",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.0",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/visual-editing": "2.1.3",
"@sanity/visual-editing": "2.1.4",
"@sveltejs/kit": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/visual-editing-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.16](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.6.15...visual-editing-helpers-v0.6.16) (2024-06-07)


### Bug Fixes

* **deps:** Update dependency valibot to v0.31.0 ([#1636](https://github.com/sanity-io/visual-editing/issues/1636)) ([b4228b8](https://github.com/sanity-io/visual-editing/commit/b4228b851cc0bf0aef083bfbc3ae8c8ce2593000))

## [0.6.15](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.6.14...visual-editing-helpers-v0.6.15) (2024-05-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/visual-editing-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/visual-editing-helpers",
"version": "0.6.15",
"version": "0.6.16",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
15 changes: 15 additions & 0 deletions packages/visual-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.1.4](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.1.3...visual-editing-v2.1.4) (2024-06-07)


### Bug Fixes

* add next 15 to peer dep range ([#1627](https://github.com/sanity-io/visual-editing/issues/1627)) ([ae5871f](https://github.com/sanity-io/visual-editing/commit/ae5871faccf15ce816598487e7ab57e5ab83d699))
* **deps:** Update dependency valibot to v0.31.0 ([#1636](https://github.com/sanity-io/visual-editing/issues/1636)) ([b4228b8](https://github.com/sanity-io/visual-editing/commit/b4228b851cc0bf0aef083bfbc3ae8c8ce2593000))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped from 0.6.15 to 0.6.16

## [2.1.3](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.1.2...visual-editing-v2.1.3) (2024-05-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/visual-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/visual-editing",
"version": "2.1.3",
"version": "2.1.4",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down Expand Up @@ -162,7 +162,7 @@
"@remix-run/react": "^2.9.2",
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.15",
"@repo/visual-editing-helpers": "0.6.16",
"@sanity/client": "6.19.1",
"@sanity/pkg-utils": "6.9.0",
"@sanity/ui": "2.2.0",
Expand Down

0 comments on commit 3d8f23e

Please sign in to comment.