Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 29, 2020
1 parent 35631f9 commit 6b7349a
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/textlint/editor/compare/v0.1.1...v0.1.2) (2020-07-29)


### Bug Fixes

* **compiler:** export all ([35631f9](https://github.com/textlint/editor/commit/35631f93546fb579ce93db6fe244a4bcce6c536f))





## 0.1.1 (2020-07-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.1"
"version": "0.1.2"
}
11 changes: 11 additions & 0 deletions packages/@textlint/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/textlint/editor/compare/v0.1.1...v0.1.2) (2020-07-29)


### Bug Fixes

* **compiler:** export all ([35631f9](https://github.com/textlint/editor/commit/35631f93546fb579ce93db6fe244a4bcce6c536f))





## 0.1.1 (2020-07-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/compiler",
"version": "0.1.1",
"version": "0.1.2",
"description": "textlint compiler tool",
"keywords": [
"textlint",
Expand Down
8 changes: 8 additions & 0 deletions packages/textchecker-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/textlint/editor/compare/v0.1.1...v0.1.2) (2020-07-29)

**Note:** Version bump only for package textchecker-element





## 0.1.1 (2020-07-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/textchecker-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textchecker-element",
"version": "0.1.1",
"version": "0.1.2",
"description": "Overlay text checker web compoentns.",
"keywords": [
"webcomponent",
Expand Down Expand Up @@ -52,7 +52,7 @@
"trailingComma": "none"
},
"devDependencies": {
"@textlint/compiler": "^0.1.1",
"@textlint/compiler": "^0.1.2",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.26",
"mocha": "^8.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/webextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/textlint/editor/compare/v0.1.1...v0.1.2) (2020-07-29)

**Note:** Version bump only for package @textlint/webextension





## 0.1.1 (2020-07-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/webextension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@textlint/webextension",
"version": "0.1.1",
"version": "0.1.2",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
Expand All @@ -18,7 +18,7 @@
"@textlint/types": "^1.4.5",
"@webcomponents/custom-elements": "^1.4.2",
"enable-webcomponents-in-content-scripts": "^1.0.7",
"textchecker-element": "^0.1.1",
"textchecker-element": "^0.1.2",
"webextension-polyfill-ts": "^0.19.0"
}
}

0 comments on commit 6b7349a

Please sign in to comment.