Skip to content

Commit

Permalink
Update versions with changeset (next) (#727)
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 28, 2020
1 parent a02dd7d commit 1189230
Show file tree
Hide file tree
Showing 122 changed files with 1,172 additions and 519 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"dry-dodos-boil",
"dry-dots-relate",
"dry-spies-fix",
"dull-chicken-decide",
"dull-crews-tickle",
"dull-rockets-vanish",
"early-boxes-beam",
Expand All @@ -146,6 +147,7 @@
"fluffy-beans-mix",
"fluffy-peas-search",
"forty-donuts-knock",
"forty-numbers-jam",
"four-dryers-clap",
"four-wasps-happen",
"four-waves-act",
Expand Down Expand Up @@ -182,9 +184,11 @@
"hot-seals-stare",
"hungry-cherries-tap",
"hungry-gifts-watch",
"hungry-suits-agree",
"itchy-colts-tap",
"itchy-emus-greet",
"itchy-owls-trade",
"khaki-cups-pretend",
"kind-mugs-mate",
"kind-owls-tan",
"kind-readers-kiss",
Expand Down Expand Up @@ -239,6 +243,7 @@
"old-items-care",
"olive-rockets-shout",
"orange-crews-mate",
"orange-stingrays-occur",
"polite-eagles-try",
"poor-bees-travel",
"poor-owls-fetch",
Expand Down Expand Up @@ -298,6 +303,7 @@
"stale-fishes-camp",
"strange-houses-brake",
"stupid-crabs-wait",
"stupid-glasses-end",
"stupid-panthers-exercise",
"sweet-points-flow",
"sweet-zebras-doubt",
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.42",
"jest-remirror": "1.0.0-next.42",
"jest-prosemirror": "1.0.0-next.43",
"jest-remirror": "1.0.0-next.43",
"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.42",
"remirror": "1.0.0-next.43",
"rimraf": "^3.0.2",
"size-limit": "^4.5.7",
"snapshot-diff": "^0.8.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@remirror/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/core-utils

## 1.0.0-next.43

> 2020-09-28
### Minor Changes

- [`b030cb6e`](https://github.com/remirror/remirror/commit/b030cb6e50cb6fdc045a4680f4861ad145609197) [#728](https://github.com/remirror/remirror/pull/728) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Add `text` property to the return value from `getMarkRange`. It's a common use case when getting the range of the mark to also extract the text content.

## 1.0.0-next.42

> 2020-09-26
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.42",
"version": "1.0.0-next.43",
"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.43

> 2020-09-28
### Patch Changes

- Updated dependencies [[`b030cb6e`](https://github.com/remirror/remirror/commit/b030cb6e50cb6fdc045a4680f4861ad145609197)]:
- @remirror/core-utils@1.0.0-next.43

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/core-utils": "1.0.0-next.43",
"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.43

> 2020-09-28
### Patch Changes

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

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/react": "1.0.0-next.43",
"@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.43

> 2020-09-28
### Patch Changes

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

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/preset-core": "1.0.0-next.43",
"type-fest": "^0.16.0"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
22 changes: 22 additions & 0 deletions packages/@remirror/extension-annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @remirror/extension-annotation

## 1.0.0-next.43

> 2020-09-28
### Minor Changes

- [`a02dd7d1`](https://github.com/remirror/remirror/commit/a02dd7d1c02b2eec2946d4300c3ef90ec0ff79db) [#730](https://github.com/remirror/remirror/pull/730) Thanks [@ronnyroeller](https://github.com/ronnyroeller)! - Support to forcefully redraw annotations

Annotations can be styled with a custom getStyle function. Yet, changes to outcome of the function (e.g. color schema is dynamically adjusted) won't be automatically reflected in the editor. To handle such cases, one can now force to redraw the annotations by calling the `redrawAnnotations` command.

### Patch Changes

- [`b674f906`](https://github.com/remirror/remirror/commit/b674f906815776d9c07b608a7de8cbaa9554a3a1) [#729](https://github.com/remirror/remirror/pull/729) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Make annotation commands chainable.

* [`bdea98bf`](https://github.com/remirror/remirror/commit/bdea98bf230d2be59ab3caef8b3cc35273883691) [#725](https://github.com/remirror/remirror/pull/725) Thanks [@ronnyroeller](https://github.com/ronnyroeller)! - Fix: Don't extend annotation when typing at end of annotation

Annotations auto-adjust as users enter content, e.g. an annotation grows if the user types in the middle of the annotation. Incorrectly, the annotation also grew when the user added content directly after the annotation. Now, this leads to new, non-annotated content.

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

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/extension-positioner": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/extension-positioner": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/extension-positioner": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/extension-positioner": "1.0.0-next.43",
"@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.43

> 2020-09-28
### Patch Changes

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

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@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.43

> 2020-09-28
### Patch Changes

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

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@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.43

> 2020-09-28
### Patch Changes

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

## 1.0.0-next.42

> 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.42",
"version": "1.0.0-next.43",
"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.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@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.43

> 2020-09-28
### Patch Changes

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

## 1.0.0-next.42

> 2020-09-26
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/extension-bold/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-bold",
"version": "1.0.0-next.42",
"version": "1.0.0-next.43",
"description": "Make your text bold. Make it courageous.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -29,11 +29,11 @@
"@babel/runtime": "^7.11.0"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.42",
"@remirror/core": "1.0.0-next.43",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down

1 comment on commit 1189230

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

Please sign in to comment.