Skip to content

Commit f17a2e8

Browse files
committed
chore(release): publish
- [email protected] - @aeaton/[email protected] - @aeaton/[email protected] - @aeaton/[email protected] - @aeaton/[email protected] - @aeaton/[email protected] - @aeaton/[email protected] - @aeaton/[email protected]
1 parent 4546a08 commit f17a2e8

File tree

16 files changed

+81
-17
lines changed

16 files changed

+81
-17
lines changed

demo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/hubgit/react-prosemirror/compare/[email protected]@2.0.1) (2021-03-30)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
# 2.0.0 (2021-03-30)
715

816
**Note:** Version bump only for package demo

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"scripts": {
77
"build:development": "esbuild index.tsx --bundle --outfile=dist/index.js --sourcemap --target=es2020 --watch --define:process.env.NODE_ENV='\"development\"'",
@@ -10,9 +10,9 @@
1010
"serve": "serve ."
1111
},
1212
"dependencies": {
13-
"@aeaton/prosemirror-transformers": "^2.0.0",
14-
"@aeaton/react-prosemirror": "^2.0.0",
15-
"@aeaton/react-prosemirror-config-default": "^2.0.0",
13+
"@aeaton/prosemirror-transformers": "^2.0.1",
14+
"@aeaton/react-prosemirror": "^2.0.1",
15+
"@aeaton/react-prosemirror-config-default": "^2.0.1",
1616
"prosemirror-model": "^1.13.3",
1717
"prosemirror-state": "^1.3.4",
1818
"prosemirror-view": "^1.18.2",

packages/commands/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
7+
8+
**Note:** Version bump only for package @aeaton/prosemirror-commands
9+
10+
11+
12+
13+
614
# 2.0.0 (2021-03-30)
715

816
**Note:** Version bump only for package @aeaton/prosemirror-commands

packages/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeaton/prosemirror-commands",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "index.js",
55
"source": "index.ts",
66
"types": "index.d.ts",

packages/config-default/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
7+
8+
**Note:** Version bump only for package @aeaton/react-prosemirror-config-default
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
715

816
**Note:** Version bump only for package @aeaton/react-prosemirror-config-default

packages/config-default/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeaton/react-prosemirror-config-default",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "index.js",
55
"source": "index.ts",
66
"types": "index.d.ts",
@@ -9,11 +9,11 @@
99
],
1010
"license": "MIT",
1111
"dependencies": {
12-
"@aeaton/prosemirror-commands": "^2.0.0",
13-
"@aeaton/prosemirror-placeholder": "^2.0.0",
14-
"@aeaton/prosemirror-schema": "^2.0.0",
15-
"@aeaton/prosemirror-transformers": "^2.0.0",
16-
"@aeaton/react-prosemirror": "^2.0.0",
12+
"@aeaton/prosemirror-commands": "^2.0.1",
13+
"@aeaton/prosemirror-placeholder": "^2.0.1",
14+
"@aeaton/prosemirror-schema": "^2.0.1",
15+
"@aeaton/prosemirror-transformers": "^2.0.1",
16+
"@aeaton/react-prosemirror": "^2.0.1",
1717
"@fortawesome/fontawesome-svg-core": "^1.2.35",
1818
"@fortawesome/free-solid-svg-icons": "^5.15.3",
1919
"@fortawesome/react-fontawesome": "^0.1.14",

packages/footnotes/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
7+
8+
**Note:** Version bump only for package @aeaton/prosemirror-footnotes
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
715

816
**Note:** Version bump only for package @aeaton/prosemirror-footnotes

packages/footnotes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeaton/prosemirror-footnotes",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "index.js",
55
"source": "index.ts",
66
"types": "index.d.ts",

packages/placeholder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.1](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
7+
8+
**Note:** Version bump only for package @aeaton/prosemirror-placeholder
9+
10+
11+
12+
13+
614
# [2.0.0](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-30)
715

816
**Note:** Version bump only for package @aeaton/prosemirror-placeholder

packages/placeholder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aeaton/prosemirror-placeholder",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "index.js",
55
"source": "index.ts",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)