Skip to content

Commit

Permalink
chore(changeset): version update (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot committed May 31, 2022
1 parent e6dd4da commit b5026cd
Show file tree
Hide file tree
Showing 99 changed files with 405 additions and 228 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-zebras-tan.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/thin-hairs-sell.md

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@
"jest-extended": "^1.1.0",
"jest-github-reporter": "^1.0.2",
"jest-playwright-preset": "^1.7.0",
"jest-prosemirror": "^1.0.28",
"jest-remirror": "^1.0.45",
"jest-prosemirror": "^1.0.29",
"jest-remirror": "^1.0.46",
"jest-watch-typeahead": "^1.0.0",
"json.macro": "^1.3.0",
"lint-staged": "^11.2.6",
Expand All @@ -215,7 +215,7 @@
"playwright-testing-library": "^4.2.1",
"prettier": "^2.3.2",
"prettier-plugin-packagejson": "^2.2.13",
"remirror": "1.0.84",
"remirror": "1.0.85",
"rimraf": "^3.0.2",
"size-limit": "^5.0.5",
"snapshot-diff": "^0.9.0",
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

## 1.0.29

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

- Updated dependencies []:
- @remirror/pm@1.0.20

## 1.0.28

> 2022-05-31
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-prosemirror",
"version": "1.0.28",
"version": "1.0.29",
"description": "Write expressive tests for your prosemirror editor",
"keywords": [
"jest",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@remirror/core-helpers": "^1.0.5",
"@remirror/core-types": "^1.0.4",
"@remirror/core-utils": "^1.1.10",
"@remirror/pm": "^1.0.19",
"@remirror/pm": "^1.0.20",
"@testing-library/dom": "^8.13.0",
"@types/prosemirror-schema-basic": "^1.0.2",
"@types/prosemirror-test-builder": "^1.0.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/jest-remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# jest-remirror

## 1.0.46

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

- Updated dependencies []:
- @remirror/pm@1.0.20
- jest-prosemirror@1.0.29

## 1.0.45

> 2022-05-31
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-remirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-remirror",
"version": "1.0.45",
"version": "1.0.46",
"description": "A text editor for react built with prosemirror",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -42,11 +42,11 @@
"@babel/runtime": "^7.13.10",
"@remirror/core": "^1.4.6",
"@remirror/dom": "^1.0.30",
"@remirror/pm": "^1.0.19",
"@remirror/pm": "^1.0.20",
"@remirror/preset-core": "^1.0.29",
"@testing-library/dom": "^8.13.0",
"@types/sanitize-html": "^2.3.2",
"jest-prosemirror": "^1.0.28",
"jest-prosemirror": "^1.0.29",
"jest-snapshot": "^27.0.6",
"mutationobserver-shim": "^0.3.7",
"sanitize-html": "^2.4.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/prosemirror-paste-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# prosemirror-paste-rules

## 1.1.2

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

## 1.1.1

> 2022-05-16
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.1.1",
"version": "1.1.2",
"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
12 changes: 12 additions & 0 deletions packages/prosemirror-resizable-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# prosemirror-resizable-view

## 1.1.18

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

## 1.1.17

> 2022-05-31
Expand Down
2 changes: 1 addition & 1 deletion packages/prosemirror-resizable-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-resizable-view",
"version": "1.1.17",
"version": "1.1.18",
"private": false,
"description": "A ProseMirror node view that make your node resizable",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/prosemirror-suggest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# prosemirror-suggest

## 1.1.3

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

## 1.1.2

> 2022-05-05
Expand Down
2 changes: 1 addition & 1 deletion packages/prosemirror-suggest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-suggest",
"version": "1.1.2",
"version": "1.1.3",
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/prosemirror-trailing-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# prosemirror-trailing-node

## 1.0.10

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

## 1.0.9

> 2022-05-05
Expand Down
2 changes: 1 addition & 1 deletion packages/prosemirror-trailing-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-trailing-node",
"version": "1.0.9",
"version": "1.0.10",
"description": "A trailing node plugin for the prosemirror editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-trailing-node",
"repository": {
Expand Down
21 changes: 21 additions & 0 deletions packages/remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# remirror

## 1.0.85

> 2022-05-31
### Patch Changes

- Lock ProseMirror pacakges to lower versions.

The latest ProseMirror includes the buit-in TypeScript declaration, which is incompatible with the TypeScript definition in Remirror v1.

See also: https://discuss.prosemirror.net/t/prosemirror-is-now-a-typescript-project/4624

* Fix rendering and parsing of tasklists in markdown

* Updated dependencies []:
- @remirror/pm@1.0.20
- @remirror/extension-embed@1.1.33
- @remirror/extension-image@1.0.38
- @remirror/preset-wysiwyg@1.1.56
- @remirror/extension-markdown@1.0.24

## 1.0.84

> 2022-05-31
Expand Down
14 changes: 7 additions & 7 deletions packages/remirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remirror",
"version": "1.0.84",
"version": "1.0.85",
"description": "One editing package to rule them all, one editing package to bind them.",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@remirror/extension-diff": "^1.0.23",
"@remirror/extension-doc": "^1.0.24",
"@remirror/extension-drop-cursor": "^1.0.23",
"@remirror/extension-embed": "^1.1.32",
"@remirror/extension-embed": "^1.1.33",
"@remirror/extension-emoji": "^1.0.27",
"@remirror/extension-epic-mode": "^1.0.23",
"@remirror/extension-events": "^1.1.4",
Expand All @@ -101,11 +101,11 @@
"@remirror/extension-heading": "^1.0.24",
"@remirror/extension-history": "^1.0.23",
"@remirror/extension-horizontal-rule": "^1.0.24",
"@remirror/extension-image": "^1.0.37",
"@remirror/extension-image": "^1.0.38",
"@remirror/extension-italic": "^1.0.23",
"@remirror/extension-link": "^1.2.3",
"@remirror/extension-list": "^1.2.26",
"@remirror/extension-markdown": "^1.0.23",
"@remirror/extension-markdown": "^1.0.24",
"@remirror/extension-mention": "^1.0.24",
"@remirror/extension-mention-atom": "^1.0.27",
"@remirror/extension-node-formatting": "^1.0.27",
Expand All @@ -129,7 +129,7 @@
"@remirror/icons": "^1.0.7",
"@remirror/preset-core": "^1.0.29",
"@remirror/preset-formatting": "^1.0.32",
"@remirror/preset-wysiwyg": "^1.1.55",
"@remirror/preset-wysiwyg": "^1.1.56",
"@remirror/theme": "^1.2.1",
"@types/codemirror": "^5.60.2",
"@types/refractor": "^3.0.2",
Expand All @@ -138,12 +138,12 @@
"yjs": "^13.5.23"
},
"devDependencies": {
"@remirror/pm": "^1.0.19",
"@remirror/pm": "^1.0.20",
"@types/prettier": "^2.3.2",
"prettier": "^2.3.2"
},
"peerDependencies": {
"@remirror/pm": "^1.0.18",
"@remirror/pm": "^1.0.20",
"@types/prettier": "^2.1.5",
"prettier": "^2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@remirror/types": "^0.1.1"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"parenthesis": "^3.1.8"
},
"devDependencies": {
"@remirror/pm": "^1.0.19",
"@remirror/pm": "^1.0.20",
"@types/jsdom": "^16.2.13",
"@types/node": "^16.3.3",
"domino": "^2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tiny-warning": "^1.0.3"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prosemirror-dev-toolkit": ">= 0.0.11 < 1.0.0"
},
"devDependencies": {
"@remirror/pm": "^1.0.19",
"@remirror/pm": "^1.0.20",
"@testing-library/react": "^13.1.1",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@remirror/preset-core": "^1.0.29"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-annotation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@remirror/messages": "^1.0.6"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-bidi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"direction": "^1.0.4"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@remirror/theme": "^1.2.1"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-bold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@remirror/messages": "^1.0.6"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@remirror/theme": "^1.2.1"
},
"devDependencies": {
"@remirror/pm": "^1.0.19"
"@remirror/pm": "^1.0.20"
},
"peerDependencies": {
"@remirror/pm": "^1.0.10"
Expand Down

1 comment on commit b5026cd

@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://6296358af8604e69c52a7f4a--remirror.netlify.app

Please sign in to comment.