Skip to content

Commit

Permalink
chore: update versions (next) (#369)
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 Jul 21, 2020
1 parent a93c83b commit 4596434
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 18 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"twelve-llamas-cheer",
"unlucky-dancers-confess",
"violet-insects-burn",
"warm-sloths-admire",
"wet-taxis-chew",
"witty-ghosts-travel",
"young-plants-help"
Expand Down
14 changes: 14 additions & 0 deletions packages/@remirror/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @remirror/core-utils

## 1.0.0-next.8

> 2020-07-21
### Minor Changes

- a93c83bd: - Add `keepSelection` property to the `replaceText` command function.
- Prevent mentions from trapping the cursor when arrowing left and right through the mention.
- Set low priority for `AutoLinkExtension` to prevent `appendTransaction` interfering with
mentions.
- Update extension order in the `SocialPreset`
- `prosemirror-suggest` - New export `isSelectionExitReason` which let's the user know if the exit
was due to a selection change or a character entry.

## 1.0.0-next.6

> 2020-07-20
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.6",
"version": "1.0.0-next.8",
"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
14 changes: 14 additions & 0 deletions packages/@remirror/extension-auto-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @remirror/extension-auto-link

## 1.0.0-next.8

> 2020-07-21
### Patch Changes

- a93c83bd: - Add `keepSelection` property to the `replaceText` command function.
- Prevent mentions from trapping the cursor when arrowing left and right through the mention.
- Set low priority for `AutoLinkExtension` to prevent `appendTransaction` interfering with
mentions.
- Update extension order in the `SocialPreset`
- `prosemirror-suggest` - New export `isSelectionExitReason` which let's the user know if the exit
was due to a selection change or a character entry.

## 1.0.0-next.4

> 2020-07-16
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.0.0-next.8",
"description": "Automatic linking for url like matches in your editor. Great for social experiences.",
"keywords": [
"remirror",
Expand Down
14 changes: 14 additions & 0 deletions packages/@remirror/extension-mention/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @remirror/extension-mention

## 1.0.0-next.8

> 2020-07-21
### Patch Changes

- a93c83bd: - Add `keepSelection` property to the `replaceText` command function.
- Prevent mentions from trapping the cursor when arrowing left and right through the mention.
- Set low priority for `AutoLinkExtension` to prevent `appendTransaction` interfering with
mentions.
- Update extension order in the `SocialPreset`
- `prosemirror-suggest` - New export `isSelectionExitReason` which let's the user know if the exit
was due to a selection change or a character entry.

## 1.0.0-next.4

> 2020-07-16
Expand Down
2 changes: 1 addition & 1 deletion packages/@remirror/extension-mention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/extension-mention",
"version": "1.0.0-next.4",
"version": "1.0.0-next.8",
"description": "Mention extension for the remirror wysiwyg editor",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/extension-mention",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/extension-mention",
Expand Down
17 changes: 17 additions & 0 deletions packages/@remirror/preset-social/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @remirror/preset-social

## 1.0.0-next.8

> 2020-07-21
### Patch Changes

- a93c83bd: - Add `keepSelection` property to the `replaceText` command function.
- Prevent mentions from trapping the cursor when arrowing left and right through the mention.
- Set low priority for `AutoLinkExtension` to prevent `appendTransaction` interfering with
mentions.
- Update extension order in the `SocialPreset`
- `prosemirror-suggest` - New export `isSelectionExitReason` which let's the user know if the exit
was due to a selection change or a character entry.
- Updated dependencies [a93c83bd]
- @remirror/extension-auto-link@1.0.0-next.8
- @remirror/extension-mention@1.0.0-next.8

## 1.0.0-next.4

> 2020-07-16
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/preset-social/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/preset-social",
"version": "1.0.0-next.4",
"version": "1.0.0-next.8",
"description": "The preset for the social editor.",
"keywords": [
"remirror",
Expand All @@ -22,9 +22,9 @@
],
"dependencies": {
"@babel/runtime": "^7.10.5",
"@remirror/extension-auto-link": "^1.0.0-next.4",
"@remirror/extension-auto-link": "^1.0.0-next.8",
"@remirror/extension-emoji": "^1.0.0-next.4",
"@remirror/extension-mention": "^1.0.0-next.4",
"@remirror/extension-mention": "^1.0.0-next.8",
"type-fest": "^0.16.0"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/@remirror/react-social/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @remirror/react-social

## 1.0.0-next.8

> 2020-07-21
### Patch Changes

- a93c83bd: - Add `keepSelection` property to the `replaceText` command function.
- Prevent mentions from trapping the cursor when arrowing left and right through the mention.
- Set low priority for `AutoLinkExtension` to prevent `appendTransaction` interfering with
mentions.
- Update extension order in the `SocialPreset`
- `prosemirror-suggest` - New export `isSelectionExitReason` which let's the user know if the exit
was due to a selection change or a character entry.
- Updated dependencies [a93c83bd]
- @remirror/extension-auto-link@1.0.0-next.8
- @remirror/extension-mention@1.0.0-next.8
- @remirror/preset-social@1.0.0-next.8

## 1.0.0-next.7

> 2020-07-21
Expand Down
8 changes: 4 additions & 4 deletions packages/@remirror/react-social/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/react-social",
"version": "1.0.0-next.7",
"version": "1.0.0-next.8",
"description": "A configurable social editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-social",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/react-social",
Expand All @@ -19,11 +19,11 @@
"dependencies": {
"@babel/runtime": "^7.10.5",
"@lingui/core": "^3.0.0-13",
"@remirror/extension-auto-link": "^1.0.0-next.4",
"@remirror/extension-auto-link": "^1.0.0-next.8",
"@remirror/extension-emoji": "^1.0.0-next.4",
"@remirror/extension-mention": "^1.0.0-next.4",
"@remirror/extension-mention": "^1.0.0-next.8",
"@remirror/i18n": "^1.0.0-next.4",
"@remirror/preset-social": "^1.0.0-next.4",
"@remirror/preset-social": "^1.0.0-next.8",
"@remirror/react-utils": "^1.0.0-next.4",
"@remirror/theme": "^1.0.0-next.4",
"@types/classnames": "^2.2.10",
Expand Down
19 changes: 19 additions & 0 deletions packages/prosemirror-suggest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# prosemirror-suggest

## 1.0.0-next.3

> 2020-07-21
### Minor Changes

- a93c83bd: - Add `keepSelection` property to the `replaceText` command function.
- Prevent mentions from trapping the cursor when arrowing left and right through the mention.
- Set low priority for `AutoLinkExtension` to prevent `appendTransaction` interfering with
mentions.
- Update extension order in the `SocialPreset`
- `prosemirror-suggest` - New export `isSelectionExitReason` which let's the user know if the exit
was due to a selection change or a character entry.

### Patch Changes

- Updated dependencies [a93c83bd]
- @remirror/core-utils@1.0.0-next.8

## 1.0.0-next.2

> 2020-07-16
Expand Down
4 changes: 2 additions & 2 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.0-next.2",
"version": "1.0.0-next.3",
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",
Expand All @@ -20,7 +20,7 @@
"@remirror/core-constants": "^1.0.0-next.4",
"@remirror/core-helpers": "^1.0.0-next.4",
"@remirror/core-types": "^1.0.0-next.4",
"@remirror/core-utils": "^1.0.0-next.4",
"@remirror/core-utils": "^1.0.0-next.8",
"@types/merge-descriptors": "1.0.1",
"@types/prosemirror-keymap": "^1.0.3",
"@types/prosemirror-state": "^1.2.5",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 4596434

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

Please sign in to comment.