Skip to content

Commit 4678a3c

Browse files
committed
v0.12.1
1 parent f92fdaf commit 4678a3c

File tree

10 files changed

+56
-10
lines changed

10 files changed

+56
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.12.1](https://github.com/textlint/editor/compare/v0.12.0...v0.12.1) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **script-compiler:** add deps for script-comppiler ([#51](https://github.com/textlint/editor/issues/51)) ([85cca5f](https://github.com/textlint/editor/commit/85cca5f1654782deb54f29856d6fe04b4bc4a648))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/textlint/editor/compare/v0.11.3...v0.12.0) (2021-05-24)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "yarn",
4-
"version": "0.12.0"
4+
"version": "0.12.1"
55
}

packages/@textlint/script-compiler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [0.12.1](https://github.com/textlint/editor/compare/v0.12.0...v0.12.1) (2021-05-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **script-compiler:** add deps for script-comppiler ([#51](https://github.com/textlint/editor/issues/51)) ([85cca5f](https://github.com/textlint/editor/commit/85cca5f1654782deb54f29856d6fe04b4bc4a648))
12+
13+
14+
15+
16+
617
# [0.12.0](https://github.com/textlint/editor/compare/v0.11.3...v0.12.0) (2021-05-24)
718

819

packages/@textlint/script-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/script-compiler",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "textlint script compiler tool",
55
"keywords": [
66
"textlint",
@@ -59,9 +59,9 @@
5959
"@textlint/kernel": "^12.0.0",
6060
"@textlint/runtime-helper": "^0.12.0",
6161
"@textlint/script-parser": "^0.12.0",
62-
"@textlint/types": "^12.0.0",
6362
"@textlint/textlint-plugin-markdown": "^12.0.0",
6463
"@textlint/textlint-plugin-text": "^12.0.0",
64+
"@textlint/types": "^12.0.0",
6565
"babel-loader": "^8.2.2",
6666
"babel-plugin-static-fs": "^3.0.0",
6767
"meow": "^9.0.0",

packages/@textlint/website-generator/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+
## [0.12.1](https://github.com/textlint/editor/compare/v0.12.0...v0.12.1) (2021-05-27)
7+
8+
**Note:** Version bump only for package @textlint/website-generator
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/textlint/editor/compare/v0.11.3...v0.12.0) (2021-05-24)
715

816

packages/@textlint/website-generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/website-generator",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Website generator using @textlint/script-compiler",
55
"keywords": [
66
"textlint"
@@ -47,10 +47,10 @@
4747
"trailingComma": "none"
4848
},
4949
"dependencies": {
50-
"@textlint/script-compiler": "^0.12.0",
50+
"@textlint/script-compiler": "^0.12.1",
5151
"meow": "^9.0.0",
5252
"read-pkg": "^5.2.0",
53-
"textchecker-element": "^0.12.0"
53+
"textchecker-element": "^0.12.1"
5454
},
5555
"devDependencies": {
5656
"@types/mocha": "^8.2.0",

packages/textchecker-element/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+
## [0.12.1](https://github.com/textlint/editor/compare/v0.12.0...v0.12.1) (2021-05-27)
7+
8+
**Note:** Version bump only for package textchecker-element
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/textlint/editor/compare/v0.11.3...v0.12.0) (2021-05-24)
715

816

packages/textchecker-element/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textchecker-element",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Overlay text checker web compoentns.",
55
"keywords": [
66
"webcomponent",
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/core": "^7.12.10",
58-
"@textlint/script-compiler": "^0.12.0",
58+
"@textlint/script-compiler": "^0.12.1",
5959
"@types/mocha": "^8.2.0",
6060
"@types/node": "^15.6.0",
6161
"@types/rimraf": "^3.0.0",

packages/webextension/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+
## [0.12.1](https://github.com/textlint/editor/compare/v0.12.0...v0.12.1) (2021-05-27)
7+
8+
**Note:** Version bump only for package @textlint/webextension
9+
10+
11+
12+
13+
614
# [0.12.0](https://github.com/textlint/editor/compare/v0.11.3...v0.12.0) (2021-05-24)
715

816

packages/webextension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@textlint/webextension",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"description": "textlint editor",
66
"scripts": {
77
"dev": "webextension-toolbox dev",
@@ -40,7 +40,7 @@
4040
"react": "^17.0.2",
4141
"react-codemirror2": "^7.2.1",
4242
"react-dom": "^17.0.2",
43-
"textchecker-element": "^0.12.0",
43+
"textchecker-element": "^0.12.1",
4444
"webextension-polyfill-ts": "^0.25.0"
4545
}
4646
}

0 commit comments

Comments
 (0)