Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 15, 2021
1 parent d46dd7f commit 86c2496
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)


### Bug Fixes

* use dirname ([8bf1119](https://github.com/textlint/editor/commit/8bf111951d811fede79256d62e58a5846e50e7ff))


### Features

* support @textlint/config-inliner in compiler ([630fd1e](https://github.com/textlint/editor/commit/630fd1ee938a2b39e8ae74afdbde157497125557))
* **compiler:** support to inline prh.yml ([#47](https://github.com/textlint/editor/issues/47)) ([b06e3b2](https://github.com/textlint/editor/commit/b06e3b23332f0f4b0d55ebc8e4b2f923c095bfa6))





## [0.11.2](https://github.com/textlint/editor/compare/v0.11.1...v0.11.2) (2021-05-02)


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.11.2"
"version": "0.11.3"
}
17 changes: 17 additions & 0 deletions packages/@textlint/config-inliner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)


### Bug Fixes

* use dirname ([8bf1119](https://github.com/textlint/editor/commit/8bf111951d811fede79256d62e58a5846e50e7ff))


### Features

* support @textlint/config-inliner in compiler ([630fd1e](https://github.com/textlint/editor/commit/630fd1ee938a2b39e8ae74afdbde157497125557))
* **compiler:** support to inline prh.yml ([#47](https://github.com/textlint/editor/issues/47)) ([b06e3b2](https://github.com/textlint/editor/commit/b06e3b23332f0f4b0d55ebc8e4b2f923c095bfa6))
6 changes: 3 additions & 3 deletions packages/@textlint/config-inliner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/config-inliner",
"version": "0.11.0",
"version": "0.11.3",
"description": "Inlining config for supporting browser.",
"keywords": [
"textlint"
Expand Down Expand Up @@ -44,8 +44,8 @@
"trailingComma": "none"
},
"dependencies": {
"untildify": "^4.0.0",
"@textlint/config-loader": "^0.11.0"
"@textlint/config-loader": "^0.11.0",
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/mocha": "^8.2.2",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)


### Features

* support @textlint/config-inliner in compiler ([630fd1e](https://github.com/textlint/editor/commit/630fd1ee938a2b39e8ae74afdbde157497125557))





# [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
Expand Down
2 changes: 1 addition & 1 deletion 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.11.0",
"version": "0.11.3",
"description": "A partial parser for textlintrc",
"keywords": [
"textlint",
Expand Down
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.11.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)


### Features

* support @textlint/config-inliner in compiler ([630fd1e](https://github.com/textlint/editor/commit/630fd1ee938a2b39e8ae74afdbde157497125557))





# [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
Expand Down
6 changes: 3 additions & 3 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.11.0",
"version": "0.11.3",
"description": "textlint script compiler tool",
"keywords": [
"textlint",
Expand Down Expand Up @@ -53,12 +53,12 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@textlint/config-inliner": "^0.11.3",
"@textlint/config-loader": "^0.11.0",
"@textlint/config-partial-parser": "^0.11.0",
"@textlint/config-partial-parser": "^0.11.3",
"@textlint/kernel": "^3.4.1",
"@textlint/runtime-helper": "^0.11.0",
"@textlint/script-parser": "^0.11.0",
"@textlint/config-inliner": "^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/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.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)

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





## [0.11.2](https://github.com/textlint/editor/compare/v0.11.1...v0.11.2) (2021-05-02)

**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.11.2",
"version": "0.11.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.11.0",
"@textlint/script-compiler": "^0.11.3",
"meow": "^9.0.0",
"read-pkg": "^5.2.0",
"textchecker-element": "^0.11.2"
"textchecker-element": "^0.11.3"
},
"devDependencies": {
"@types/mocha": "^8.2.0",
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.11.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)

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





## [0.11.2](https://github.com/textlint/editor/compare/v0.11.1...v0.11.2) (2021-05-02)


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.11.2",
"version": "0.11.3",
"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.11.0",
"@textlint/script-compiler": "^0.11.3",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/rimraf": "^3.0.0",
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.11.3](https://github.com/textlint/editor/compare/v0.11.2...v0.11.3) (2021-05-15)

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





## [0.11.2](https://github.com/textlint/editor/compare/v0.11.1...v0.11.2) (2021-05-02)

**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.11.2",
"version": "0.11.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.11.2",
"textchecker-element": "^0.11.3",
"webextension-polyfill-ts": "^0.25.0"
}
}

0 comments on commit 86c2496

Please sign in to comment.