Skip to content

Commit

Permalink
chore: release main (#727)
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] authored Jan 19, 2024
1 parent a6e6970 commit 2126d4f
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 32 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.3.6","packages/nuxt-loader":"1.7.4","packages/overlays":"2.3.6","packages/react-loader":"1.7.4","packages/svelte-loader":"1.6.2","packages/presentation":"1.6.0","packages/preview-url-secret":"1.5.2","packages/preview-kit-compat":"1.4.1","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.2.3"}
{"packages/core-loader":"1.3.7","packages/nuxt-loader":"1.7.5","packages/overlays":"2.3.7","packages/react-loader":"1.7.5","packages/svelte-loader":"1.6.3","packages/presentation":"1.6.1","packages/preview-url-secret":"1.5.3","packages/preview-kit-compat":"1.4.2","packages/channels":"0.4.0","packages/visual-editing-helpers":"0.2.4"}
6 changes: 6 additions & 0 deletions packages/core-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.1.4 to 0.2.0

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [1.3.6](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.3.5...core-loader-v1.3.6) (2024-01-10)


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.3.6",
"version": "1.3.7",
"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 @@ -128,7 +128,7 @@
"@sanity/channels": "0.4.0",
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/nuxt-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@
* dependencies
* @sanity/core-loader bumped from 1.3.4 to 1.3.5

## [1.7.5](https://github.com/sanity-io/visual-editing/compare/nuxt-loader-v1.7.4...nuxt-loader-v1.7.5) (2024-01-19)


### Bug Fixes

