Skip to content

Commit

Permalink
chore(changeset): version update (#1963)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
remirror-bot and github-actions[bot] committed Dec 14, 2022
1 parent 8d911e9 commit 7f981e4
Show file tree
Hide file tree
Showing 24 changed files with 109 additions and 62 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-peaches-beg.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 @@ -211,7 +211,7 @@
"playwright-testing-library": "^4.2.1",
"prettier": "^2.3.2",
"prettier-plugin-packagejson": "^2.2.13",
"remirror": "2.0.20",
"remirror": "2.0.21",
"rimraf": "^3.0.2",
"size-limit": "^7.0.8",
"snapshot-diff": "^0.9.0",
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.21

> 2022-12-14

### Patch Changes

- Updated dependencies [8d911e983]
- @remirror/extension-entity-reference@2.2.1

## 2.0.20

> 2022-12-12
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.20",
"version": "2.0.21",
"description": "One editing package to rule them all, one editing package to bind them.",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@remirror/extension-drop-cursor": "^2.0.9",
"@remirror/extension-embed": "^2.0.9",
"@remirror/extension-emoji": "^2.0.13",
"@remirror/extension-entity-reference": "^2.2.0",
"@remirror/extension-entity-reference": "^2.2.1",
"@remirror/extension-epic-mode": "^2.0.9",
"@remirror/extension-events": "^2.1.9",
"@remirror/extension-font-family": "^2.0.9",
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__extension-entity-reference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/extension-entity-reference

## 2.2.1

> 2022-12-14
### Patch Changes

- 8d911e983: Allow the adding of extra attributes via `addEntityReference` and return those attributes via the helpers

## 2.2.0

> 2022-12-12
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-entity-reference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-entity-reference",
"version": "2.2.0",
"version": "2.2.1",
"description": "Allow users to highlight important content",
"keywords": [
"remirror",
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.8",
"@remirror/extension-react-tables": "^2.2.9",
"@remirror/pm": "^2.0.2"
},
"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.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@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.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@types/react": "^18.0.6",
"react": "^18.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__extension-react-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/extension-react-tables

## 2.2.9

> 2022-12-14
### Patch Changes

- @remirror/react-components@2.1.6

## 2.2.8

> 2022-12-12
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "2.2.9",
"description": "Create tables with nested react components.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@remirror/icons": "^2.0.0",
"@remirror/messages": "^2.0.1",
"@remirror/preset-core": "^2.0.11",
"@remirror/react-components": "^2.1.5",
"@remirror/react-components": "^2.1.6",
"@remirror/react-core": "^2.0.12",
"@remirror/react-hooks": "^2.0.16",
"@remirror/theme": "^2.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/react-components

## 2.1.6

> 2022-12-14
### Patch Changes

- remirror@2.0.21

## 2.1.5

> 2022-12-12
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.5",
"version": "2.1.6",
"description": "Components to begin your remirror journey",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-components",
"repository": {
Expand Down Expand Up @@ -63,20 +63,20 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remirror": "^2.0.20"
"remirror": "^2.0.21"
},
"peerDependencies": {
"@remirror/pm": "^2.0.2",
"@types/react": "^16.14.0 || ^17 || ^18",
"@types/react-dom": "^16.9.0 || ^17 || ^18",
"react": "^16.14.0 || ^17 || ^18",
"react-dom": "^16.14.0 || ^17 || ^18",
"remirror": "^2.0.20"
"remirror": "^2.0.21"
},
"peerDependenciesMeta": {
"@types/react": {
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.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@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.22

> 2022-12-14
### Patch Changes

- remirror@2.0.21
- @remirror/extension-react-tables@2.2.9
- @remirror/react@2.0.22

## 1.0.21

> 2022-12-12
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.21",
"version": "1.0.22",
"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.0",
"@remirror/extension-react-tables": "^2.2.8",
"@remirror/extension-react-tables": "^2.2.9",
"@remirror/pm": "^2.0.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@remirror/styles": "^2.0.2",
"@svgmoji/noto": "^3.2.0",
"@types/refractor": "^3.0.2",
"create-context-state": "^2.0.0",
"refractor": "^3.3.1",
"remirror": "2.0.20",
"remirror": "2.0.21",
"svgmoji": "^3.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@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.2",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/remirror__react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/react

## 2.0.22

> 2022-12-14
### Patch Changes

- @remirror/react-components@2.1.6
- @remirror/extension-react-tables@2.2.9

## 2.0.21

> 2022-12-12
Expand Down
6 changes: 3 additions & 3 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.21",
"version": "2.0.22",
"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,9 +34,9 @@
"@remirror/extension-placeholder": "^2.0.10",
"@remirror/extension-positioner": "^2.1.3",
"@remirror/extension-react-component": "^2.0.9",
"@remirror/extension-react-tables": "^2.2.8",
"@remirror/extension-react-tables": "^2.2.9",
"@remirror/preset-react": "^2.0.10",
"@remirror/react-components": "^2.1.5",
"@remirror/react-components": "^2.1.6",
"@remirror/react-core": "^2.0.12",
"@remirror/react-hooks": "^2.0.16",
"@remirror/react-renderer": "^2.0.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@remirror/dev": "^2.0.12",
"@remirror/extension-codemirror6": "^1.0.9",
"@remirror/extension-count": "^2.0.9",
"@remirror/extension-entity-reference": "^2.2.0",
"@remirror/extension-entity-reference": "^2.2.1",
"@remirror/extension-file": "^1.0.12",
"@remirror/extension-find": "^0.1.2",
"@remirror/extension-mention": "^2.0.10",
"@remirror/extension-mention-atom": "^2.0.11",
"@remirror/extension-react-tables": "^2.2.8",
"@remirror/extension-react-tables": "^2.2.9",
"@remirror/messages": "^2.0.1",
"@remirror/pm": "^2.0.2",
"@remirror/react": "^2.0.21",
"@remirror/react-editors": "^1.0.21",
"@remirror/react": "^2.0.22",
"@remirror/react-editors": "^1.0.22",
"@remirror/styles": "^2.0.2",
"@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.20",
"remirror": "2.0.21",
"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.9",
"@remirror/pm": "^2.0.2",
"@remirror/preset-core": "^2.0.11",
"@remirror/react": "^2.0.21",
"@remirror/react": "^2.0.22",
"@testing-library/react": "^13.1.1",
"@testing-library/react-hooks": "^8.0.0",
"@types/fluent-ffmpeg": "^2.1.18",
Expand Down

1 comment on commit 7f981e4

@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://639a00768095c50ccf74e60a--remirror.netlify.app

Please sign in to comment.