Skip to content

Commit

Permalink
chore: release main (#2476)
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] authored Jan 10, 2025
1 parent 42c4631 commit 4de2178
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 7 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.7.25","packages/react-loader":"1.10.34","packages/svelte-loader":"1.12.43","packages/presentation":"1.20.4","packages/preview-url-secret":"2.0.7","packages/preview-kit-compat":"1.5.31","packages/visual-editing-helpers":"0.7.13","packages/visual-editing":"2.11.9","packages/insert-menu":"1.0.19","packages/comlink":"3.0.0","packages/next-loader":"1.2.12"}
{"packages/core-loader":"1.7.25","packages/react-loader":"1.10.34","packages/svelte-loader":"1.13.0","packages/presentation":"1.21.0","packages/preview-url-secret":"2.1.0","packages/preview-kit-compat":"1.5.31","packages/visual-editing-helpers":"0.7.13","packages/visual-editing":"2.12.0","packages/insert-menu":"1.0.19","packages/comlink":"3.0.0","packages/next-loader":"1.2.13","packages/vercel-protection-bypass":"1.0.0"}
9 changes: 9 additions & 0 deletions packages/next-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.13](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.12...next-loader-v1.2.13) (2025-01-10)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/preview-url-secret bumped to 2.1.0

## [1.2.12](https://github.com/sanity-io/visual-editing/compare/next-loader-v1.2.11...next-loader-v1.2.12) (2025-01-09)


Expand Down
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": "1.2.12",
"version": "1.2.13",
"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
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.21.0](https://github.com/sanity-io/visual-editing/compare/presentation-v1.20.4...presentation-v1.21.0) (2025-01-10)


### Features

* add Vercel Protection Bypass tool ([#2479](https://github.com/sanity-io/visual-editing/issues/2479)) ([7e58143](https://github.com/sanity-io/visual-editing/commit/7e58143e3f70751dbd424641045b218d7e9085b4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/preview-url-secret bumped to 2.1.0

## [1.20.4](https://github.com/sanity-io/visual-editing/compare/presentation-v1.20.3...presentation-v1.20.4) (2025-01-09)


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


## [2.1.0](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v2.0.7...preview-url-secret-v2.1.0) (2025-01-10)


### Features

* add Vercel Protection Bypass tool ([#2479](https://github.com/sanity-io/visual-editing/issues/2479)) ([7e58143](https://github.com/sanity-io/visual-editing/commit/7e58143e3f70751dbd424641045b218d7e9085b4))

## [2.0.7](https://github.com/sanity-io/visual-editing/compare/preview-url-secret-v2.0.6...preview-url-secret-v2.0.7) (2025-01-09)


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": "2.0.7",
"version": "2.1.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
16 changes: 16 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ 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.13.0](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.43...svelte-loader-v1.13.0) (2025-01-10)


### Features

* add optional redirect override to svelte preview handler ([#2363](https://github.com/sanity-io/visual-editing/issues/2363)) ([ba2c3b2](https://github.com/sanity-io/visual-editing/commit/ba2c3b2071192c1b88c05aba0267053ccf8c1023))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @sanity/visual-editing bumped to 2.12.0
* peerDependencies
* @sanity/visual-editing bumped from 2.x to 2.12.0

## [1.12.43](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v1.12.42...svelte-loader-v1.12.43) (2025-01-09)


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.12.43",
"version": "1.13.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
15 changes: 15 additions & 0 deletions packages/vercel-protection-bypass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2025-01-10)


### Features

* add Vercel Protection Bypass tool ([#2479](https://github.com/sanity-io/visual-editing/issues/2479)) ([7e58143](https://github.com/sanity-io/visual-editing/commit/7e58143e3f70751dbd424641045b218d7e9085b4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/preview-url-secret bumped to 2.1.0
2 changes: 1 addition & 1 deletion packages/vercel-protection-bypass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/vercel-protection-bypass",
"version": "0.0.0",
"version": "1.0.0",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/vercel-protection-bypass#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
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.12.0](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.11.9...visual-editing-v2.12.0) (2025-01-10)


### Features

* add optional redirect override to svelte preview handler ([#2363](https://github.com/sanity-io/visual-editing/issues/2363)) ([ba2c3b2](https://github.com/sanity-io/visual-editing/commit/ba2c3b2071192c1b88c05aba0267053ccf8c1023))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @sanity/preview-url-secret bumped to 2.1.0

## [2.11.9](https://github.com/sanity-io/visual-editing/compare/visual-editing-v2.11.8...visual-editing-v2.11.9) (2025-01-09)


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

0 comments on commit 4de2178

Please sign in to comment.