Skip to content

Commit

Permalink
chore(changeset): version update (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot committed Sep 28, 2022
1 parent 1acd3da commit 67eb0ed
Show file tree
Hide file tree
Showing 25 changed files with 138 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-buses-lie.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 @@ -212,7 +212,7 @@
"playwright-testing-library": "^4.2.1",
"prettier": "^2.3.2",
"prettier-plugin-packagejson": "^2.2.13",
"remirror": "2.0.6",
"remirror": "2.0.7",
"rimraf": "^3.0.2",
"size-limit": "^7.0.8",
"snapshot-diff": "^0.9.0",
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.7

> 2022-09-28

### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.
- Updated dependencies
- @remirror/extension-emoji@2.0.6

## 2.0.6

> 2022-09-27
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.6",
"version": "2.0.7",
"description": "One editing package to rule them all, one editing package to bind them.",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@remirror/extension-doc": "^2.0.4",
"@remirror/extension-drop-cursor": "^2.0.4",
"@remirror/extension-embed": "^2.0.4",
"@remirror/extension-emoji": "^2.0.5",
"@remirror/extension-emoji": "^2.0.6",
"@remirror/extension-entity-reference": "^2.0.5",
"@remirror/extension-epic-mode": "^2.0.4",
"@remirror/extension-events": "^2.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/remirror__extension-emoji/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/extension-emoji

## 2.0.6

> 2022-09-28
### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.

## 2.0.5

> 2022-09-27
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-emoji/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-emoji",
"version": "2.0.5",
"version": "2.0.6",
"description": "Add flavor to your editor with emoji's that make the heart sing.",
"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.0.6",
"@remirror/extension-react-tables": "^2.0.7",
"@remirror/pm": "^2.0.0"
},
"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.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@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.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@types/react": "^18.0.6",
"react": "^18.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/remirror__extension-react-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @remirror/extension-react-tables

## 2.0.7

> 2022-09-28
### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.
- Updated dependencies
- @remirror/react-components@2.0.7
- @remirror/react-hooks@2.0.7

## 2.0.6

> 2022-09-27
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.0.6",
"version": "2.0.7",
"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.5",
"@remirror/react-components": "^2.0.6",
"@remirror/react-components": "^2.0.7",
"@remirror/react-core": "^2.0.5",
"@remirror/react-hooks": "^2.0.6",
"@remirror/react-hooks": "^2.0.7",
"@remirror/theme": "^2.0.0",
"jsx-dom-cjs": "^8.0.0"
},
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.0.7

> 2022-09-28
### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.
- Updated dependencies
- remirror@2.0.7
- @remirror/react-hooks@2.0.7

## 2.0.6

> 2022-09-27
Expand Down
10 changes: 5 additions & 5 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.0.6",
"version": "2.0.7",
"description": "Components to begin your remirror journey",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-components",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"@remirror/icons": "^2.0.0",
"@remirror/messages": "^2.0.1",
"@remirror/react-core": "^2.0.5",
"@remirror/react-hooks": "^2.0.6",
"@remirror/react-hooks": "^2.0.7",
"@remirror/react-utils": "^2.0.0",
"@remirror/theme": "^2.0.0",
"@seznam/compose-react-refs": "^1.0.6",
Expand All @@ -62,20 +62,20 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remirror": "^2.0.6"
"remirror": "^2.0.7"
},
"peerDependencies": {
"@remirror/pm": "^2.0.0",
"@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.6"
"remirror": "^2.0.7"
},
"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.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@types/jsdom": "^16.2.13",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/remirror__react-editors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @remirror/react-editors

## 1.0.7

> 2022-09-28
### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.
- Updated dependencies
- remirror@2.0.7
- @remirror/extension-react-tables@2.0.7
- @remirror/react@2.0.7

## 1.0.6

> 2022-09-27
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.6",
"version": "1.0.7",
"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.0.6",
"@remirror/extension-react-tables": "^2.0.7",
"@remirror/pm": "^2.0.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@remirror/styles": "^2.0.0",
"@svgmoji/noto": "^3.2.0",
"@types/refractor": "^3.0.2",
"create-context-state": "^2.0.0",
"refractor": "^3.3.1",
"remirror": "2.0.6",
"remirror": "2.0.7",
"svgmoji": "^3.2.0"
},
"devDependencies": {
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.7

> 2022-09-28
### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.
- Updated dependencies
- @remirror/extension-emoji@2.0.6

## 2.0.6

> 2022-09-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.6",
"version": "2.0.7",
"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 @@ -116,7 +116,7 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core": "^2.0.4",
"@remirror/extension-emoji": "^2.0.5",
"@remirror/extension-emoji": "^2.0.6",
"@remirror/extension-events": "^2.1.4",
"@remirror/extension-history": "^2.0.4",
"@remirror/extension-mention": "^2.0.5",
Expand All @@ -131,7 +131,7 @@
},
"devDependencies": {
"@remirror/pm": "^2.0.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@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.0",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react": "^18.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/remirror__react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @remirror/react

## 2.0.7

> 2022-09-28

### Patch Changes

- Fixes the import error for `@remirror/extension-emoji` when using `vite dev`.
- Updated dependencies
- @remirror/extension-react-tables@2.0.7
- @remirror/react-components@2.0.7
- @remirror/react-hooks@2.0.7

## 2.0.6

> 2022-09-27
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.6",
"version": "2.0.7",
"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.4",
"@remirror/extension-positioner": "^2.0.5",
"@remirror/extension-react-component": "^2.0.4",
"@remirror/extension-react-tables": "^2.0.6",
"@remirror/extension-react-tables": "^2.0.7",
"@remirror/preset-react": "^2.0.4",
"@remirror/react-components": "^2.0.6",
"@remirror/react-components": "^2.0.7",
"@remirror/react-core": "^2.0.5",
"@remirror/react-hooks": "^2.0.6",
"@remirror/react-hooks": "^2.0.7",
"@remirror/react-renderer": "^2.0.4",
"@remirror/react-utils": "^2.0.0"
},
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 @@ -35,11 +35,11 @@
"@remirror/extension-file": "^1.0.5",
"@remirror/extension-mention": "^2.0.5",
"@remirror/extension-mention-atom": "^2.0.5",
"@remirror/extension-react-tables": "^2.0.6",
"@remirror/extension-react-tables": "^2.0.7",
"@remirror/messages": "^2.0.1",
"@remirror/pm": "^2.0.0",
"@remirror/react": "^2.0.6",
"@remirror/react-editors": "^1.0.6",
"@remirror/react": "^2.0.7",
"@remirror/react-editors": "^1.0.7",
"@remirror/styles": "^2.0.0",
"@svgmoji/blob": "^3.1.0",
"@types/codemirror": "^5.60.2",
Expand All @@ -62,7 +62,7 @@
"react-is": "^18.0.0",
"reakit": "^1.3.11",
"refractor": "^3.3.1",
"remirror": "2.0.6",
"remirror": "2.0.7",
"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.4",
"@remirror/pm": "^2.0.0",
"@remirror/preset-core": "^2.0.5",
"@remirror/react": "^2.0.6",
"@remirror/react": "^2.0.7",
"@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 67eb0ed

@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://63340b9cdab8e6669a25f461--remirror.netlify.app

Please sign in to comment.