* **deps:** update dependency nuxt to ^3.9.3 ([#703](https://github.com/sanity-io/visual-editing/issues/703)) ([b2e3150](https://github.com/sanity-io/visual-editing/commit/b2e31508b758f7037d7d67199074b15615cdc823))
* **deps:** Update dependency vue to ^3.4.15 ([#716](https://github.com/sanity-io/visual-editing/issues/716)) ([eba2584](https://github.com/sanity-io/visual-editing/commit/eba2584aef883fcf75c47c1e01290bf54429f92f))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped from 1.3.6 to 1.3.7
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [1.7.4](https://github.com/sanity-io/visual-editing/compare/nuxt-loader-v1.7.3...nuxt-loader-v1.7.4) (2024-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/nuxt-loader",
"version": "1.7.4",
"version": "1.7.5",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/nuxt-loader#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -112,14 +112,14 @@
"root": true
},
"dependencies": {
"@sanity/core-loader": "1.3.6"
"@sanity/core-loader": "1.3.7"
},
"devDependencies": {
"@nanostores/vue": "0.10.0",
"@sanity/channels": "0.4.0",
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ All notable changes to this project will be documented in this file. See
* devDependencies
* @sanity/channels bumped from 0.2.0 to 0.3.0

## [2.3.7](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.6...overlays-v2.3.7) (2024-01-19)


### Bug Fixes

* **deps:** Update dependency @floating-ui/react-dom to v2.0.6 ([#723](https://github.com/sanity-io/visual-editing/issues/723)) ([8694caf](https://github.com/sanity-io/visual-editing/commit/8694caf363efdf87fc089a8f171ac8334ecde530))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [2.3.6](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.5...overlays-v2.3.6) (2024-01-16)


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.6",
"version": "2.3.7",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/overlays#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down Expand Up @@ -129,7 +129,7 @@
"devDependencies": {
"@sanity/channels": "0.4.0",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## [1.6.1](https://github.com/sanity-io/visual-editing/compare/presentation-v1.6.0...presentation-v1.6.1) (2024-01-19)


### Bug Fixes

* **deps:** Update sanity monorepo to ^3.25.0 ([#709](https://github.com/sanity-io/visual-editing/issues/709)) ([aba05de](https://github.com/sanity-io/visual-editing/commit/aba05de6c24470f4c1e1be1ab7c88903c9570e15))
* remove `parentRefPath` warning ([2b4641c](https://github.com/sanity-io/visual-editing/commit/2b4641c1e0ca318c9b3a5512673f65559b14a665))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/preview-url-secret bumped from ^1.5.2 to ^1.5.3
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [1.6.0](https://github.com/sanity-io/visual-editing/compare/presentation-v1.5.3...presentation-v1.6.0) (2024-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/presentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/presentation",
"version": "1.6.0",
"version": "1.6.1",
"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 @@
},
"dependencies": {
"@sanity/icons": "^2.8.0",
"@sanity/preview-url-secret": "^1.5.2",
"@sanity/preview-url-secret": "^1.5.3",
"@types/lodash.isequal": "^4.5.8",
"fast-deep-equal": "3.1.3",
"framer-motion": "^10.18.0",
Expand All @@ -129,7 +129,7 @@
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/ui": "2.0.1",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"happy-dom": "^13.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/preview-kit-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.0 to 0.2.1

### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [1.4.1](https://github.com/sanity-io/visual-editing/compare/preview-kit-compat-v1.4.0...preview-kit-compat-v1.4.1) (2024-01-10)


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.4.1",
"version": "1.4.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 @@ -114,7 +114,7 @@
"@sanity/channels": "0.4.0",
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/preview-url-secret/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* devDependencies
* @sanity/channels bumped from 0.2.0 to 0.3.0

## [1.5.3](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v1.5.2...preview-url-secret-v1.5.3) (2024-01-19)


### Bug Fixes

* **deps:** Update sanity monorepo to ^3.25.0 ([#709](https://github.com/sanity-io/visual-editing/issues/709)) ([aba05de](https://github.com/sanity-io/visual-editing/commit/aba05de6c24470f4c1e1be1ab7c88903c9570e15))

## [1.5.2](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v1.5.1...preview-url-secret-v1.5.2) (2024-01-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.5.2",
"version": "1.5.3",
"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
8 changes: 8 additions & 0 deletions packages/react-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.0 to 0.2.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped from 1.3.6 to 1.3.7
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [1.7.4](https://github.com/sanity-io/visual-editing/compare/react-loader-v1.7.3...react-loader-v1.7.4) (2024-01-10)


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.7.4",
"version": "1.7.5",
"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 @@ -151,14 +151,14 @@
"root": true
},
"dependencies": {
"@sanity/core-loader": "1.3.6",
"@sanity/core-loader": "1.3.7",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
"@sanity/channels": "0.4.0",
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"@types/react": "^18.2.48",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.0 to 0.2.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/core-loader bumped from 1.3.6 to 1.3.7
* devDependencies
* @sanity/visual-editing-helpers bumped from 0.2.3 to 0.2.4

## [1.6.2](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.6.1...svelte-loader-v1.6.2) (2024-01-10)


Expand Down
6 changes: 3 additions & 3 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.6.2",
"version": "1.6.3",
"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 @@ -99,14 +99,14 @@
"root": true
},
"dependencies": {
"@sanity/core-loader": "1.3.6",
"@sanity/core-loader": "1.3.7",
"fast-deep-equal": "3.1.3"
},
"devDependencies": {
"@sanity/channels": "0.4.0",
"@sanity/client": "^6.11.1",
"@sanity/pkg-utils": "^3.3.8",
"@sanity/visual-editing-helpers": "0.2.3",
"@sanity/visual-editing-helpers": "0.2.4",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/visual-editing-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.4](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.2.3...visual-editing-helpers-v0.2.4) (2024-01-19)


### Bug Fixes

* **deps:** Update dependency valibot to v0.26.0 ([#717](https://github.com/sanity-io/visual-editing/issues/717)) ([1437bd1](https://github.com/sanity-io/visual-editing/commit/1437bd1b6e402d9dd551bcb9588734be48a5b9bd))
* **deps:** Update sanity monorepo to ^3.25.0 ([#709](https://github.com/sanity-io/visual-editing/issues/709)) ([aba05de](https://github.com/sanity-io/visual-editing/commit/aba05de6c24470f4c1e1be1ab7c88903c9570e15))

## [0.2.3](https://github.com/sanity-io/visual-editing/compare/visual-editing-helpers-v0.2.2...visual-editing-helpers-v0.2.3) (2024-01-10)


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": "@sanity/visual-editing-helpers",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
Loading

0 comments on commit 2126d4f

Please sign in to comment.