Skip to content

Commit

Permalink
chore: update versions (next) (#359)
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 20, 2020
1 parent cf4656a commit 6dd7998
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"fast-starfishes-kneel",
"fuzzy-foxes-report",
"happy-olives-check",
"happy-pianos-cross",
"honest-apes-exist",
"hungry-cherries-tap",
"long-apricots-cross",
Expand All @@ -127,6 +128,7 @@
"twelve-llamas-cheer",
"unlucky-dancers-confess",
"violet-insects-burn",
"wet-taxis-chew",
"witty-ghosts-travel",
"young-plants-help"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/@remirror/core-constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @remirror/core-constants

## 1.0.0-next.6

> 2020-07-20
### Patch Changes

- e06a3623: Upgrade package dependencies.

## 1.0.0-next.4

> 2020-07-16
Expand Down
2 changes: 1 addition & 1 deletion packages/@remirror/core-constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/core-constants",
"version": "1.0.0-next.4",
"version": "1.0.0-next.6",
"description": "The core constants used throughout the remirror codebase",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants",
Expand Down
11 changes: 11 additions & 0 deletions packages/@remirror/core-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @remirror/core-helpers

## 1.0.0-next.6

> 2020-07-20
### Patch Changes

- e06a3623: Upgrade package dependencies.
- Updated dependencies [e06a3623]
- @remirror/core-constants@1.0.0-next.6
- @remirror/core-types@1.0.0-next.6

## 1.0.0-next.4

> 2020-07-16
Expand Down
6 changes: 3 additions & 3 deletions packages/@remirror/core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/core-helpers",
"version": "1.0.0-next.4",
"version": "1.0.0-next.6",
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-helpers",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-helpers",
Expand All @@ -17,8 +17,8 @@
],
"dependencies": {
"@babel/runtime": "^7.10.5",
"@remirror/core-constants": "^1.0.0-next.4",
"@remirror/core-types": "^1.0.0-next.4",
"@remirror/core-constants": "^1.0.0-next.6",
"@remirror/core-types": "^1.0.0-next.6",
"@types/object.omit": "^3.0.0",
"@types/object.pick": "^1.3.0",
"@types/throttle-debounce": "^2.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/@remirror/core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @remirror/core-types

## 1.0.0-next.6

> 2020-07-20
### Patch Changes

- e06a3623: Upgrade package dependencies.
- Updated dependencies [e06a3623]
- @remirror/core-constants@1.0.0-next.6

## 1.0.0-next.4

> 2020-07-16
Expand Down
4 changes: 2 additions & 2 deletions packages/@remirror/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remirror/core-types",
"version": "1.0.0-next.4",
"version": "1.0.0-next.6",
"description": "Provides the core TS types for use throughout the remirror codebase",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-types",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-types",
Expand All @@ -17,7 +17,7 @@
],
"dependencies": {
"@babel/runtime": "^7.10.5",
"@remirror/core-constants": "^1.0.0-next.4",
"@remirror/core-constants": "^1.0.0-next.6",
"type-fest": "^0.16.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/@remirror/core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @remirror/core-utils

## 1.0.0-next.6

> 2020-07-20
### Patch Changes

- e06a3623: Upgrade package dependencies.
- Updated dependencies [e06a3623]
- @remirror/core-constants@1.0.0-next.6
- @remirror/core-helpers@1.0.0-next.6
- @remirror/core-types@1.0.0-next.6

## 1.0.0-next.4

> 2020-07-16
Expand Down
8 changes: 4 additions & 4 deletions 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.4",
"version": "1.0.0-next.6",
"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 All @@ -17,9 +17,9 @@
],
"dependencies": {
"@babel/runtime": "^7.10.5",
"@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-constants": "^1.0.0-next.6",
"@remirror/core-helpers": "^1.0.0-next.6",
"@remirror/core-types": "^1.0.0-next.6",
"@types/min-document": "^2.19.0",
"@types/node": "^14.0.23",
"min-document": "^2.19.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-remirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# jest-remirror

## 1.0.0-next.6

> 2020-07-20
### Patch Changes

- cf4656a6: Remove `remirror` from the dependencies of `jest-remirror`

## 1.0.0-next.5

> 2020-07-17
Expand Down
2 changes: 1 addition & 1 deletion 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.0-next.5",
"version": "1.0.0-next.6",
"description": "A text editor for react built with prosemirror",
"keywords": [
"prosemirror",
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 6dd7998

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

Please sign in to comment.