Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Apr 19, 2021
1 parent 371d4cf commit ab51524
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.3](https://github.com/textlint/editor/compare/v0.10.2...v0.10.3) (2021-04-19)


### Bug Fixes

* **textchecker-element:** remove dot ([371d4cf](https://github.com/textlint/editor/commit/371d4cf53c86183ae80a03c3aadb9e3fca0970d9))
* **webextension:** fix to install ([61b92fe](https://github.com/textlint/editor/commit/61b92fe91d9e8c1bffefb200276b6806260bf14c))
* **webextension:** remove activeTab ([c89a759](https://github.com/textlint/editor/commit/c89a7594c5e1eb2d79010c7a2beb99f0102c2e99))
* uuid ([6376a7f](https://github.com/textlint/editor/commit/6376a7fc65684293afac00b6f166a9a18ed7248c))
* **webextension:** use react in install-dialog ([09befb6](https://github.com/textlint/editor/commit/09befb6d9b1d920c04d1253a3f0fa2848247a3a8))





## [0.10.2](https://github.com/textlint/editor/compare/v0.10.1...v0.10.2) (2021-04-18)

**Note:** Version bump only for package @textlint/editor
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.10.2"
"version": "0.10.3"
}
11 changes: 11 additions & 0 deletions packages/@textlint/script-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.10.3](https://github.com/textlint/editor/compare/v0.10.2...v0.10.3) (2021-04-19)


### Bug Fixes

* **textchecker-element:** remove dot ([371d4cf](https://github.com/textlint/editor/commit/371d4cf53c86183ae80a03c3aadb9e3fca0970d9))





## [0.10.2](https://github.com/textlint/editor/compare/v0.10.1...v0.10.2) (2021-04-18)

**Note:** Version bump only for package @textlint/script-compiler
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/script-compiler",
"version": "0.10.2",
"version": "0.10.3",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
Expand Down
11 changes: 11 additions & 0 deletions packages/@textlint/website-generator/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.10.3](https://github.com/textlint/editor/compare/v0.10.2...v0.10.3) (2021-04-19)


### Bug Fixes

* **textchecker-element:** remove dot ([371d4cf](https://github.com/textlint/editor/commit/371d4cf53c86183ae80a03c3aadb9e3fca0970d9))





## [0.10.2](https://github.com/textlint/editor/compare/v0.10.1...v0.10.2) (2021-04-18)

**Note:** Version bump only for package @textlint/website-generator
Expand Down
6 changes: 3 additions & 3 deletions packages/@textlint/website-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/website-generator",
"version": "0.10.2",
"version": "0.10.3",
"description": "Website generator using @textlint/script-compiler",
"keywords": [
"textlint"
Expand Down Expand Up @@ -47,10 +47,10 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/script-compiler": "^0.10.2",
"@textlint/script-compiler": "^0.10.3",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "^0.10.2"
"textchecker-element": "^0.10.3"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/textchecker-element/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.10.3](https://github.com/textlint/editor/compare/v0.10.2...v0.10.3) (2021-04-19)


### Bug Fixes

* **textchecker-element:** remove dot ([371d4cf](https://github.com/textlint/editor/commit/371d4cf53c86183ae80a03c3aadb9e3fca0970d9))





## [0.10.2](https://github.com/textlint/editor/compare/v0.10.1...v0.10.2) (2021-04-18)

**Note:** Version bump only for package textchecker-element
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.10.2",
"version": "0.10.3",
"description": "Overlay text checker web compoentns.",
"keywords": [
"webcomponent",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@textlint/script-compiler": "^0.10.2",
"@textlint/script-compiler": "^0.10.3",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/rimraf": "^3.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/webextension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.3](https://github.com/textlint/editor/compare/v0.10.2...v0.10.3) (2021-04-19)


### Bug Fixes

* **webextension:** fix to install ([61b92fe](https://github.com/textlint/editor/commit/61b92fe91d9e8c1bffefb200276b6806260bf14c))
* **webextension:** remove activeTab ([c89a759](https://github.com/textlint/editor/commit/c89a7594c5e1eb2d79010c7a2beb99f0102c2e99))
* uuid ([6376a7f](https://github.com/textlint/editor/commit/6376a7fc65684293afac00b6f166a9a18ed7248c))
* **webextension:** use react in install-dialog ([09befb6](https://github.com/textlint/editor/commit/09befb6d9b1d920c04d1253a3f0fa2848247a3a8))





## [0.10.2](https://github.com/textlint/editor/compare/v0.10.1...v0.10.2) (2021-04-18)

**Note:** Version bump only for package @textlint/webextension
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.10.2",
"version": "0.10.3",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"textchecker-element": "^0.10.2",
"textchecker-element": "^0.10.3",
"webextension-polyfill-ts": "^0.25.0"
}
}

0 comments on commit ab51524

Please sign in to comment.