Skip to content

Commit

Permalink
chore(changeset): version update (remirror#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
remirror-bot authored Jan 3, 2022
1 parent 9eff813 commit f5b42b6
Show file tree
Hide file tree
Showing 188 changed files with 2,386 additions and 1,122 deletions.
38 changes: 0 additions & 38 deletions .changeset/twenty-snails-hammer.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 @@ -205,8 +205,8 @@
"jest-extended": "^1.0.0",
"jest-github-reporter": "^1.0.2",
"jest-playwright-preset": "^1.7.0",
"jest-prosemirror": "^1.0.11",
"jest-remirror": "^1.0.19",
"jest-prosemirror": "^1.0.12",
"jest-remirror": "^1.0.20",
"jest-watch-typeahead": "^1.0.0",
"json.macro": "^1.3.0",
"lint-staged": "^11.0.1",
Expand All @@ -218,7 +218,7 @@
"playwright-testing-library": "^3.0.0",
"prettier": "^2.3.2",
"prettier-plugin-packagejson": "^2.2.10",
"remirror": "1.0.54",
"remirror": "1.0.55",
"rimraf": "^3.0.2",
"size-limit": "^5.0.1",
"snapshot-diff": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@docusaurus/core": "^2.0.0-beta.8",
"@docusaurus/types": "^2.0.0-beta.8",
"@docusaurus/utils": "^2.0.0-beta.8",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-helpers": "^1.0.5",
"globby": "^11.0.4",
"sucrase": "^3.20.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/jest-prosemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# jest-prosemirror

## 1.0.12

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core-constants@1.0.2
- @remirror/core-helpers@1.0.5
- @remirror/core-types@1.0.4
- @remirror/core-utils@1.1.4
- @remirror/pm@1.0.10
- [email protected]

## 1.0.11

> 2021-12-06
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": "1.0.11",
"version": "1.0.12",
"description": "Write expressive tests for your prosemirror editor",
"keywords": [
"jest",
Expand Down Expand Up @@ -57,11 +57,11 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "^1.0.1",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-types": "^1.0.3",
"@remirror/core-utils": "^1.1.3",
"@remirror/pm": "^1.0.9",
"@remirror/core-constants": "^1.0.2",
"@remirror/core-helpers": "^1.0.5",
"@remirror/core-types": "^1.0.4",
"@remirror/core-utils": "^1.1.4",
"@remirror/pm": "^1.0.10",
"@testing-library/dom": "^8.1.0",
"@types/prosemirror-schema-basic": "^1.0.2",
"@types/prosemirror-test-builder": "^1.0.2",
Expand All @@ -72,7 +72,7 @@
"prosemirror-tables": "^1.1.1",
"prosemirror-test-builder": "^1.0.5",
"stringify-object": "^3.3.0",
"test-keyboard": "1.0.4"
"test-keyboard": "1.0.5"
},
"devDependencies": {
"jest": "^27.0.6"
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

## 1.0.20

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core@1.3.3
- @remirror/dom@1.0.16
- [email protected]
- @remirror/pm@1.0.10
- @remirror/preset-core@1.0.16

## 1.0.19

> 2021-12-17
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": "1.0.19",
"version": "1.0.20",
"description": "A text editor for react built with prosemirror",
"keywords": [
"prosemirror",
Expand Down Expand Up @@ -38,13 +38,13 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core": "^1.3.2",
"@remirror/dom": "^1.0.15",
"@remirror/pm": "^1.0.9",
"@remirror/preset-core": "^1.0.15",
"@remirror/core": "^1.3.3",
"@remirror/dom": "^1.0.16",
"@remirror/pm": "^1.0.10",
"@remirror/preset-core": "^1.0.16",
"@testing-library/dom": "^8.1.0",
"@types/sanitize-html": "^2.3.2",
"jest-prosemirror": "^1.0.11",
"jest-prosemirror": "^1.0.12",
"jest-snapshot": "^27.0.6",
"mutationobserver-shim": "^0.3.7",
"sanitize-html": "^2.4.0",
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

## 1.0.6

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core-helpers@1.0.5
- @remirror/core-types@1.0.4

## 1.0.5

> 2021-11-04
Expand Down
6 changes: 3 additions & 3 deletions packages/multishift/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multishift",
"version": "1.0.5",
"version": "1.0.6",
"description": "A repurposed downshift for internal use within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/multishift",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@reach/auto-id": "^0.16.0",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-types": "^1.0.3",
"@remirror/core-helpers": "^1.0.5",
"@remirror/core-types": "^1.0.4",
"@seznam/compose-react-refs": "^1.0.6",
"a11y-status": "^1.0.0",
"compute-scroll-into-view": "^1.0.17",
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.0.6

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core-constants@1.0.2
- @remirror/core-helpers@1.0.5

## 1.0.5

> 2021-11-04
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": "1.0.5",
"version": "1.0.6",
"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 @@ -36,8 +36,8 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "^1.0.1",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-constants": "^1.0.2",
"@remirror/core-helpers": "^1.0.5",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
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.7

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core-helpers@1.0.5
- @remirror/core-utils@1.1.4

## 1.1.6

> 2021-11-04
Expand Down
6 changes: 3 additions & 3 deletions 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.6",
"version": "1.1.7",
"private": false,
"description": "A ProseMirror node view that make your node resizable",
"keywords": [
Expand Down Expand Up @@ -41,8 +41,8 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-utils": "^1.1.3",
"@remirror/core-helpers": "^1.0.5",
"@remirror/core-utils": "^1.1.4",
"prosemirror-model": "^1.15.0",
"prosemirror-view": "^1.23.3"
},
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.0.6

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core-constants@1.0.2
- @remirror/core-helpers@1.0.5

## 1.0.5

> 2021-11-04
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-suggest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-suggest",
"version": "1.0.5",
"version": "1.0.6",
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "^1.0.1",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-constants": "^1.0.2",
"@remirror/core-helpers": "^1.0.5",
"@remirror/types": "^0.1.1",
"escape-string-regexp": "^4.0.0"
},
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.6

> 2022-01-03
### Patch Changes

- Make sure that "main", "module" and "types" fields within the `package.json` are prefixed with `./`. This is a [best practice](https://github.com/remirror/remirror/pull/1451#issuecomment-1003858682) according to node.js, esbuild and vite's documentation.

- Updated dependencies []:
- @remirror/core-constants@1.0.2
- @remirror/core-helpers@1.0.5

## 1.0.5

> 2021-11-04
Expand Down
6 changes: 3 additions & 3 deletions 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.5",
"version": "1.0.6",
"description": "A trailing node plugin for the prosemirror editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-trailing-node",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@remirror/core-constants": "^1.0.1",
"@remirror/core-helpers": "^1.0.4",
"@remirror/core-constants": "^1.0.2",
"@remirror/core-helpers": "^1.0.5",
"escape-string-regexp": "^4.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f5b42b6

Please sign in to comment.