Skip to content

Commit

Permalink
chore: release main (#1165)
Browse files Browse the repository at this point in the history
Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] committed Mar 18, 2024
1 parent 1c0dde7 commit 3a6bd8f
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.1","packages/overlays":"2.3.27","packages/react-loader":"1.9.3","packages/svelte-loader":"1.11.3","packages/presentation":"1.11.7","packages/preview-url-secret":"1.6.4","packages/preview-kit-compat":"1.4.12","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.1","packages/visual-editing":"1.8.1"}
{"packages/core-loader":"1.6.1","packages/overlays":"2.3.28","packages/react-loader":"1.9.3","packages/svelte-loader":"1.11.4","packages/presentation":"1.11.7","packages/preview-url-secret":"1.6.4","packages/preview-kit-compat":"1.4.12","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.1","packages/visual-editing":"1.8.2"}
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.28](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.27...overlays-v2.3.28) (2024-03-18)


### Dependencies

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

## [2.3.27](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.26...overlays-v2.3.27) (2024-03-15)


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.27",
"version": "2.3.28",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down Expand Up @@ -111,7 +111,7 @@
"root": true
},
"dependencies": {
"@sanity/visual-editing": "1.8.1"
"@sanity/visual-editing": "1.8.2"
},
"devDependencies": {
"@sanity/pkg-utils": "^5.0.4",
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.4](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.3...svelte-loader-v1.11.4) (2024-03-18)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing bumped from 1.8.1 to 1.8.2

## [1.11.3](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.2...svelte-loader-v1.11.3) (2024-03-15)


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.3",
"version": "1.11.4",
"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 @@ -104,7 +104,7 @@
"@sanity/client": "^6.15.5",
"@sanity/pkg-utils": "^5.0.4",
"@sanity/preview-url-secret": "^1.6.4",
"@sanity/visual-editing": "1.8.1",
"@sanity/visual-editing": "1.8.2",
"@sanity/visual-editing-helpers": "0.6.1",
"@sveltejs/kit": "^2.5.4",
"@typescript-eslint/eslint-plugin": "^7.3.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

## [1.8.2](https://github.com/sanity-io/visual-editing/compare/visual-editing-v1.8.1...visual-editing-v1.8.2) (2024-03-18)


### Bug Fixes

* support `aria-label` on `&lt;svg&gt;` elements ([#1161](https://github.com/sanity-io/visual-editing/issues/1161)) ([f8f28b7](https://github.com/sanity-io/visual-editing/commit/f8f28b70f9d76e8c1781e87e6cea5ec34a8d25bf))

## [1.8.1](https://github.com/sanity-io/visual-editing/compare/visual-editing-v1.8.0...visual-editing-v1.8.1) (2024-03-15)


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": "1.8.1",
"version": "1.8.2",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down

0 comments on commit 3a6bd8f

Please sign in to comment.