Skip to content

Commit f04ff66

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 3ee71e9 commit f04ff66

File tree

16 files changed

+84
-17
lines changed

16 files changed

+84
-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.3](https://github.com/hubgit/react-prosemirror/compare/[email protected]@2.0.3) (2021-03-31)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/hubgit/react-prosemirror/compare/[email protected]@2.0.2) (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.2",
4+
"version": "2.0.3",
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.1",
14-
"@aeaton/react-prosemirror": "^2.0.2",
15-
"@aeaton/react-prosemirror-config-default": "^2.0.2",
13+
"@aeaton/prosemirror-transformers": "^2.0.2",
14+
"@aeaton/react-prosemirror": "^2.0.3",
15+
"@aeaton/react-prosemirror-config-default": "^2.0.3",
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.2](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-31)
7+
8+
**Note:** Version bump only for package @aeaton/prosemirror-commands
9+
10+
11+
12+
13+
614
## [2.0.1](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-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.1",
3+
"version": "2.0.2",
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.3](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-31)
7+
8+
**Note:** Version bump only for package @aeaton/react-prosemirror-config-default
9+
10+
11+
12+
13+
614
## [2.0.2](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.2",
3+
"version": "2.0.3",
44
"main": "index.js",
55
"source": "index.ts",
66
"types": "index.d.ts",
@@ -12,11 +12,11 @@
1212
},
1313
"license": "MIT",
1414
"dependencies": {
15-
"@aeaton/prosemirror-commands": "^2.0.1",
16-
"@aeaton/prosemirror-placeholder": "^2.0.1",
17-
"@aeaton/prosemirror-schema": "^2.0.1",
18-
"@aeaton/prosemirror-transformers": "^2.0.1",
19-
"@aeaton/react-prosemirror": "^2.0.2",
15+
"@aeaton/prosemirror-commands": "^2.0.2",
16+
"@aeaton/prosemirror-placeholder": "^2.0.2",
17+
"@aeaton/prosemirror-schema": "^2.0.2",
18+
"@aeaton/prosemirror-transformers": "^2.0.2",
19+
"@aeaton/react-prosemirror": "^2.0.3",
2020
"@fortawesome/fontawesome-svg-core": "^1.2.35",
2121
"@fortawesome/free-solid-svg-icons": "^5.15.3",
2222
"@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.2](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-31)
7+
8+
**Note:** Version bump only for package @aeaton/prosemirror-footnotes
9+
10+
11+
12+
13+
614
## [2.0.1](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.1",
3+
"version": "2.0.2",
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.2](https://github.com/hubgit/react-prosemirror/compare/@aeaton/[email protected]...@aeaton/[email protected]) (2021-03-31)
7+
8+
**Note:** Version bump only for package @aeaton/prosemirror-placeholder
9+
10+
11+
12+
13+
614
## [2.0.1](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.1",
3+
"version": "2.0.2",
44
"main": "index.js",
55
"source": "index.ts",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)