Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoscript[bot] authored and christianhg committed Dec 18, 2024
1 parent f0b71b9 commit c999af7
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/editor":"1.17.0","packages/patches":"1.1.0","packages/racejar":"1.1.1"}
{"packages/editor":"1.17.1","packages/patches":"1.1.1","packages/racejar":"1.1.1"}
16 changes: 16 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.17.1](https://github.com/portabletext/editor/compare/editor-v1.17.0...editor-v1.17.1) (2024-12-18)


### Bug Fixes

* **deps:** update dependency @sanity/diff-match-patch to ^3.1.2 ([29af4b0](https://github.com/portabletext/editor/commit/29af4b00c2d2631d38252125a2312e8c5e4c83d1))
* **deps:** update sanity monorepo to ^3.68.0 ([23fc94c](https://github.com/portabletext/editor/commit/23fc94cb098a42ac4def3c8dc5bbc46bde63e774))
* **emoji picker:** only hijack ArrowUp/ArrowDown if we have matches ([f0356de](https://github.com/portabletext/editor/commit/f0356deba787ba6d5eef7948fe51065244f5d7e0))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @portabletext/patches bumped from 1.1.0 to 1.1.1

## [1.17.0](https://github.com/portabletext/editor/compare/editor-v1.16.4...editor-v1.17.0) (2024-12-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/editor",
"version": "1.17.0",
"version": "1.17.1",
"description": "Portable Text Editor made in React",
"keywords": [
"sanity",
Expand Down Expand Up @@ -71,7 +71,7 @@
"test:unit:watch": "vitest --project unit"
},
"dependencies": {
"@portabletext/patches": "1.1.0",
"@portabletext/patches": "1.1.1",
"@xstate/react": "^5.0.0",
"debug": "^4.3.4",
"get-random-values-esm": "^1.0.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/patches/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/portabletext/editor/compare/patches-v1.1.0...patches-v1.1.1) (2024-12-18)


### Bug Fixes

* **deps:** update dependency @sanity/diff-match-patch to ^3.1.2 ([29af4b0](https://github.com/portabletext/editor/commit/29af4b00c2d2631d38252125a2312e8c5e4c83d1))

## [1.1.0](https://github.com/portabletext/editor/compare/patches-v1.0.2...patches-v1.1.0) (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/patches/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@portabletext/patches",
"version": "1.1.0",
"version": "1.1.1",
"description": "Portable Text Patches",
"keywords": [
"portable-text",
Expand Down

0 comments on commit c999af7

Please sign in to comment.