Skip to content

Commit

Permalink
Update versions with changeset (next) (#719)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 26, 2020
1 parent 44754a5 commit 36c5a2c
Show file tree
Hide file tree
Showing 126 changed files with 1,425 additions and 527 deletions.
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"big-buses-pay",
"big-coats-flow",
"big-garlics-laugh",
"blue-garlics-tap",
"brave-ducks-turn",
"brave-rules-switch",
"calm-chairs-obey",
Expand All @@ -119,6 +120,7 @@
"cool-countries-pay",
"cuddly-lemons-raise",
"cyan-beds-whisper",
"cyan-lizards-reflect",
"dirty-moles-smile",
"dry-dodos-boil",
"dry-dots-relate",
Expand Down Expand Up @@ -180,6 +182,7 @@
"hot-seals-stare",
"hungry-cherries-tap",
"hungry-gifts-watch",
"itchy-colts-tap",
"itchy-emus-greet",
"itchy-owls-trade",
"kind-mugs-mate",
Expand All @@ -191,12 +194,14 @@
"lazy-shrimps-promise",
"lemon-ducks-breathe",
"light-clouds-unite",
"little-crabs-beam",
"little-walls-drive",
"long-apricots-cross",
"long-carrots-train",
"long-clouds-fail",
"long-swans-fry",
"loud-camels-search",
"loud-pandas-happen",
"lovely-lies-lay",
"lovely-seas-eat",
"mean-pugs-run",
Expand Down Expand Up @@ -237,6 +242,7 @@
"polite-eagles-try",
"poor-bees-travel",
"poor-owls-fetch",
"poor-years-grin",
"popular-bats-rhyme",
"popular-frogs-count",
"popular-ligers-help",
Expand Down Expand Up @@ -275,6 +281,7 @@
"six-months-behave",
"slimy-snails-search",
"slow-knives-jam",
"slow-lobsters-tickle",
"small-pumpkins-itch",
"small-rivers-rest",
"small-timers-smoke",
Expand Down Expand Up @@ -309,6 +316,7 @@
"tiny-bees-listen",
"tiny-chefs-hug",
"tough-eyes-raise",
"tricky-boats-listen",
"twelve-llamas-cheer",
"twelve-mice-look",
"unlucky-beans-share",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,16 @@
"jest-circus": "^26.4.2",
"jest-extended": "^0.11.5",
"jest-github-reporter": "^1.0.1",
"jest-prosemirror": "1.0.0-next.40",
"jest-remirror": "1.0.0-next.41",
"jest-prosemirror": "1.0.0-next.42",
"jest-remirror": "1.0.0-next.42",
"jest-watch-typeahead": "^0.6.0",
"json.macro": "^1.3.0",
"linaria": "^2.0.0-rc.3",
"lint-staged": "^10.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"prettier-plugin-packagejson": "^2.2.6",
"remirror": "1.0.0-next.41",
"remirror": "1.0.0-next.42",
"rimraf": "^3.0.2",
"size-limit": "^4.5.7",
"snapshot-diff": "^0.8.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/@remirror/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/core-utils

## 1.0.0-next.42

> 2020-09-26
### Minor Changes

- [`9fa07878`](https://github.com/remirror/remirror/commit/9fa078780504bff81d28183ee8cda3b599412cf0) [#721](https://github.com/remirror/remirror/pull/721) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Add new helpers `getChangedRanges`, `getChangedNodeRanges` and `getChangedNodes` which take a transaction and return a list of changed ranges, node ranges or nodes with positions.

This is useful for increasing the performance and only checking the parts of the document that have changed between updates.

## 1.0.0-next.40

> 2020-09-24
Expand Down
2 changes: 1 addition & 1 deletion packages/@remirror/core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/core-utils",
"version": "1.0.0-next.40",
"version": "1.0.0-next.42",
"description": "Core utilities for dealing with the dom and prosemirror within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-utils",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-utils",
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/core

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies [[`9fa07878`](https://github.com/remirror/remirror/commit/9fa078780504bff81d28183ee8cda3b599412cf0)]:
- @remirror/core-utils@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
4 changes: 2 additions & 2 deletions packages/@remirror/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/core",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "Where your quest to create a world class editing experience begins.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core",
Expand All @@ -25,7 +25,7 @@
"@remirror/core-constants": "1.0.0-next.35",
"@remirror/core-helpers": "1.0.0-next.40",
"@remirror/core-types": "1.0.0-next.40",
"@remirror/core-utils": "1.0.0-next.40",
"@remirror/core-utils": "1.0.0-next.42",
"linaria": "^2.0.0-rc.3",
"nanoevents": "^5.1.8",
"type-fest": "^0.16.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/dev

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies []:
- @remirror/react@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
4 changes: 2 additions & 2 deletions packages/@remirror/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/dev",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "Development utilities for remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/dev",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/dev",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@babel/runtime": "^7.11.0",
"@remirror/pm": "1.0.0-next.40",
"@remirror/react": "1.0.0-next.41",
"@remirror/react": "1.0.0-next.42",
"@types/prosemirror-dev-tools": "^2.1.0",
"prosemirror-dev-tools": "^3.0.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/@remirror/dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/dom

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies []:
- @remirror/core@1.0.0-next.42
- @remirror/preset-core@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
8 changes: 4 additions & 4 deletions packages/@remirror/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/dom",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "Use remirror directly in the dom.",
"keywords": [
"remirror",
Expand All @@ -25,15 +25,15 @@
],
"dependencies": {
"@babel/runtime": "^7.11.0",
"@remirror/preset-core": "1.0.0-next.41",
"@remirror/preset-core": "1.0.0-next.42",
"type-fest": "^0.16.0"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
24 changes: 24 additions & 0 deletions packages/@remirror/extension-annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @remirror/extension-annotation

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- [`ef1f57c2`](https://github.com/remirror/remirror/commit/ef1f57c2b055d00ca910a0e5aa2e282875f6dde5) [#718](https://github.com/remirror/remirror/pull/718) Thanks [@ronnyroeller](https://github.com/ronnyroeller)! - Remove annotations when their content is deleted

Users can create annotations on pieces of content. The annotations are automatically updated as the content is moved around, e.g. if a new word is inserted before the annotation. Yet, the extension missed the case that all annotated content is deleted. Before, this would lead to an empty annotation (to and from parameter are equal). With this commit, annotations are automatically removed when the content is completed deleted.

* [`44754a5d`](https://github.com/remirror/remirror/commit/44754a5de1354ab45d2be16fb02aa2fd017319c1) [#723](https://github.com/remirror/remirror/pull/723) Thanks [@ronnyroeller](https://github.com/ronnyroeller)! - Support multi-line annotations in positioner

The annotation positioner placed the bottom on the bottom of the first line. This meant that a popup placed on the bottom would overlay the rest of a multi-line annotation. Now, the positioner returns the bottom of the last line, allowing to place the popup below all content.

- [`802d5f04`](https://github.com/remirror/remirror/commit/802d5f042ea64974f6db5dc52006f858fa5e3e28) [#720](https://github.com/remirror/remirror/pull/720) Thanks [@ronnyroeller](https://github.com/ronnyroeller)! - Gracefully handle annotations with positions outside the content

Annotations are loaded separately from the content into the editor (helpers.setAnnotations vs setContent). This can lead to situations where annotations are pointing to positions that are outside the content. For example, the editor shows content with annotations. Then, the user requests to change the content to an empty document. At this point, until helpers.setAnnotations() is called, the editor will have an empty document but still a list of annotations.

At that point, helpers.getAnnotations() would throw the following error because it couldn't find the matching text for the from/to positions: TypeError: Cannot read property 'nodeSize' of undefined

- Updated dependencies []:
- @remirror/core@1.0.0-next.42
- @remirror/extension-positioner@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
10 changes: 5 additions & 5 deletions packages/@remirror/extension-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-annotation",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "This extension allows to annotate the content in your editor",
"keywords": [
"remirror",
Expand All @@ -27,13 +27,13 @@
"@babel/runtime": "^7.11.0"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/extension-positioner": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/extension-positioner": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/extension-positioner": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/extension-positioner": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/extension-auto-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-auto-link

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies []:
- @remirror/core@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/extension-auto-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-auto-link",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "Automatic linking for url like matches in your editor. Great for social experiences.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -30,11 +30,11 @@
"@babel/runtime": "^7.11.0"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/extension-bidi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-bidi

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies []:
- @remirror/core@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/extension-bidi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-bidi",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "Add automatic bidirectional text support to your remirror editor. Just start typing for the magic.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -29,11 +29,11 @@
"direction": "^1.0.4"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/extension-blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-blockquote

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies []:
- @remirror/core@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/extension-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-blockquote",
"version": "1.0.0-next.41",
"version": "1.0.0-next.42",
"description": "Add blockquotes to your text editor.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -28,11 +28,11 @@
"linaria": "^2.0.0-rc.3"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.41",
"@remirror/core": "1.0.0-next.42",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/extension-bold/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-bold

## 1.0.0-next.42

> 2020-09-26
### Patch Changes

- Updated dependencies []:
- @remirror/core@1.0.0-next.42

## 1.0.0-next.41

> 2020-09-26
Expand Down

1 comment on commit 36c5a2c

@github-actions
Copy link
Contributor Author

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://5f6f96774936ac2daa449109--remirror.netlify.app

Please sign in to comment.