Skip to content

Commit

Permalink
chore(changeset): version update (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot committed Jul 6, 2023
1 parent 28b3b3d commit 4d2b4d6
Show file tree
Hide file tree
Showing 22 changed files with 1,139 additions and 469 deletions.
9 changes: 0 additions & 9 deletions .changeset/unlucky-scissors-provide.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/remirror__dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@babel/runtime": "^7.22.3",
"@remirror/react-core": "^2.0.19",
"@remirror/react-core": "^2.0.20",
"prosemirror-dev-toolkit": "^1.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@babel/runtime": "^7.22.3",
"@remirror/core": "^2.0.17",
"@remirror/extension-react-component": "^2.0.13",
"@remirror/react-core": "^2.0.19",
"@remirror/react-core": "^2.0.20",
"@remirror/theme": "^2.0.8",
"nanoevents": "^5.1.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.16",
"@remirror/extension-react-tables": "^2.2.17",
"@remirror/pm": "^2.0.6"
},
"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.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.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.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@types/react": "^18.2.0",
"react": "^18.2.0"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/remirror__extension-react-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @remirror/extension-react-tables

## 2.2.17

> 2023-07-06
### Patch Changes

- 28b3b3dc8: Fix the lingui runtime crash `Cannot read properties of undefined (reading "messages")`.
- Updated dependencies [28b3b3dc8]
- @remirror/react-components@2.1.16
- @remirror/react-core@2.0.20
- @remirror/react-hooks@2.0.25

## 2.2.16

> 2023-05-18
Expand Down
8 changes: 4 additions & 4 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.16",
"version": "2.2.17",
"description": "Create tables with nested react components.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@remirror/icons": "^2.0.2",
"@remirror/messages": "^2.0.5",
"@remirror/preset-core": "^2.0.16",
"@remirror/react-components": "^2.1.15",
"@remirror/react-core": "^2.0.19",
"@remirror/react-hooks": "^2.0.24",
"@remirror/react-components": "^2.1.16",
"@remirror/react-core": "^2.0.20",
"@remirror/react-hooks": "^2.0.25",
"@remirror/theme": "^2.0.8",
"jsx-dom-cjs": "^8.0.6"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/remirror__react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @remirror/react-components

## 2.1.16

> 2023-07-06
### Patch Changes

- 28b3b3dc8: Fix the lingui runtime crash `Cannot read properties of undefined (reading "messages")`.
- Updated dependencies [28b3b3dc8]
- @remirror/react-core@2.0.20
- @remirror/react-hooks@2.0.25

## 2.1.15

> 2023-07-04
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.15",
"version": "2.1.16",
"description": "Components to begin your remirror journey",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-components",
"repository": {
Expand Down Expand Up @@ -69,8 +69,8 @@
"@remirror/i18n": "^2.0.4",
"@remirror/icons": "^2.0.2",
"@remirror/messages": "^2.0.5",
"@remirror/react-core": "^2.0.19",
"@remirror/react-hooks": "^2.0.24",
"@remirror/react-core": "^2.0.20",
"@remirror/react-hooks": "^2.0.25",
"@remirror/react-utils": "^2.0.5",
"@remirror/theme": "^2.0.8",
"@seznam/compose-react-refs": "^1.0.6",
Expand All @@ -82,7 +82,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/react-core

## 2.0.20

> 2023-07-06
### Patch Changes

- 28b3b3dc8: Fix the lingui runtime crash `Cannot read properties of undefined (reading "messages")`.

## 2.0.19

> 2023-07-03
Expand Down
4 changes: 2 additions & 2 deletions packages/remirror__react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-core",
"version": "2.0.19",
"version": "2.0.20",
"description": "The core `React` library which can be used if you want to create a specialized bundle without the extra hooks and components available via `@remirror/react`.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-core",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@types/jsdom": "^16.2.15",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/remirror__react-editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"dependencies": {
"@babel/runtime": "^7.22.3",
"@remirror/core-helpers": "^2.0.3",
"@remirror/extension-react-tables": "^2.2.16",
"@remirror/extension-react-tables": "^2.2.17",
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@remirror/styles": "^2.0.5",
"@svgmoji/noto": "^3.2.0",
"@types/refractor": "^3.0.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/remirror__react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/react-hooks

## 2.0.25

> 2023-07-06
### Patch Changes

- 28b3b3dc8: Fix the lingui runtime crash `Cannot read properties of undefined (reading "messages")`.
- Updated dependencies [28b3b3dc8]
- @remirror/react-core@2.0.20

## 2.0.24

> 2023-06-09
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.24",
"version": "2.0.25",
"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 @@ -123,15 +123,15 @@
"@remirror/extension-mention-atom": "^2.0.17",
"@remirror/extension-positioner": "^2.1.8",
"@remirror/i18n": "^2.0.4",
"@remirror/react-core": "^2.0.19",
"@remirror/react-core": "^2.0.20",
"@remirror/react-utils": "^2.0.5",
"multishift": "^2.0.8",
"use-isomorphic-layout-effect": "^1.1.2",
"use-previous": "^1.2.0"
},
"devDependencies": {
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.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.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"react": "^18.2.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/remirror__react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @remirror/react

## 2.0.32

> 2023-07-06
### Patch Changes

- 28b3b3dc8: Fix the lingui runtime crash `Cannot read properties of undefined (reading "messages")`.
- Updated dependencies [28b3b3dc8]
- @remirror/react-components@2.1.16
- @remirror/react-core@2.0.20
- @remirror/extension-react-tables@2.2.17
- @remirror/react-hooks@2.0.25

## 2.0.31

> 2023-07-04
Expand Down
10 changes: 5 additions & 5 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.31",
"version": "2.0.32",
"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.14",
"@remirror/extension-positioner": "^2.1.8",
"@remirror/extension-react-component": "^2.0.13",
"@remirror/extension-react-tables": "^2.2.16",
"@remirror/extension-react-tables": "^2.2.17",
"@remirror/preset-react": "^2.0.14",
"@remirror/react-components": "^2.1.15",
"@remirror/react-core": "^2.0.19",
"@remirror/react-hooks": "^2.0.24",
"@remirror/react-components": "^2.1.16",
"@remirror/react-core": "^2.0.20",
"@remirror/react-hooks": "^2.0.25",
"@remirror/react-renderer": "^2.0.13",
"@remirror/react-utils": "^2.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@remirror/extension-find": "^0.1.6",
"@remirror/extension-mention": "^2.0.15",
"@remirror/extension-mention-atom": "^2.0.17",
"@remirror/extension-react-tables": "^2.2.16",
"@remirror/extension-react-tables": "^2.2.17",
"@remirror/messages": "^2.0.5",
"@remirror/pm": "^2.0.6",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@remirror/react-editors": "^1.0.35",
"@remirror/styles": "^2.0.5",
"@svgmoji/blob": "^3.2.0",
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.17",
"@remirror/pm": "^2.0.6",
"@remirror/preset-core": "^2.0.16",
"@remirror/react": "^2.0.31",
"@remirror/react": "^2.0.32",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/fluent-ffmpeg": "^2.1.21",
Expand Down

1 comment on commit 4d2b4d6

@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://64a6ad0c79bb971d9985fcef--remirror.netlify.app

Please sign in to comment.