Skip to content

Commit

Permalink
chore: update versions (next) (#558)
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
github-actions[bot] and github-actions[bot] committed Aug 18, 2020
1 parent d505ebc commit f5cc93d
Show file tree
Hide file tree
Showing 26 changed files with 143 additions and 57 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
"small-pumpkins-itch",
"small-timers-smoke",
"smart-peaches-mate",
"smooth-dryers-impress",
"sour-badgers-think",
"spotty-candles-add",
"stale-donuts-impress",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"prettier-plugin-packagejson": "^2.2.5",
"remirror": "1.0.0-next.22",
"remirror": "1.0.0-next.23",
"rimraf": "^3.0.2",
"size-limit": "^4.5.5",
"snapshot-diff": "^0.8.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/dev

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23

## 1.0.0-next.22

> 2020-08-17
Expand Down
4 changes: 2 additions & 2 deletions packages/@remirror/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/dev",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"description": "Development utilities for remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/dev",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/dev",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@babel/runtime": "^7.11.0",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@types/prosemirror-dev-tools": "^2.1.0",
"prosemirror-dev-tools": "^3.0.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@remirror/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/playground

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23
- remirror@1.0.0-next.23

## 1.0.0-next.22

> 2020-08-17
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/playground",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"private": true,
"description": "Remirror Playground",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/playground",
Expand All @@ -27,15 +27,15 @@
"@remirror/core": "1.0.0-next.22",
"@remirror/core-helpers": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@types/babel__core": "^7.1.9",
"@types/babel__standalone": "^7.1.2",
"@types/lz-string": "^1.3.34",
"lz-string": "^1.4.4",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"regenerator-runtime": "^0.13.7",
"remirror": "1.0.0-next.22"
"remirror": "1.0.0-next.23"
},
"devDependencies": {
"@types/prettier": "^2.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/react-components

## 1.0.0-next.5

> 2020-08-18
### Patch Changes

- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23

## 1.0.0-next.4

> 2020-08-17
Expand Down
6 changes: 3 additions & 3 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": "1.0.0-next.4",
"version": "1.0.0-next.5",
"private": true,
"description": "The `remirror` what-you-see-is-what-you-get (wysiwyg) editing experience.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-components",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@lingui/macro": "^3.0.0-13",
"@remirror/core": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@testing-library/react": "^10.4.7",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
Expand All @@ -42,7 +42,7 @@
"peerDependencies": {
"@remirror/core": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"react": "^16.8.0",
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

## 1.0.0-next.7

> 2020-08-18
### Patch Changes

- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23

## 1.0.0-next.6

> 2020-08-17
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": "1.0.0-next.6",
"version": "1.0.0-next.7",
"private": true,
"description": "A selection of core hooks built for working within the editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-hooks",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@remirror/extension-auto-link": "1.0.0-next.22",
"@remirror/extension-mention": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@testing-library/react-hooks": "^3.4.1",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
Expand All @@ -45,7 +45,7 @@
"@remirror/extension-auto-link": "1.0.0-next.22",
"@remirror/extension-mention": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"react": "^16.8.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/react-social/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/react-social

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23

## 1.0.0-next.22

> 2020-08-17
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/react-social/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-social",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"description": "A configurable social editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-social",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-social",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@lingui/macro": "^3.0.0-13",
"@remirror/core": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@testing-library/dom": "^7.22.2",
"@testing-library/react-hooks": "^3.4.1",
"@types/react": "^16.9.46",
Expand All @@ -53,7 +53,7 @@
"peerDependencies": {
"@remirror/core": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"react": "^16.8.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/react-wysiwyg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/react-wysiwyg

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23

## 1.0.0-next.22

> 2020-08-17
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/react-wysiwyg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-wysiwyg",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"description": "The `remirror` what-you-see-is-what-you-get (wysiwyg) editing experience.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-wysiwyg",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-wysiwyg",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@lingui/macro": "^3.0.0-13",
"@remirror/core": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@testing-library/react": "^10.4.7",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
Expand All @@ -49,7 +49,7 @@
"peerDependencies": {
"@remirror/core": "1.0.0-next.22",
"@remirror/pm": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
"react": "^16.8.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

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- d505ebc1: Fixes #555 `onChange` callback not being updated when using a controlled editor in
`StrictMode`.

## 1.0.0-next.22

> 2020-08-17
Expand Down
2 changes: 1 addition & 1 deletion packages/@remirror/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"description": "react utilities for remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react",
Expand Down
8 changes: 8 additions & 0 deletions packages/@remirror/showcase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/showcase

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- @remirror/react-social@1.0.0-next.23

## 1.0.0-next.22

> 2020-08-17
Expand Down
4 changes: 2 additions & 2 deletions packages/@remirror/showcase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/showcase",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"description": "A showcase of editors built with remirror and react.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "^7.11.0",
"@remirror/core": "1.0.0-next.22",
"@remirror/extension-code-block": "1.0.0-next.22",
"@remirror/react-social": "1.0.0-next.22",
"@remirror/react-social": "1.0.0-next.23",
"@types/match-sorter": "^4.0.0",
"@types/prettier": "^2.0.2",
"match-sorter": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@remirror/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@remirror/pm": "1.0.0-next.22",
"@remirror/preset-core": "1.0.0-next.22",
"@remirror/preset-react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@testing-library/react": "^10.4.7",
"@types/min-document": "^2.19.0",
"jest-diff": "^26.4.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# remirror

## 1.0.0-next.23

> 2020-08-18
### Patch Changes

- d505ebc1: Fixes #555 `onChange` callback not being updated when using a controlled editor in
`StrictMode`.
- Updated dependencies [d505ebc1]
- @remirror/react@1.0.0-next.23
- @remirror/react-social@1.0.0-next.23
- @remirror/react-wysiwyg@1.0.0-next.23

## 1.0.0-next.22

> 2020-08-17
Expand Down
8 changes: 4 additions & 4 deletions packages/remirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remirror",
"version": "1.0.0-next.22",
"version": "1.0.0-next.23",
"description": "One editing package to rule them all, one editing package to find them.",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -85,10 +85,10 @@
"@remirror/preset-social": "1.0.0-next.22",
"@remirror/preset-table": "1.0.0-next.22",
"@remirror/preset-wysiwyg": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.22",
"@remirror/react-social": "1.0.0-next.22",
"@remirror/react": "1.0.0-next.23",
"@remirror/react-social": "1.0.0-next.23",
"@remirror/react-utils": "1.0.0-next.22",
"@remirror/react-wysiwyg": "1.0.0-next.22",
"@remirror/react-wysiwyg": "1.0.0-next.23",
"@remirror/theme": "1.0.0-next.22"
},
"devDependencies": {
Expand Down

1 comment on commit f5cc93d

@github-actions
Copy link
Contributor Author

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://5f3b61e3bd26faf0a81aca63--remirror.netlify.app

Please sign in to comment.