Skip to content

Commit

Permalink
chore: release main (#6)
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 Sep 8, 2023
1 parent 0066a21 commit 894b198
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 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","packages/overlays":"0.0.0"}
8 changes: 8 additions & 0 deletions packages/composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.0.1 (2023-09-08)


### Features

* initialize composer and add it to next app ([cd32a3d](https://github.com/sanity-io/visual-editing/commit/cd32a3d2261e715993b4558ada957fb9e019c813))
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.0",
"version": "0.0.1",
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"sideEffects": false,
Expand Down
14 changes: 14 additions & 0 deletions packages/overlays/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.0 (2023-09-08)


### Bug Fixes

* add `node.module` condition ([0625af8](https://github.com/sanity-io/visual-editing/commit/0625af845bd2db73862219a45018ee92faef071a))
* **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/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 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 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))
* prevent multiple instantiations ([#28](https://github.com/sanity-io/visual-editing/issues/28)) ([6f6e8ee](https://github.com/sanity-io/visual-editing/commit/6f6e8ee870224976183b5b24e40aeaadd54f83db))
* 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))

## [1.0.5](https://github.com/sanity-io/overlays/compare/v1.0.4...v1.0.5) (2023-09-05)

### Bug Fixes
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": "1.0.5",
"version": "0.0.0",
"homepage": "https://github.com/sanity-io/overlays#readme",
"bugs": {
"url": "https://github.com/sanity-io/overlays/issues"
Expand Down

1 comment on commit 894b198

@vercel
Copy link

@vercel vercel bot commented on 894b198 Sep 8, 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.sanity.build
visual-editing-nuxt-git-main.sanity.build

Please sign in to comment.