Skip to content

Commit

Permalink
Update versions with changeset (next) (#708)
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 8321743 commit 75f8036
Show file tree
Hide file tree
Showing 120 changed files with 1,148 additions and 515 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
"nice-dolphins-teach",
"nice-files-explode",
"nice-flowers-beg",
"nice-mugs-smash",
"nice-tools-notice",
"ninety-ducks-laugh",
"ninety-socks-shop",
Expand All @@ -237,14 +238,17 @@
"poor-bees-travel",
"poor-owls-fetch",
"popular-bats-rhyme",
"popular-frogs-count",
"popular-ligers-help",
"popular-onions-do",
"proud-goats-draw",
"purple-elephants-confess",
"purple-moons-cross",
"purple-pants-yell",
"quick-masks-compare",
"quick-rings-jump",
"quiet-years-brake",
"rare-chefs-eat",
"real-impalas-punch",
"real-keys-sort",
"red-buses-tan",
Expand Down Expand Up @@ -325,6 +329,7 @@
"witty-houses-repeat",
"witty-kangaroos-sit",
"witty-kiwis-sleep",
"young-plants-help"
"young-plants-help",
"young-schools-remain"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@
"jest-extended": "^0.11.5",
"jest-github-reporter": "^1.0.1",
"jest-prosemirror": "1.0.0-next.40",
"jest-remirror": "1.0.0-next.40",
"jest-remirror": "1.0.0-next.41",
"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.40",
"remirror": "1.0.0-next.41",
"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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/core

## 1.0.0-next.41

> 2020-09-26
### Major Changes

- [`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2) [#712](https://github.com/remirror/remirror/pull/712) Thanks [@ifiokjr](https://github.com/ifiokjr)! - **BREAKING:** 💥 Rename `Remirror.All` to `Remirror.AllExtensionUnion`.

* [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9) [#712](https://github.com/remirror/remirror/pull/712) Thanks [@ifiokjr](https://github.com/ifiokjr)! - 🎉 Add `findPositionerTracker`, `findAllPositionTrackers` and `isSelectionEmpty` to builtin helpers.

## 1.0.0-next.40

> 2020-09-24
Expand Down
2 changes: 1 addition & 1 deletion 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.40",
"version": "1.0.0-next.41",
"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 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.41

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2)]:
- @remirror/react@1.0.0-next.41

## 1.0.0-next.40

> 2020-09-24
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.40",
"version": "1.0.0-next.41",
"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.40",
"@remirror/react": "1.0.0-next.41",
"@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.41

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41
- @remirror/preset-core@1.0.0-next.41

## 1.0.0-next.40

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

## 1.0.0-next.41

> 2020-09-26
### Patch Changes

- [`6644a391`](https://github.com/remirror/remirror/commit/6644a3912a2c168a0d29db617271ec8407ba0f4f) [#705](https://github.com/remirror/remirror/pull/705) Thanks [@ronnyroeller](https://github.com/ronnyroeller)! - Support custom annotations for custom styling (typing)

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41
- @remirror/extension-positioner@1.0.0-next.41

## 1.0.0-next.40

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

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41

## 1.0.0-next.40

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

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41

## 1.0.0-next.40

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

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41

## 1.0.0-next.40

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

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41

## 1.0.0-next.40

> 2020-09-24
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.40",
"version": "1.0.0-next.41",
"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.40",
"@remirror/core": "1.0.0-next.41",
"@remirror/pm": "1.0.0-next.40"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.40",
"@remirror/core": "1.0.0-next.41",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/extension-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-code-block

## 1.0.0-next.41

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41

## 1.0.0-next.40

> 2020-09-24
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/extension-code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-code-block",
"version": "1.0.0-next.40",
"version": "1.0.0-next.41",
"description": "Unleash the inner coder with code blocks for your remirror editor.",
"keywords": [
"remirror",
Expand Down Expand Up @@ -36,12 +36,12 @@
"type-fest": "^0.16.0"
},
"devDependencies": {
"@remirror/core": "1.0.0-next.40",
"@remirror/core": "1.0.0-next.41",
"@remirror/pm": "1.0.0-next.40",
"@types/prettier": "^2.1.1"
},
"peerDependencies": {
"@remirror/core": "1.0.0-next.40",
"@remirror/core": "1.0.0-next.41",
"@remirror/pm": "1.0.0-next.40"
},
"publishConfig": {
Expand Down
9 changes: 9 additions & 0 deletions packages/@remirror/extension-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @remirror/extension-code

## 1.0.0-next.41

> 2020-09-26
### Patch Changes

- Updated dependencies [[`e4701dc4`](https://github.com/remirror/remirror/commit/e4701dc4c045e92e9864f9dabfcee515c4f90bb2), [`83217437`](https://github.com/remirror/remirror/commit/8321743733d1aa794c5b5f5b2f07a9e1065d9ac9)]:
- @remirror/core@1.0.0-next.41

## 1.0.0-next.40

> 2020-09-24
Expand Down

1 comment on commit 75f8036

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

Please sign in to comment.