Skip to content

Commit

Permalink
chore(changeset): version update (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot committed Apr 26, 2023
1 parent 7927c7c commit 65ffb06
Show file tree
Hide file tree
Showing 209 changed files with 2,977 additions and 1,361 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-crabs-knock.md

This file was deleted.

99 changes: 0 additions & 99 deletions .changeset/lovely-bikes-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-ducks-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-bags-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-lizards-train.md

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@manypkg/cli": "^0.20.0",
"@microsoft/api-extractor": "^7.34.4",
"@preconstruct/cli": "^2.5.0",
"@remirror/cli": "1.0.0",
"@remirror/cli": "1.0.1",
"@size-limit/preset-small-lib": "^8.2.4",
"@size-limit/time": "^8.2.4",
"@swc/core": "^1.3.55",
Expand Down Expand Up @@ -186,16 +186,16 @@
"jest-extended": "^3.2.4",
"jest-github-reporter": "^1.1.1",
"jest-playwright-preset": "^3.0.1",
"jest-prosemirror": "^2.1.2",
"jest-remirror": "^2.1.4",
"jest-prosemirror": "^2.1.3",
"jest-remirror": "^2.1.5",
"jest-watch-typeahead": "^2.2.2",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"playwright": "^1.32.3",
"playwright-testing-library": "^4.5.0",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"remirror": "2.0.26",
"remirror": "2.0.27",
"rimraf": "^4.4.1",
"size-limit": "^8.2.4",
"snapshot-diff": "^0.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/a11y-status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# a11y-status

## 2.0.1

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.

## 2.0.0

> 2022-09-13
Expand Down
2 changes: 1 addition & 1 deletion packages/a11y-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a11y-status",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create a singleton live region for a11y status updates",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/create-context-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-context-state

## 2.0.1

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.

## 2.0.0

> 2022-09-13
Expand Down
2 changes: 1 addition & 1 deletion packages/create-context-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-context-state",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create a context hook and provider for managing the state of your react application",
"keywords": [
"remirror"
Expand Down
15 changes: 15 additions & 0 deletions packages/jest-prosemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# jest-prosemirror

## 2.1.3

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.
- Updated dependencies [7b2c3928d]
- @remirror/core-constants@2.0.1
- @remirror/core-helpers@2.0.2
- @remirror/core-types@2.0.5
- @remirror/core-utils@2.0.12
- test-keyboard@2.0.5
- @remirror/pm@2.0.5

## 2.1.2

> 2023-03-10
Expand Down
14 changes: 7 additions & 7 deletions packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-prosemirror",
"version": "2.1.2",
"version": "2.1.3",
"description": "Write expressive tests for your prosemirror editor",
"keywords": [
"jest",
Expand Down Expand Up @@ -47,11 +47,11 @@
],
"dependencies": {
"@babel/runtime": "^7.21.0",
"@remirror/core-constants": "^2.0.0",
"@remirror/core-helpers": "^2.0.1",
"@remirror/core-types": "^2.0.4",
"@remirror/core-utils": "^2.0.11",
"@remirror/pm": "^2.0.4",
"@remirror/core-constants": "^2.0.1",
"@remirror/core-helpers": "^2.0.2",
"@remirror/core-types": "^2.0.5",
"@remirror/core-utils": "^2.0.12",
"@remirror/pm": "^2.0.5",
"@testing-library/dom": "^9.2.0",
"@types/stringify-object": "^3.3.1",
"chalk": "^4.1.0",
Expand All @@ -60,7 +60,7 @@
"prosemirror-tables": "^1.3.2",
"prosemirror-test-builder": "^1.1.0",
"stringify-object": "^3.3.0",
"test-keyboard": "2.0.4"
"test-keyboard": "2.0.5"
},
"devDependencies": {
"jest": "^29.5.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/jest-remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# jest-remirror

## 2.1.5

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.
- Updated dependencies [7b2c3928d]
- Updated dependencies [e88cf35bb]
- @remirror/preset-core@2.0.16
- jest-prosemirror@2.1.3
- @remirror/core@2.0.13
- @remirror/dom@2.0.16
- @remirror/pm@2.0.5

## 2.1.4

> 2023-03-10
Expand Down
12 changes: 6 additions & 6 deletions packages/jest-remirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-remirror",
"version": "2.1.4",
"version": "2.1.5",
"description": "A text editor for react built with prosemirror",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -41,13 +41,13 @@
],
"dependencies": {
"@babel/runtime": "^7.21.0",
"@remirror/core": "^2.0.12",
"@remirror/dom": "^2.0.15",
"@remirror/pm": "^2.0.4",
"@remirror/preset-core": "^2.0.15",
"@remirror/core": "^2.0.13",
"@remirror/dom": "^2.0.16",
"@remirror/pm": "^2.0.5",
"@remirror/preset-core": "^2.0.16",
"@testing-library/dom": "^9.2.0",
"@types/sanitize-html": "^2.9.0",
"jest-prosemirror": "^2.1.2",
"jest-prosemirror": "^2.1.3",
"sanitize-html": "^2.10.0",
"tiny-warning": "^1.0.3"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/multishift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# multishift

## 2.0.8

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.
- Updated dependencies [7b2c3928d]
- @remirror/core-helpers@2.0.2
- @remirror/core-types@2.0.5
- a11y-status@2.0.1

## 2.0.7

> 2023-03-10
Expand Down
8 changes: 4 additions & 4 deletions packages/multishift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multishift",
"version": "2.0.7",
"version": "2.0.8",
"description": "A repurposed downshift for internal use within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/multishift",
"repository": {
Expand Down Expand Up @@ -30,10 +30,10 @@
],
"dependencies": {
"@babel/runtime": "^7.21.0",
"@remirror/core-helpers": "^2.0.1",
"@remirror/core-types": "^2.0.4",
"@remirror/core-helpers": "^2.0.2",
"@remirror/core-types": "^2.0.5",
"@seznam/compose-react-refs": "^1.0.6",
"a11y-status": "^2.0.0",
"a11y-status": "^2.0.1",
"compute-scroll-into-view": "^1.0.20",
"tiny-warning": "^1.0.3",
"w3c-keyname": "^2.2.6"
Expand Down
11 changes: 11 additions & 0 deletions packages/prosemirror-paste-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# prosemirror-paste-rules

## 2.0.5

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.
- Updated dependencies [7b2c3928d]
- @remirror/core-constants@2.0.1
- @remirror/core-helpers@2.0.2

## 2.0.4

> 2023-03-10
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-paste-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-paste-rules",
"version": "2.0.4",
"version": "2.0.5",
"description": "Better handling of pasted content in your prosemirror editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-paste-rules",
"repository": {
Expand Down Expand Up @@ -31,8 +31,8 @@
],
"dependencies": {
"@babel/runtime": "^7.21.0",
"@remirror/core-constants": "^2.0.0",
"@remirror/core-helpers": "^2.0.1",
"@remirror/core-constants": "^2.0.1",
"@remirror/core-helpers": "^2.0.2",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/prosemirror-resizable-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# prosemirror-resizable-view

## 2.0.12

> 2023-04-26
### Patch Changes

- 7b2c3928d: Rollup `.d.ts` file.
- Updated dependencies [7b2c3928d]
- @remirror/core-helpers@2.0.2
- @remirror/core-utils@2.0.12

## 2.0.11

> 2023-03-10
Expand Down

1 comment on commit 65ffb06

@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://64490d65e50aff623e438aa4--remirror.netlify.app

Please sign in to comment.