Skip to content

Commit

Permalink
chore: release main (#1650)
Browse files Browse the repository at this point in the history
* chore: release main

* chore(pnpm): update lockfile

---------

Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] and github-actions[bot] committed Jun 13, 2024
1 parent bcd967f commit 392d114
Show file tree
Hide file tree
Showing 20 changed files with 118 additions and 26 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.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.1"}
{"packages/core-loader":"1.6.19","packages/overlays":"2.3.55","packages/react-loader":"1.10.3","packages/svelte-loader":"1.11.32","packages/presentation":"1.15.15","packages/preview-url-secret":"1.6.17","packages/preview-kit-compat":"1.5.3","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.17","packages/visual-editing":"2.1.5","packages/insert-menu":"1.0.2"}
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.19](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.18...core-loader-v1.6.19) (2024-06-13)


### Dependencies

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

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


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.18",
"version": "1.6.19",
"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.16",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/insert-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.1...insert-menu-v1.0.2) (2024-06-13)


### Bug Fixes

* **insert-menu:** ui polish ([#1657](https://github.com/sanity-io/visual-editing/issues/1657)) ([bcd967f](https://github.com/sanity-io/visual-editing/commit/bcd967ff9ab7c9816a82a5d1b5a961ba69a18e0a))

## [1.0.1](https://github.com/sanity-io/visual-editing/compare/insert-menu-v1.0.0...insert-menu-v1.0.1) (2024-06-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/insert-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/insert-menu",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"keywords": [],
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/insert-menu#readme",
Expand Down
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.55](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.54...overlays-v2.3.55) (2024-06-13)


### Dependencies

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

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


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.54",
"version": "2.3.55",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down Expand Up @@ -102,7 +102,7 @@
"root": true
},
"dependencies": {
"@sanity/visual-editing": "2.1.4"
"@sanity/visual-editing": "2.1.5"
},
"devDependencies": {
"@repo/package.config": "workspace:*",
Expand Down
14 changes: 14 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ 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.15](https://github.com/sanity-io/visual-editing/compare/presentation-v1.15.14...presentation-v1.15.15) (2024-06-13)


### Bug Fixes

* **presentation:** dedupe search param derived state ([#1646](https://github.com/sanity-io/visual-editing/issues/1646)) ([6f21b7c](https://github.com/sanity-io/visual-editing/commit/6f21b7c6ff1d71b62490d9b05c84ea8118892d06))


### Dependencies

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

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


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.14",
"version": "1.15.15",
"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.16",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.3",
"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.3](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.2...preview-kit-compat-v1.5.3) (2024-06-13)


### Dependencies

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

## [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)


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.2",
"version": "1.5.3",
"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.16",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.3",
"@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.3](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.2...react-loader-v1.10.3) (2024-06-13)


### Dependencies

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

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


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.2",
"version": "1.10.3",
"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.18"
"@sanity/core-loader": "1.6.19"
},
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.16",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.3",
"@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.32](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.31...svelte-loader-v1.11.32) (2024-06-13)


### Dependencies

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

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


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.31",
"version": "1.11.32",
"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.18",
"@sanity/core-loader": "1.6.19",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
"@repo/channels": "0.4.0",
"@repo/package.config": "workspace:*",
"@repo/visual-editing-helpers": "0.6.16",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "^6.19.1",
"@sanity/pkg-utils": "6.9.3",
"@sanity/preview-url-secret": "^1.6.17",
"@sanity/visual-editing": "2.1.4",
"@sanity/visual-editing": "2.1.5",
"@sveltejs/kit": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.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.17](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.6.16...visual-editing-helpers-v0.6.17) (2024-06-13)


### Bug Fixes

* **deps:** Update dependency valibot to v0.31.1 ([#1645](https://github.com/sanity-io/visual-editing/issues/1645)) ([0cc3a62](https://github.com/sanity-io/visual-editing/commit/0cc3a62023b8746ba297fc70b690e36d9cf21aa4))

## [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)


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.16",
"version": "0.6.17",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
14 changes: 14 additions & 0 deletions packages/visual-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.1.5](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.1.4...visual-editing-v2.1.5) (2024-06-13)


### Bug Fixes

* **deps:** Update dependency valibot to v0.31.1 ([#1645](https://github.com/sanity-io/visual-editing/issues/1645)) ([0cc3a62](https://github.com/sanity-io/visual-editing/commit/0cc3a62023b8746ba297fc70b690e36d9cf21aa4))


### Dependencies

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

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


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.4",
"version": "2.1.5",
"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.16",
"@repo/visual-editing-helpers": "0.6.17",
"@sanity/client": "6.19.1",
"@sanity/pkg-utils": "6.9.3",
"@sanity/ui": "2.3.3",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 392d114

Please sign in to comment.