Skip to content

Commit

Permalink
chore: release main (#143)
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 Oct 19, 2023
1 parent e1b75bc commit 4954b0a
Show file tree
Hide file tree
Showing 17 changed files with 172 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/composer":"0.0.1-pink-lizard.0","packages/core-loader":"0.0.1-pink-lizard.0","packages/csm":"0.0.0-pink-lizard.0","packages/groq-store":"0.0.1-pink-lizard.0","packages/nuxt-loader":"0.0.1-pink-lizard.0","packages/overlays":"0.0.0-pink-lizard.0","packages/react-loader":"0.0.1-pink-lizard.0","packages/svelte-loader":"0.0.1-pink-lizard.0"}
{"packages/composer":"0.1.0-pink-lizard.0","packages/core-loader":"0.1.0-pink-lizard.0","packages/csm":"0.1.0-pink-lizard.0","packages/groq-store":"0.0.2-pink-lizard.0","packages/nuxt-loader":"0.1.0-pink-lizard.0","packages/overlays":"0.1.0-pink-lizard.0","packages/react-loader":"0.1.0-pink-lizard.0","packages/svelte-loader":"0.0.2-pink-lizard.0"}
47 changes: 47 additions & 0 deletions packages/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# Changelog

## [0.1.0-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/composer-v0.0.1-pink-lizard.0...composer-v0.1.0-pink-lizard.0) (2023-10-19)


### Features

* add `useLiveMode` hook ([#118](https://github.com/sanity-io/visual-editing/issues/118)) ([6ccea62](https://github.com/sanity-io/visual-editing/commit/6ccea62438d34c07c48f0c42b815912d3c96c788))
* basic e2e event dispatching ([#59](https://github.com/sanity-io/visual-editing/issues/59)) ([4217a69](https://github.com/sanity-io/visual-editing/commit/4217a69f2f01d19f5391960c23dc74b05d6fc19b))
* clamp resizable element to maxWidth ([fa36b58](https://github.com/sanity-io/visual-editing/commit/fa36b589f11a8fd8fa1a488ce1fed411af890fc3))
* common schema ([#50](https://github.com/sanity-io/visual-editing/issues/50)) ([73aa91e](https://github.com/sanity-io/visual-editing/commit/73aa91e09811864b001cb4370fb3f9af6eeb16ba))
* composer routing ([#68](https://github.com/sanity-io/visual-editing/issues/68)) ([053d7e2](https://github.com/sanity-io/visual-editing/commit/053d7e2949ac9f54dee0421e4bc3e28c979c8fb6))
* **composer:** add `devMode` option ([54dcb20](https://github.com/sanity-io/visual-editing/commit/54dcb203a2361217fd623b647305076965873b2b))
* **composer:** add `icon` plugin option ([dd00bcd](https://github.com/sanity-io/visual-editing/commit/dd00bcde6f9ee3eb62e868f3b59395c8b61e3caa))
* **composer:** add `locate` plugin callback ([a62b0dd](https://github.com/sanity-io/visual-editing/commit/a62b0dd703b34a4e05855ffb73175878b9440265))
* **composer:** add `title` plugin option ([1091648](https://github.com/sanity-io/visual-editing/commit/10916487b740fa89bf8346d3e110a2c6085bd0ea))
* **composer:** basic panels ([#48](https://github.com/sanity-io/visual-editing/issues/48)) ([023a733](https://github.com/sanity-io/visual-editing/commit/023a7330f79b851c583c3127f526647fe4fa6b6e))
* **composer:** dev mode features ([e0e8785](https://github.com/sanity-io/visual-editing/commit/e0e87855f5ca08560cf25de9171c80d4646c2205))
* **composer:** navigator ([#138](https://github.com/sanity-io/visual-editing/issues/138)) ([dc8615b](https://github.com/sanity-io/visual-editing/commit/dc8615be53ecddbaac7decc1099c16c4e0eff23b))
* **composer:** print message log from iframe ([cbeeb99](https://github.com/sanity-io/visual-editing/commit/cbeeb9939d6025d13a60614ed299c2d4e1c31260))
* **composer:** render document editor ([#51](https://github.com/sanity-io/visual-editing/issues/51)) ([2d18114](https://github.com/sanity-io/visual-editing/commit/2d18114367e2848c7f8a72c568442180336eff67))
* initialize composer and add it to next app ([cd32a3d](https://github.com/sanity-io/visual-editing/commit/cd32a3d2261e715993b4558ada957fb9e019c813))
* **live-query:** add experimental PostMessage ([#47](https://github.com/sanity-io/visual-editing/issues/47)) ([9196a28](https://github.com/sanity-io/visual-editing/commit/9196a2853065ffdd6dbd93390b9692693cf42d4f))
* overlay toggling ([4918656](https://github.com/sanity-io/visual-editing/commit/4918656fb7d5d979ce831b00e88c8fa66e5f196e))
* support perspective switcher ([20269fb](https://github.com/sanity-io/visual-editing/commit/20269fbc0f6bd6b20665a02b84a547d6c76856c8))
* sync preview location ([e4fe2c9](https://github.com/sanity-io/visual-editing/commit/e4fe2c997bebd9524398af16c3bb7b9edb678566))
* time for `@sanity/nuxt-loader` ([d489596](https://github.com/sanity-io/visual-editing/commit/d489596f2b9df4f14da9f0fddeb5a1c01c346457))


### Bug Fixes

* **composer:** add tooltips ([c813531](https://github.com/sanity-io/visual-editing/commit/c81353185e629d2d566f6d1e341e43b39f279d02))
* **composer:** dispatch navigation message on preview param change ([e195e17](https://github.com/sanity-io/visual-editing/commit/e195e176e0a3fb4655d3bb971f40482d50408fd2))
* **composer:** if `name` is set, then `title` shouldn't be composer ([5988b52](https://github.com/sanity-io/visual-editing/commit/5988b52a0f283808983b197f74d591bdf7c96359))
* **composer:** improve error message UI ([d47b9ee](https://github.com/sanity-io/visual-editing/commit/d47b9eef5e5cce598ad0af58876f567d9f886bd5))
* **composer:** prevent duplicate param state updates ([452b7ec](https://github.com/sanity-io/visual-editing/commit/452b7ec9f91c112a320565189e5e56d378ae4a90))
* **composer:** reset error state when things change ([c8ff863](https://github.com/sanity-io/visual-editing/commit/c8ff863cb738e09407731a81462e3c3185803510))
* **composer:** toggle locations drawer ([1524663](https://github.com/sanity-io/visual-editing/commit/152466372a60781f0e206414fc42ecb55ccd48a0))
* **composer:** use sans serif for location input ([e9f1e92](https://github.com/sanity-io/visual-editing/commit/e9f1e9280b979b127647aa03d87ab6c449626a48))
* **deps:** Update dependency sanity to ^3.18.1 ([#123](https://github.com/sanity-io/visual-editing/issues/123)) ([70fcdc9](https://github.com/sanity-io/visual-editing/commit/70fcdc9c4da07287e449e0f264921c5dfee065e4))
* **deps:** Update dependency sanity to v3.18.0 ([#93](https://github.com/sanity-io/visual-editing/issues/93)) ([405b07f](https://github.com/sanity-io/visual-editing/commit/405b07ff87765a66ff0ef67ca06d5cfffe72b729))
* **deps:** Update sanity monorepo to v3.16.5-pink-lizard.35 ([#49](https://github.com/sanity-io/visual-editing/issues/49)) ([8fa5199](https://github.com/sanity-io/visual-editing/commit/8fa5199a2604fd1f288dca78e6dc052ff294d919))
* document list rendering ([75ef85a](https://github.com/sanity-io/visual-editing/commit/75ef85a1b918da102fa60ca5a2312a9b2e5e3c65))
* initial `@sanity/react-loader` ([726d818](https://github.com/sanity-io/visual-editing/commit/726d818afc5fdd83ac9fd16b5d8603790940571a))
* setup loaders channel ([20971aa](https://github.com/sanity-io/visual-editing/commit/20971aaa38fab192e95a99dd4cbb67ba5d1f86e1))
* support AI assist params ([3d81e1f](https://github.com/sanity-io/visual-editing/commit/3d81e1fb07277ea389fbf4624ee357827280ae27))
* support refresh ([2ef0ac5](https://github.com/sanity-io/visual-editing/commit/2ef0ac5e22d831c35bdc0b42fb25dde537f4114a))
* track if channels are healthy ([4cc24a0](https://github.com/sanity-io/visual-editing/commit/4cc24a08bcfd318f4006d7c8f062d70764e22c65))

## 0.0.1 (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/composer",
"version": "0.0.1-pink-lizard.0",
"version": "0.1.0-pink-lizard.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
Expand Down
15 changes: 15 additions & 0 deletions packages/core-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.1.0-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/core-loader-v0.0.1-pink-lizard.0...core-loader-v0.1.0-pink-lizard.0) (2023-10-19)


### Features

* time for `@sanity/nuxt-loader` ([d489596](https://github.com/sanity-io/visual-editing/commit/d489596f2b9df4f14da9f0fddeb5a1c01c346457))


### Bug Fixes

* add `@sanity/client` to peer deps ([acf0bd0](https://github.com/sanity-io/visual-editing/commit/acf0bd09eced687de5ffbc4afa79dee576e1cc72))
* support refresh ([2ef0ac5](https://github.com/sanity-io/visual-editing/commit/2ef0ac5e22d831c35bdc0b42fb25dde537f4114a))
* track if channels are healthy ([4cc24a0](https://github.com/sanity-io/visual-editing/commit/4cc24a08bcfd318f4006d7c8f062d70764e22c65))
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": "0.0.1-pink-lizard.0",
"version": "0.1.0-pink-lizard.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/csm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.0-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/csm-v0.0.0-pink-lizard.0...csm-v0.1.0-pink-lizard.0) (2023-10-19)


### Features

* **csm:** initial commit ([a14a83d](https://github.com/sanity-io/visual-editing/commit/a14a83d9718094cb4293a29d3b2f45ed2dd5e825))


### Bug Fixes

* **csm:** remove draft prefix ([2aecd53](https://github.com/sanity-io/visual-editing/commit/2aecd53e1ac562382e4b6359296cf8bc882c9440))
2 changes: 1 addition & 1 deletion packages/csm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/csm",
"version": "0.0.0-pink-lizard.0",
"version": "0.1.0-pink-lizard.0",
"homepage": "https://github.com/sanity-io/visual-editing#readme",
"bugs": {
"url": "https://github.com/sanity-io/visual-editing/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/groq-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/groq-store-v0.0.1-pink-lizard.0...groq-store-v0.0.2-pink-lizard.0) (2023-10-19)


### Bug Fixes

* add `@sanity/client` to peer deps ([acf0bd0](https://github.com/sanity-io/visual-editing/commit/acf0bd09eced687de5ffbc4afa79dee576e1cc72))
2 changes: 1 addition & 1 deletion packages/groq-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/groq-store",
"version": "0.0.1-pink-lizard.0",
"version": "0.0.2-pink-lizard.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/nuxt-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.0-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/nuxt-loader-v0.0.1-pink-lizard.0...nuxt-loader-v0.1.0-pink-lizard.0) (2023-10-19)


### Features

* time for `@sanity/nuxt-loader` ([d489596](https://github.com/sanity-io/visual-editing/commit/d489596f2b9df4f14da9f0fddeb5a1c01c346457))


### Bug Fixes

* add `@sanity/client` to peer deps ([acf0bd0](https://github.com/sanity-io/visual-editing/commit/acf0bd09eced687de5ffbc4afa79dee576e1cc72))
2 changes: 1 addition & 1 deletion packages/nuxt-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/nuxt-loader",
"version": "0.0.1-pink-lizard.0",
"version": "0.1.0-pink-lizard.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
Expand Down
40 changes: 40 additions & 0 deletions packages/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.0-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/overlays-v0.0.0-pink-lizard.0...overlays-v0.1.0-pink-lizard.0) (2023-10-19)


### Features

* basic e2e event dispatching ([#59](https://github.com/sanity-io/visual-editing/issues/59)) ([4217a69](https://github.com/sanity-io/visual-editing/commit/4217a69f2f01d19f5391960c23dc74b05d6fc19b))
* common schema ([#50](https://github.com/sanity-io/visual-editing/issues/50)) ([73aa91e](https://github.com/sanity-io/visual-editing/commit/73aa91e09811864b001cb4370fb3f9af6eeb16ba))
* composer routing ([#68](https://github.com/sanity-io/visual-editing/issues/68)) ([053d7e2](https://github.com/sanity-io/visual-editing/commit/053d7e2949ac9f54dee0421e4bc3e28c979c8fb6))
* **composer:** dev mode features ([e0e8785](https://github.com/sanity-io/visual-editing/commit/e0e87855f5ca08560cf25de9171c80d4646c2205))
* overlay toggling ([4918656](https://github.com/sanity-io/visual-editing/commit/4918656fb7d5d979ce831b00e88c8fa66e5f196e))
* **overlays:** allow z-index configuration ([ed78fbe](https://github.com/sanity-io/visual-editing/commit/ed78fbe42a6e3fbf030c4d52f529467f24a608e3))
* **overlays:** implement controller ([#46](https://github.com/sanity-io/visual-editing/issues/46)) ([a3b74f3](https://github.com/sanity-io/visual-editing/commit/a3b74f3060271635f1dc08e01533e6775e892dbb))
* sync preview location ([e4fe2c9](https://github.com/sanity-io/visual-editing/commit/e4fe2c997bebd9524398af16c3bb7b9edb678566))


### Bug Fixes

* add `@sanity/client` to peer deps ([acf0bd0](https://github.com/sanity-io/visual-editing/commit/acf0bd09eced687de5ffbc4afa79dee576e1cc72))
* add `node.module` condition ([0625af8](https://github.com/sanity-io/visual-editing/commit/0625af845bd2db73862219a45018ee92faef071a))
* correctly handle channel target origins ([#117](https://github.com/sanity-io/visual-editing/issues/117)) ([67a66fb](https://github.com/sanity-io/visual-editing/commit/67a66fb7cd7047745fd7736e756f2e4c86d8cf7c))
* **deps:** update dependency @floating-ui/react-dom to ^2.0.2 ([#12](https://github.com/sanity-io/visual-editing/issues/12)) ([0132187](https://github.com/sanity-io/visual-editing/commit/01321871cf72e6531d4ae11a99facdb8dad86a08))
* **deps:** Update dependency @sanity/icons to ^2.5.0 ([#92](https://github.com/sanity-io/visual-editing/issues/92)) ([c6ae743](https://github.com/sanity-io/visual-editing/commit/c6ae7435c6c0e51cdfadd0e79635ba119559e676))
* **deps:** Update dependency @sanity/ui to ^1.8.2 ([#13](https://github.com/sanity-io/visual-editing/issues/13)) ([2c0a38c](https://github.com/sanity-io/visual-editing/commit/2c0a38cf72d1567db13a4ecd83d97efc4dd958a1))
* **deps:** Update dependency nanoid to ^5.0.2 ([#115](https://github.com/sanity-io/visual-editing/issues/115)) ([d585a80](https://github.com/sanity-io/visual-editing/commit/d585a80aea1dcf12e50442599530f24835ab258c))
* **deps:** Update dependency nanoid to v5 ([#36](https://github.com/sanity-io/visual-editing/issues/36)) ([c887ea0](https://github.com/sanity-io/visual-editing/commit/c887ea04efd13f2aedf6232db9d98a2f973a344c))
* **deps:** Update dependency react-intersection-observer to ^9.5.2 ([#14](https://github.com/sanity-io/visual-editing/issues/14)) ([ccf55e7](https://github.com/sanity-io/visual-editing/commit/ccf55e799eaf7ce9b78ce41778ebc1fc3e7e5070))
* **deps:** Update dependency sanity to ^3.18.1 ([#123](https://github.com/sanity-io/visual-editing/issues/123)) ([70fcdc9](https://github.com/sanity-io/visual-editing/commit/70fcdc9c4da07287e449e0f264921c5dfee065e4))
* **deps:** update dependency styled-components to ^5.3.11 ([#15](https://github.com/sanity-io/visual-editing/issues/15)) ([532f436](https://github.com/sanity-io/visual-editing/commit/532f436f91994ae55f1ede24b23d295a58a24c72))
* **deps:** Update dependency valibot to ^0.17.1 ([#56](https://github.com/sanity-io/visual-editing/issues/56)) ([3ff8e2b](https://github.com/sanity-io/visual-editing/commit/3ff8e2b52aab65e54ad24cc76d5a08224fac8721))
* **deps:** Update dependency valibot to ^0.19.0 ([#96](https://github.com/sanity-io/visual-editing/issues/96)) ([98c9198](https://github.com/sanity-io/visual-editing/commit/98c91981993d9bf6685635b8bd0af51b0d6e8789))
* handle draft ids in linker ([f419387](https://github.com/sanity-io/visual-editing/commit/f4193875e70edaf6473abd29e53afedf5f481df4))
* **overlays:** improve element registration/activation on mutation ([af52162](https://github.com/sanity-io/visual-editing/commit/af5216254034fa7efa0eedeadc337e567e40c10e))
* **overlays:** prevent scroll on clicked elements ([1fb65b6](https://github.com/sanity-io/visual-editing/commit/1fb65b68b0930a69f3b5da016701c932b06b9594))
* **overlays:** use correct styling for element borders ([1baf4ef](https://github.com/sanity-io/visual-editing/commit/1baf4ef48807e743554046f013e95214b3e81953))
* prevent multiple instantiations ([#28](https://github.com/sanity-io/visual-editing/issues/28)) ([6f6e8ee](https://github.com/sanity-io/visual-editing/commit/6f6e8ee870224976183b5b24e40aeaadd54f83db))
* React StrictMode race conditions ([ba2a5af](https://github.com/sanity-io/visual-editing/commit/ba2a5af34e85a818434df1e795490fad7f2b095a))
* reenable mutationObserver cleanup ([#27](https://github.com/sanity-io/visual-editing/issues/27)) ([c634dbf](https://github.com/sanity-io/visual-editing/commit/c634dbfc616554f249ac31020c6a3d404d3e010a))
* remove `zod` import ([df06ab0](https://github.com/sanity-io/visual-editing/commit/df06ab078542c9779bb940379a9b0cab29e090bf))
* track if channels are healthy ([4cc24a0](https://github.com/sanity-io/visual-editing/commit/4cc24a08bcfd318f4006d7c8f062d70764e22c65))

## 0.0.0 (2023-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/overlays",
"version": "0.0.0-pink-lizard.0",
"version": "0.1.0-pink-lizard.0",
"homepage": "https://github.com/sanity-io/overlays#readme",
"bugs": {
"url": "https://github.com/sanity-io/overlays/issues"
Expand Down
19 changes: 19 additions & 0 deletions packages/react-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.1.0-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/react-loader-v0.0.1-pink-lizard.0...react-loader-v0.1.0-pink-lizard.0) (2023-10-19)


### Features

* add `useLiveMode` hook ([#118](https://github.com/sanity-io/visual-editing/issues/118)) ([6ccea62](https://github.com/sanity-io/visual-editing/commit/6ccea62438d34c07c48f0c42b815912d3c96c788))
* barebones react-loader ([bffdfc7](https://github.com/sanity-io/visual-editing/commit/bffdfc73288d0f48fe320e0529a14799b5e26b79))
* **react-loader:** add JSX helper ([281949f](https://github.com/sanity-io/visual-editing/commit/281949ffbb417f7f0a6268f811cba5bc1c10fce4))
* time for `@sanity/nuxt-loader` ([d489596](https://github.com/sanity-io/visual-editing/commit/d489596f2b9df4f14da9f0fddeb5a1c01c346457))


### Bug Fixes

* add `@sanity/client` to peer deps ([acf0bd0](https://github.com/sanity-io/visual-editing/commit/acf0bd09eced687de5ffbc4afa79dee576e1cc72))
* correctly handle channel target origins ([#117](https://github.com/sanity-io/visual-editing/issues/117)) ([67a66fb](https://github.com/sanity-io/visual-editing/commit/67a66fb7cd7047745fd7736e756f2e4c86d8cf7c))
* initial `@sanity/react-loader` ([726d818](https://github.com/sanity-io/visual-editing/commit/726d818afc5fdd83ac9fd16b5d8603790940571a))
* setup loaders channel ([20971aa](https://github.com/sanity-io/visual-editing/commit/20971aaa38fab192e95a99dd4cbb67ba5d1f86e1))
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": "0.0.1-pink-lizard.0",
"version": "0.1.0-pink-lizard.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2-pink-lizard.0](https://github.com/sanity-io/visual-editing/compare/svelte-loader-v0.0.1-pink-lizard.0...svelte-loader-v0.0.2-pink-lizard.0) (2023-10-19)


### Bug Fixes

* add `@sanity/client` to peer deps ([acf0bd0](https://github.com/sanity-io/visual-editing/commit/acf0bd09eced687de5ffbc4afa79dee576e1cc72))
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": "0.0.1-pink-lizard.0",
"version": "0.0.2-pink-lizard.0",
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
Expand Down

5 comments on commit 4954b0a

@vercel
Copy link

@vercel vercel bot commented on 4954b0a Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-remix – ./apps/remix

visual-editing-remix-git-main.sanity.build
visual-editing-remix.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 4954b0a Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-studio – ./apps/studio

visual-editing-studio.sanity.build
visual-editing-studio-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 4954b0a Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-svelte – ./apps/svelte

visual-editing-svelte-git-main.sanity.build
visual-editing-svelte.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 4954b0a Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-page-builder-demo – ./apps/page-builder-demo

visual-editing-page-builder-demo-git-main.sanity.build
visual-editing-page-builder-demo.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 4954b0a Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visual-editing-nuxt – ./apps/nuxt

visual-editing-nuxt-git-main.sanity.build
visual-editing-nuxt.sanity.build

Please sign in to comment.