Skip to content

Commit

Permalink
chore(changeset): version update (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot committed Nov 15, 2022
1 parent 96422dd commit 65f7a68
Show file tree
Hide file tree
Showing 30 changed files with 166 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-parrots-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-suns-rhyme.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.15",
"remirror": "2.0.16",
"rimraf": "^3.0.2",
"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.3

> 2022-11-15
### Patch Changes

- 96422dd3d: Fix an error `(0 , import_compute_scroll_into_view.default) is not a function` when using create-react-app.

## 2.0.2

> 2022-10-27
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.2",
"version": "2.0.3",
"description": "A repurposed downshift for internal use within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/multishift",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# remirror

## 2.0.16

> 2022-11-15

### Patch Changes

- Updated dependencies [71c154420]
- @remirror/extension-image@2.1.2
- @remirror/preset-wysiwyg@2.0.11

## 2.0.15

> 2022-11-02
Expand Down
6 changes: 3 additions & 3 deletions packages/remirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remirror",
"version": "2.0.15",
"version": "2.0.16",
"description": "One editing package to rule them all, one editing package to bind them.",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@remirror/extension-heading": "^2.0.7",
"@remirror/extension-history": "^2.0.7",
"@remirror/extension-horizontal-rule": "^2.0.7",
"@remirror/extension-image": "^2.1.1",
"@remirror/extension-image": "^2.1.2",
"@remirror/extension-italic": "^2.0.7",
"@remirror/extension-link": "^2.0.8",
"@remirror/extension-list": "^2.0.8",
Expand Down Expand Up @@ -119,7 +119,7 @@
"@remirror/icons": "^2.0.0",
"@remirror/preset-core": "^2.0.8",
"@remirror/preset-formatting": "^2.0.7",
"@remirror/preset-wysiwyg": "^2.0.10",
"@remirror/preset-wysiwyg": "^2.0.11",
"@remirror/theme": "^2.0.2",
"@types/codemirror": "^5.60.2",
"@types/refractor": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__extension-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/extension-image

## 2.1.2

> 2022-11-15
### Patch Changes

- 71c154420: Insert images at the drop position.

## 2.1.1

> 2022-10-27
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-image",
"version": "2.1.1",
"version": "2.1.2",
"description": "Add images to your editor.",
"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.3",
"@remirror/extension-react-tables": "^2.2.4",
"@remirror/pm": "^2.0.1"
},
"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.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@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.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@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.4

> 2022-11-15
### Patch Changes

- @remirror/react-components@2.1.1
- @remirror/react-hooks@2.0.12

## 2.2.3

> 2022-11-02
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.3",
"version": "2.2.4",
"description": "Create tables with nested react components.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@remirror/icons": "^2.0.0",
"@remirror/messages": "^2.0.1",
"@remirror/preset-core": "^2.0.8",
"@remirror/react-components": "^2.1.0",
"@remirror/react-components": "^2.1.1",
"@remirror/react-core": "^2.0.8",
"@remirror/react-hooks": "^2.0.11",
"@remirror/react-hooks": "^2.0.12",
"@remirror/theme": "^2.0.2",
"jsx-dom-cjs": "^8.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/remirror__preset-wysiwyg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/preset-wysiwyg

## 2.0.11

> 2022-11-15
### Patch Changes

- Updated dependencies [71c154420]
- @remirror/extension-image@2.1.2

## 2.0.10

> 2022-11-02
Expand Down
4 changes: 2 additions & 2 deletions packages/remirror__preset-wysiwyg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/preset-wysiwyg",
"version": "2.0.10",
"version": "2.0.11",
"description": "The preset for your wysiwyg editor.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@remirror/extension-hard-break": "^2.0.7",
"@remirror/extension-heading": "^2.0.7",
"@remirror/extension-horizontal-rule": "^2.0.7",
"@remirror/extension-image": "^2.1.1",
"@remirror/extension-image": "^2.1.2",
"@remirror/extension-italic": "^2.0.7",
"@remirror/extension-link": "^2.0.8",
"@remirror/extension-list": "^2.0.8",
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.1

> 2022-11-15
### Patch Changes

- Updated dependencies [96422dd3d]
- multishift@2.0.3
- @remirror/react-hooks@2.0.12
- remirror@2.0.16

## 2.1.0

> 2022-11-02
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "2.1.1",
"description": "Components to begin your remirror journey",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-components",
"repository": {
Expand Down Expand Up @@ -51,32 +51,32 @@
"@remirror/icons": "^2.0.0",
"@remirror/messages": "^2.0.1",
"@remirror/react-core": "^2.0.8",
"@remirror/react-hooks": "^2.0.11",
"@remirror/react-hooks": "^2.0.12",
"@remirror/react-utils": "^2.0.1",
"@remirror/theme": "^2.0.2",
"@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.2",
"multishift": "^2.0.3",
"react-color": "^2.19.3"
},
"devDependencies": {
"@remirror/pm": "^2.0.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remirror": "^2.0.15"
"remirror": "^2.0.16"
},
"peerDependencies": {
"@remirror/pm": "^2.0.1",
"@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.15"
"remirror": "^2.0.16"
},
"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.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@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.17

> 2022-11-15

### Patch Changes

- remirror@2.0.16
- @remirror/extension-react-tables@2.2.4
- @remirror/react@2.0.17

## 1.0.16

> 2022-11-02
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.16",
"version": "1.0.17",
"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.3",
"@remirror/extension-react-tables": "^2.2.4",
"@remirror/pm": "^2.0.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@remirror/styles": "^2.0.1",
"@svgmoji/noto": "^3.2.0",
"@types/refractor": "^3.0.2",
"create-context-state": "^2.0.0",
"refractor": "^3.3.1",
"remirror": "2.0.15",
"remirror": "2.0.16",
"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.12

> 2022-11-15

### Patch Changes

- Updated dependencies [96422dd3d]
- multishift@2.0.3

## 2.0.11

> 2022-10-27
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.11",
"version": "2.0.12",
"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.1",
"@remirror/react-core": "^2.0.8",
"@remirror/react-utils": "^2.0.1",
"multishift": "^2.0.2",
"multishift": "^2.0.3",
"use-isomorphic-layout-effect": "^1.1.1",
"use-previous": "^1.1.0"
},
"devDependencies": {
"@remirror/pm": "^2.0.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@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.1",
"@remirror/react": "^2.0.16",
"@remirror/react": "^2.0.17",
"@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.17

> 2022-11-15

### Patch Changes

- @remirror/react-components@2.1.1
- @remirror/react-hooks@2.0.12
- @remirror/extension-react-tables@2.2.4

## 2.0.16

> 2022-11-02
Expand Down

1 comment on commit 65f7a68

@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://63738cc47db8c7566522bce8--remirror.netlify.app

Please sign in to comment.