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 Oct 18, 2024
1 parent b4fb0a8 commit deb072b
Show file tree
Hide file tree
Showing 21 changed files with 206 additions and 11 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.23","packages/react-loader":"1.10.7","packages/svelte-loader":"1.11.37","packages/presentation":"1.16.5","packages/preview-url-secret":"1.6.21","packages/preview-kit-compat":"1.5.7","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.21","packages/visual-editing":"2.1.10","packages/insert-menu":"1.0.9"}
{"packages/core-loader":"1.7.0","packages/react-loader":"1.10.8","packages/svelte-loader":"1.12.0","packages/presentation":"1.17.0","packages/preview-url-secret":"2.0.0","packages/preview-kit-compat":"1.5.8","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.6.22","packages/visual-editing":"2.2.0","packages/insert-menu":"1.0.9","packages/comlink":"1.0.0","packages/next-loader":"1.0.0"}
13 changes: 13 additions & 0 deletions packages/comlink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 1.0.0 (2024-10-18)


### Features

* **comlink:** init package ([#1760](https://github.com/sanity-io/visual-editing/issues/1760)) ([ceb634d](https://github.com/sanity-io/visual-editing/commit/ceb634d93ec786f2f128f6671f23678187e52010))


### Bug Fixes

* **deps:** Update dependency isbot to v5 ([#1803](https://github.com/sanity-io/visual-editing/issues/1803)) ([26e780e](https://github.com/sanity-io/visual-editing/commit/26e780e9918d4c077722179ef61dea9e1fd388c4))
2 changes: 1 addition & 1 deletion packages/comlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/comlink",
"version": "0.0.2-canary.72",
"version": "1.0.0",
"keywords": [
"sanity.io",
"postmessage"
Expand Down
21 changes: 21 additions & 0 deletions packages/core-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ 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.7.0](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.23...core-loader-v1.7.0) (2024-10-18)


### Features

* add svelte loader `LiveMode`, improve stega handling ([#1873](https://github.com/sanity-io/visual-editing/issues/1873)) ([2c3bfbe](https://github.com/sanity-io/visual-editing/commit/2c3bfbec47af19b441869424a7513e0617337ee9))


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))
* use `@sanity/comlink` for `postMessage` events ([15940a3](https://github.com/sanity-io/visual-editing/commit/15940a3b20c2e39e33da20f760c5289a01046c3f))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22
* @sanity/comlink bumped to 1.0.0

## [1.6.23](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.6.22...core-loader-v1.6.23) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.24-canary.74",
"version": "1.7.0",
"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
23 changes: 23 additions & 0 deletions packages/next-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2024-10-18)


### Features

* lower minimum role from Editor to Contributor for creating Preview URL Secrets necessary to start Draft Mode ([5e32bdc](https://github.com/sanity-io/visual-editing/commit/5e32bdc66e17296f55a737e6de9f90704b22bafa))


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 1.0.0
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22
* @sanity/preview-url-secret bumped to 2.0.0
2 changes: 1 addition & 1 deletion packages/next-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/next-loader",
"version": "0.0.1-canary.58",
"version": "1.0.0",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/next-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
24 changes: 24 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ 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.17.0](https://github.com/sanity-io/visual-editing/compare/presentation-v1.16.5...presentation-v1.17.0) (2024-10-18)


### Features

* lower minimum role from Editor to Contributor for creating Preview URL Secrets necessary to start Draft Mode ([5e32bdc](https://github.com/sanity-io/visual-editing/commit/5e32bdc66e17296f55a737e6de9f90704b22bafa))


### Bug Fixes

* check permissions before attempting to create preview url secret ([4092fb3](https://github.com/sanity-io/visual-editing/commit/4092fb35fb3913fc2f63c315c70f7e3459e51f8a))
* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))
* **presentation:** observe correct preview snapshot perspectives ([#1947](https://github.com/sanity-io/visual-editing/issues/1947)) ([f5ebe90](https://github.com/sanity-io/visual-editing/commit/f5ebe9080ad85ab25daf74500758bec28a4479d8))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/comlink bumped to 1.0.0
* @sanity/preview-url-secret bumped to 2.0.0
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22

## [1.16.5](https://github.com/sanity-io/visual-editing/compare/presentation-v1.16.4...presentation-v1.16.5) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/presentation",
"version": "1.16.6-canary.74",
"version": "1.17.0",
"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
16 changes: 16 additions & 0 deletions packages/preview-kit-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ 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.8](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.7...preview-kit-compat-v1.5.8) (2024-10-18)


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))
* use @sanity/comlink for postMessage events ([990a8e8](https://github.com/sanity-io/visual-editing/commit/990a8e884403348cc2b727fbed5338bbad68c9ce))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22
* @sanity/comlink bumped to 1.0.0

## [1.5.7](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.5.6...preview-kit-compat-v1.5.7) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.8-canary.74",
"version": "1.5.8",
"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
18 changes: 18 additions & 0 deletions packages/preview-url-secret/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## [2.0.0](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v1.6.21...preview-url-secret-v2.0.0) (2024-10-18)


### ⚠ BREAKING CHANGES

* **presentation:** lower minimum role from Editor to Contributor

### Features

* add `/constants` export for advanced usage ([db83869](https://github.com/sanity-io/visual-editing/commit/db838694e75bb686a82169f6a5b4f05f17019454))
* lower minimum role from Editor to Contributor for creating Preview URL Secrets necessary to start Draft Mode ([5e32bdc](https://github.com/sanity-io/visual-editing/commit/5e32bdc66e17296f55a737e6de9f90704b22bafa))
* **presentation:** lower minimum role from Editor to Contributor ([b4fb0a8](https://github.com/sanity-io/visual-editing/commit/b4fb0a8b743c2cfbda2eb15cd1d699ed3a669568))


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))

## [1.6.21](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v1.6.20...preview-url-secret-v1.6.21) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/preview-url-secret/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/preview-url-secret",
"version": "1.6.22-canary.74",
"version": "2.0.0",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/preview-url-secret#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
17 changes: 17 additions & 0 deletions packages/react-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@ 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.8](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.7...react-loader-v1.10.8) (2024-10-18)


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))
* use `@sanity/comlink` for postMessage events ([1c6769a](https://github.com/sanity-io/visual-editing/commit/1c6769a5042f4a67d76c76ac0eaa3ece66f4cb1b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped to 1.7.0
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22

## [1.10.7](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.10.6...react-loader-v1.10.7) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.8-canary.74",
"version": "1.10.8",
"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
24 changes: 24 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,30 @@ 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.12.0](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.37...svelte-loader-v1.12.0) (2024-10-18)


### Features

* add svelte loader `LiveMode`, improve stega handling ([#1873](https://github.com/sanity-io/visual-editing/issues/1873)) ([2c3bfbe](https://github.com/sanity-io/visual-editing/commit/2c3bfbec47af19b441869424a7513e0617337ee9))


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))
* **svelte-loader:** add svelte export condition ([#1881](https://github.com/sanity-io/visual-editing/issues/1881)) ([ff13da8](https://github.com/sanity-io/visual-editing/commit/ff13da87e8de759d1c189b3ade4be26f3871858c))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped to 1.7.0
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22
* @sanity/preview-url-secret bumped to 2.0.0
* @sanity/visual-editing bumped to 2.2.0

## [1.11.37](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.11.36...svelte-loader-v1.11.37) (2024-09-11)


Expand Down
2 changes: 1 addition & 1 deletion 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.38-canary.74",
"version": "1.12.0",
"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
14 changes: 14 additions & 0 deletions packages/visual-editing-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.22](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.6.21...visual-editing-helpers-v0.6.22) (2024-10-18)


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/comlink bumped to 1.0.0

## [0.6.21](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.6.20...visual-editing-helpers-v0.6.21) (2024-09-11)


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.21",
"version": "0.6.22",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
25 changes: 25 additions & 0 deletions packages/visual-editing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [2.2.0](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.1.10...visual-editing-v2.2.0) (2024-10-18)


### Features

* **visual-editing:** add duplicate context menu action ([#1979](https://github.com/sanity-io/visual-editing/issues/1979)) ([fd6210c](https://github.com/sanity-io/visual-editing/commit/fd6210ca7658f8d0f03b8ff91a3e900eb4f24b10))
* **visual-editing:** allow mounting custom overlay components ([#1949](https://github.com/sanity-io/visual-editing/issues/1949)) ([053ee6e](https://github.com/sanity-io/visual-editing/commit/053ee6e47a4308c8de9d385c98e3e90ad15f4237))


### Bug Fixes

* **deps:** update dependency @sanity/client to ^6.22.2 ([8617331](https://github.com/sanity-io/visual-editing/commit/86173315ffc6704c26d5f2d6e5fe6fed1838ad0d))
* use `@sanity/comlink` for postMessage events ([e69d16f](https://github.com/sanity-io/visual-editing/commit/e69d16fa07d4913684324155aa3fa0272efc81fd))
* **visual-editing:** always report document paths if unresolved ([#1948](https://github.com/sanity-io/visual-editing/issues/1948)) ([a8b7c34](https://github.com/sanity-io/visual-editing/commit/a8b7c3422539701ee83301683ce47b08a2566797))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/preview-url-secret bumped to 2.0.0
* devDependencies
* @repo/visual-editing-helpers bumped to 0.6.22
* @sanity/comlink bumped to 1.0.0

## [2.1.10](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.1.9...visual-editing-v2.1.10) (2024-09-11)


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.11-canary.74",
"version": "2.2.0",
"keywords": [
"sanity.io",
"visual-editing",
Expand Down

0 comments on commit deb072b

Please sign in to comment.