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 9134258 commit a345aa7
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 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.17","packages/overlays":"2.3.54","packages/react-loader":"1.10.1","packages/svelte-loader":"1.11.31","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.4"}
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/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ 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
* devDependencies
* @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
4 changes: 2 additions & 2 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 @@ -98,7 +98,7 @@
"@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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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))

## [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
2 changes: 1 addition & 1 deletion 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

0 comments on commit a345aa7

Please sign in to comment.