Skip to content

Commit

Permalink
chore(changeset): version update (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot committed Mar 10, 2023
1 parent 5bfcb41 commit 6a9754c
Show file tree
Hide file tree
Showing 28 changed files with 137 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-pianos-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-paws-study.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"playwright-testing-library": "^4.5.0",
"prettier": "^2.3.2",
"prettier-plugin-packagejson": "^2.2.13",
"remirror": "2.0.25",
"remirror": "2.0.26",
"rimraf": "^4.4.0",
"size-limit": "^7.0.8",
"snapshot-diff": "^0.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/multishift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# multishift

## 2.0.7

> 2023-03-10
### Patch Changes

- 48ee2c2cb: Remove maintained `@reach/auto-id` from dependencies.

## 2.0.6

> 2023-03-10
Expand Down
2 changes: 1 addition & 1 deletion packages/multishift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multishift",
"version": "2.0.6",
"version": "2.0.7",
"description": "A repurposed downshift for internal use within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/multishift",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# remirror

## 2.0.26

> 2023-03-10

### Patch Changes

- Updated dependencies [5bfcb41d5]
- @remirror/extension-yjs@3.0.13

## 2.0.25

> 2023-03-10
Expand Down
4 changes: 2 additions & 2 deletions packages/remirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remirror",
"version": "2.0.25",
"version": "2.0.26",
"description": "One editing package to rule them all, one editing package to bind them.",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -115,7 +115,7 @@
"@remirror/extension-trailing-node": "^2.0.12",
"@remirror/extension-underline": "^2.0.12",
"@remirror/extension-whitespace": "^2.0.12",
"@remirror/extension-yjs": "^3.0.12",
"@remirror/extension-yjs": "^3.0.13",
"@remirror/icons": "^2.0.1",
"@remirror/preset-core": "^2.0.15",
"@remirror/preset-formatting": "^2.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"turndown-plugin-gfm": "^1.0.2"
},
"devDependencies": {
"@remirror/extension-react-tables": "^2.2.13",
"@remirror/extension-react-tables": "^2.2.14",
"@remirror/pm": "^2.0.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@types/react": "^18.0.6",
"react": "^18.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/remirror__extension-react-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-react-tables

## 2.2.14

> 2023-03-10
### Patch Changes

- @remirror/react-components@2.1.11
- @remirror/react-hooks@2.0.21

## 2.2.13

> 2023-03-10
Expand Down
6 changes: 3 additions & 3 deletions packages/remirror__extension-react-tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-react-tables",
"version": "2.2.13",
"version": "2.2.14",
"description": "Create tables with nested react components.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@remirror/icons": "^2.0.1",
"@remirror/messages": "^2.0.2",
"@remirror/preset-core": "^2.0.15",
"@remirror/react-components": "^2.1.10",
"@remirror/react-components": "^2.1.11",
"@remirror/react-core": "^2.0.16",
"@remirror/react-hooks": "^2.0.20",
"@remirror/react-hooks": "^2.0.21",
"@remirror/theme": "^2.0.6",
"jsx-dom-cjs": "^8.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__extension-yjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/extension-yjs

## 3.0.13

> 2023-03-10
### Patch Changes

- 5bfcb41d5: Fix the missing peer dependency warning when installing `@remirror/extension-yjs`.

## 3.0.12

> 2023-03-10
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-yjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-yjs",
"version": "3.0.12",
"version": "3.0.13",
"description": "Realtime collaboration with yjs",
"keywords": [
"remirror",
Expand Down
10 changes: 10 additions & 0 deletions packages/remirror__react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/react-components

## 2.1.11

> 2023-03-10
### Patch Changes

- Updated dependencies [48ee2c2cb]
- multishift@2.0.7
- @remirror/react-hooks@2.0.21

## 2.1.10

> 2023-03-10
Expand Down
8 changes: 4 additions & 4 deletions packages/remirror__react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-components",
"version": "2.1.10",
"version": "2.1.11",
"description": "Components to begin your remirror journey",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-components",
"repository": {
Expand Down Expand Up @@ -70,19 +70,19 @@
"@remirror/icons": "^2.0.1",
"@remirror/messages": "^2.0.2",
"@remirror/react-core": "^2.0.16",
"@remirror/react-hooks": "^2.0.20",
"@remirror/react-hooks": "^2.0.21",
"@remirror/react-utils": "^2.0.4",
"@remirror/theme": "^2.0.6",
"@seznam/compose-react-refs": "^1.0.6",
"@types/react-color": "^3.0.6",
"create-context-state": "^2.0.0",
"match-sorter": "^6.3.0",
"multishift": "^2.0.6",
"multishift": "^2.0.7",
"react-color": "^2.19.3"
},
"devDependencies": {
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__react-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@types/jsdom": "^16.2.13",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/remirror__react-editors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/react-editors

## 1.0.27

> 2023-03-10
### Patch Changes

- remirror@2.0.26
- @remirror/extension-react-tables@2.2.14
- @remirror/react@2.0.27

## 1.0.26

> 2023-03-10
Expand Down
8 changes: 4 additions & 4 deletions packages/remirror__react-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-editors",
"version": "1.0.26",
"version": "1.0.27",
"description": "A showcase of possible react editors built with remirror.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -60,15 +60,15 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-helpers": "^2.0.1",
"@remirror/extension-react-tables": "^2.2.13",
"@remirror/extension-react-tables": "^2.2.14",
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@remirror/styles": "^2.0.4",
"@svgmoji/noto": "^3.2.0",
"@types/refractor": "^3.0.2",
"create-context-state": "^2.0.0",
"refractor": "^3.3.1",
"remirror": "2.0.25",
"remirror": "2.0.26",
"svgmoji": "^3.2.0"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/remirror__react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/react-hooks

## 2.0.21

> 2023-03-10

### Patch Changes

- Updated dependencies [48ee2c2cb]
- multishift@2.0.7

## 2.0.20

> 2023-03-10
Expand Down
6 changes: 3 additions & 3 deletions packages/remirror__react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-hooks",
"version": "2.0.20",
"version": "2.0.21",
"description": "A selection of core hooks built for working within the editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-hooks",
"repository": {
Expand Down Expand Up @@ -125,13 +125,13 @@
"@remirror/i18n": "^2.0.2",
"@remirror/react-core": "^2.0.16",
"@remirror/react-utils": "^2.0.4",
"multishift": "^2.0.6",
"multishift": "^2.0.7",
"use-isomorphic-layout-effect": "^1.1.1",
"use-previous": "^1.1.0"
},
"devDependencies": {
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__react-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/remirror__react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/react

## 2.0.27

> 2023-03-10

### Patch Changes

- @remirror/react-components@2.1.11
- @remirror/react-hooks@2.0.21
- @remirror/extension-react-tables@2.2.14

## 2.0.26

> 2023-03-10
Expand Down
8 changes: 4 additions & 4 deletions packages/remirror__react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react",
"version": "2.0.26",
"version": "2.0.27",
"description": "Hooks and components for consuming `remirror` with your fave framework `React`.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react",
"repository": {
Expand Down Expand Up @@ -34,11 +34,11 @@
"@remirror/extension-placeholder": "^2.0.13",
"@remirror/extension-positioner": "^2.1.7",
"@remirror/extension-react-component": "^2.0.12",
"@remirror/extension-react-tables": "^2.2.13",
"@remirror/extension-react-tables": "^2.2.14",
"@remirror/preset-react": "^2.0.13",
"@remirror/react-components": "^2.1.10",
"@remirror/react-components": "^2.1.11",
"@remirror/react-core": "^2.0.16",
"@remirror/react-hooks": "^2.0.20",
"@remirror/react-hooks": "^2.0.21",
"@remirror/react-renderer": "^2.0.12",
"@remirror/react-utils": "^2.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@remirror/extension-find": "^0.1.5",
"@remirror/extension-mention": "^2.0.14",
"@remirror/extension-mention-atom": "^2.0.15",
"@remirror/extension-react-tables": "^2.2.13",
"@remirror/extension-react-tables": "^2.2.14",
"@remirror/messages": "^2.0.2",
"@remirror/pm": "^2.0.4",
"@remirror/react": "^2.0.26",
"@remirror/react-editors": "^1.0.26",
"@remirror/react": "^2.0.27",
"@remirror/react-editors": "^1.0.27",
"@remirror/styles": "^2.0.4",
"@svgmoji/blob": "^3.1.0",
"@types/codemirror": "^5.60.2",
Expand All @@ -63,7 +63,7 @@
"react-is": "^18.0.0",
"reakit": "^1.3.11",
"refractor": "^3.3.1",
"remirror": "2.0.25",
"remirror": "2.0.26",
"scripts": "0.0.1",
"svgmoji": "^3.2.0",
"y-webrtc": "^10.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@remirror/core": "^2.0.12",
"@remirror/pm": "^2.0.4",
"@remirror/preset-core": "^2.0.15",
"@remirror/react": "^2.0.26",
"@remirror/react": "^2.0.27",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/fluent-ffmpeg": "^2.1.18",
Expand Down

1 comment on commit 6a9754c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉 Published on https://remirror.io as production
🚀 Deployed on https://640bb8e4d8fc9d143928cfef--remirror.netlify.app

Please sign in to comment.