Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 2, 2021
1 parent 90248dd commit dc20cee
Show file tree
Hide file tree
Showing 18 changed files with 123 additions and 21 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)


### Bug Fixes

* fix web url ([90248dd](https://github.com/textlint/editor/commit/90248dd025b54999c47e052f2afcb5b0c558a8ab))
* **webextension:** use tabs instead of webRequest ([#45](https://github.com/textlint/editor/issues/45)) ([0a710fa](https://github.com/textlint/editor/commit/0a710fa17994e641c03a49f90eea412c3c640da0))
* improve stability ([#44](https://github.com/textlint/editor/issues/44)) ([270b400](https://github.com/textlint/editor/commit/270b40080e903596b0ef5afd1fcaa2791b9609ac))
* **webextension:** add worker-src: self blob to CSP ([#39](https://github.com/textlint/editor/issues/39)) ([adccedd](https://github.com/textlint/editor/commit/adccedd1a3586376344a4a1439bef15ebcee41c8))
* **webextension:** do not expose background object to website ([#43](https://github.com/textlint/editor/issues/43)) ([3ee2a87](https://github.com/textlint/editor/commit/3ee2a8750528ced2bbbe719a4c47e0287bc3c8b0)), closes [#40](https://github.com/textlint/editor/issues/40)
* **webextension:** remove tabs permission ([8fd47b4](https://github.com/textlint/editor/commit/8fd47b425ea6252689ee9b2d84d5669386e4b7e3))
* use website ([37523f2](https://github.com/textlint/editor/commit/37523f23dd5109c056fb844bf6554ed071f4e92c))


### Features

* **webextension:** support to update Script ([339cf6f](https://github.com/textlint/editor/commit/339cf6f9a3e8e7037840506d44631d57e4dfcca1))





## [0.10.5](https://github.com/textlint/editor/compare/v0.10.4...v0.10.5) (2021-04-19)


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.5"
"version": "0.11.0"
}
8 changes: 8 additions & 0 deletions packages/@textlint/config-loader/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.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)

**Note:** Version bump only for package @textlint/config-loader





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

**Note:** Version bump only for package @textlint/config-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/config-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/config-loader",
"version": "0.10.4",
"version": "0.11.0",
"description": "Config loader for textlint. .textlintrc loader",
"keywords": [
"textlint"
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/config-partial-parser/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.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)

**Note:** Version bump only for package @textlint/config-partial-parser





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

**Note:** Version bump only for package @textlint/config-partial-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/@textlint/config-partial-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/config-partial-parser",
"version": "0.10.4",
"version": "0.11.0",
"description": "A partial parser for textlintrc",
"keywords": [
"textlint",
Expand Down Expand Up @@ -44,7 +44,7 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/config-loader": "^0.10.4",
"@textlint/config-loader": "^0.11.0",
"@textlint/kernel": "^3.4.1",
"@textlint/types": "^1.5.1",
"@textlint/utils": "^1.2.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/runtime-helper/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.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)

**Note:** Version bump only for package @textlint/runtime-helper





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

**Note:** Version bump only for package @textlint/runtime-helper
Expand Down
4 changes: 2 additions & 2 deletions packages/@textlint/runtime-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/runtime-helper",
"version": "0.10.4",
"version": "0.11.0",
"description": "A runtime helper",
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/runtime-helper/",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@kvs/env": "^1.1.0",
"@textlint/config-loader": "^0.10.4",
"@textlint/config-loader": "^0.11.0",
"@textlint/kernel": "^3.4.1",
"@textlint/module-interop": "^1.2.1",
"@textlint/types": "^1.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/script-compiler/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.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)

**Note:** Version bump only for package @textlint/script-compiler





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

**Note:** Version bump only for package @textlint/script-compiler
Expand Down
10 changes: 5 additions & 5 deletions 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.4",
"version": "0.11.0",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
Expand Down Expand Up @@ -53,11 +53,11 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@textlint/config-loader": "^0.10.4",
"@textlint/config-partial-parser": "^0.10.4",
"@textlint/config-loader": "^0.11.0",
"@textlint/config-partial-parser": "^0.11.0",
"@textlint/kernel": "^3.4.1",
"@textlint/runtime-helper": "^0.10.4",
"@textlint/script-parser": "^0.10.4",
"@textlint/runtime-helper": "^0.11.0",
"@textlint/script-parser": "^0.11.0",
"@textlint/types": "^1.5.1",
"babel-loader": "^8.2.2",
"babel-plugin-static-fs": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/script-parser/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.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)

**Note:** Version bump only for package @textlint/script-parser





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

**Note:** Version bump only for package @textlint/script-parser
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/script-parser",
"version": "0.10.4",
"version": "0.11.0",
"description": "A parser for textlint script",
"keywords": [
"textlint"
Expand Down
8 changes: 8 additions & 0 deletions packages/@textlint/website-generator/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.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)

**Note:** Version bump only for package @textlint/website-generator





## [0.10.5](https://github.com/textlint/editor/compare/v0.10.4...v0.10.5) (2021-04-19)


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.5",
"version": "0.11.0",
"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.4",
"@textlint/script-compiler": "^0.11.0",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "^0.10.5"
"textchecker-element": "^0.11.0"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/textchecker-element/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)


### Bug Fixes

* fix web url ([90248dd](https://github.com/textlint/editor/commit/90248dd025b54999c47e052f2afcb5b0c558a8ab))
* improve stability ([#44](https://github.com/textlint/editor/issues/44)) ([270b400](https://github.com/textlint/editor/commit/270b40080e903596b0ef5afd1fcaa2791b9609ac))





## [0.10.5](https://github.com/textlint/editor/compare/v0.10.4...v0.10.5) (2021-04-19)

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

# [0.11.0](https://github.com/textlint/editor/compare/v0.10.5...v0.11.0) (2021-05-02)


### Bug Fixes

* **webextension:** use tabs instead of webRequest ([#45](https://github.com/textlint/editor/issues/45)) ([0a710fa](https://github.com/textlint/editor/commit/0a710fa17994e641c03a49f90eea412c3c640da0))
* improve stability ([#44](https://github.com/textlint/editor/issues/44)) ([270b400](https://github.com/textlint/editor/commit/270b40080e903596b0ef5afd1fcaa2791b9609ac))
* **webextension:** add worker-src: self blob to CSP ([#39](https://github.com/textlint/editor/issues/39)) ([adccedd](https://github.com/textlint/editor/commit/adccedd1a3586376344a4a1439bef15ebcee41c8))
* **webextension:** do not expose background object to website ([#43](https://github.com/textlint/editor/issues/43)) ([3ee2a87](https://github.com/textlint/editor/commit/3ee2a8750528ced2bbbe719a4c47e0287bc3c8b0)), closes [#40](https://github.com/textlint/editor/issues/40)
* **webextension:** remove tabs permission ([8fd47b4](https://github.com/textlint/editor/commit/8fd47b425ea6252689ee9b2d84d5669386e4b7e3))


### Features

* **webextension:** support to update Script ([339cf6f](https://github.com/textlint/editor/commit/339cf6f9a3e8e7037840506d44631d57e4dfcca1))





## [0.10.5](https://github.com/textlint/editor/compare/v0.10.4...v0.10.5) (2021-04-19)

**Note:** Version bump only for package @textlint/webextension
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "0.11.0",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
Expand All @@ -28,8 +28,8 @@
"@reach/router": "^1.3.4",
"@react-stately/data": "^3.1.2",
"@spectrum-icons/workflow": "^3.2.0",
"@textlint/config-loader": "^0.10.4",
"@textlint/script-parser": "^0.10.4",
"@textlint/config-loader": "^0.11.0",
"@textlint/script-parser": "^0.11.0",
"@textlint/types": "^1.5.1",
"codemirror": "^5.59.2",
"comlink": "^4.3.0",
Expand All @@ -40,7 +40,7 @@
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"textchecker-element": "^0.10.5",
"textchecker-element": "^0.11.0",
"webextension-polyfill-ts": "^0.25.0"
}
}

0 comments on commit dc20cee

Please sign in to comment.