Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 2, 2020
1 parent 3e85945 commit 80f0912
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 13 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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)


### Features

* **@textlint/compiler:** add babel-plugin-static-fs ([3e85945](https://github.com/textlint/editor/commit/3e8594589c4cc5ef8cfdf7519b1450e70e85745c))





## [0.4.2](https://github.com/textlint/editor/compare/v0.4.1...v0.4.2) (2020-08-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.4.2"
"version": "0.5.0"
}
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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)


### Features

* **@textlint/compiler:** add babel-plugin-static-fs ([3e85945](https://github.com/textlint/editor/commit/3e8594589c4cc5ef8cfdf7519b1450e70e85745c))





## [0.4.1](https://github.com/textlint/editor/compare/v0.4.0...v0.4.1) (2020-08-02)

**Note:** Version bump only for package @textlint/compiler
Expand Down
6 changes: 3 additions & 3 deletions packages/@textlint/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint/compiler",
"version": "0.4.1",
"version": "0.5.0",
"description": "textlint compiler tool",
"keywords": [
"textlint",
Expand Down Expand Up @@ -51,9 +51,9 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/config-loader": "^0.4.0",
"@textlint/config-loader": "^0.5.0",
"@textlint/kernel": "^3.3.6",
"@textlint/runtime-helper": "^0.4.0",
"@textlint/runtime-helper": "^0.5.0",
"@textlint/types": "^1.4.5",
"babel-loader": "^8.1.0",
"babel-plugin-static-fs": "^3.0.0",
Expand Down
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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)

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





# [0.4.0](https://github.com/textlint/editor/compare/v0.3.0...v0.4.0) (2020-08-02)

**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.4.0",
"version": "0.5.0",
"description": "Config loader for textlint. .textlintrc loader",
"keywords": [
"textlint"
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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)

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





# [0.4.0](https://github.com/textlint/editor/compare/v0.3.0...v0.4.0) (2020-08-02)

**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.4.0",
"version": "0.5.0",
"description": "A runtime helper",
"homepage": "https://github.com/textlint/editor/tree/master/packages/@textlint/runtime-helper/",
"bugs": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/config-loader": "^0.4.0",
"@textlint/config-loader": "^0.5.0",
"@textlint/kernel": "^3.3.6",
"@textlint/module-interop": "^1.1.4",
"@textlint/types": "^1.4.5",
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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)

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





## [0.4.2](https://github.com/textlint/editor/compare/v0.4.1...v0.4.2) (2020-08-02)


Expand Down
4 changes: 2 additions & 2 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.4.2",
"version": "0.5.0",
"description": "Website generator using @textlint/compiler",
"keywords": [
"textlint"
Expand Down Expand Up @@ -47,7 +47,7 @@
"trailingComma": "none"
},
"dependencies": {
"@textlint/compiler": "^0.4.1",
"@textlint/compiler": "^0.5.0",
"meow": "^7.0.1",
"read-pkg": "^5.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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)

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





## [0.4.1](https://github.com/textlint/editor/compare/v0.4.0...v0.4.1) (2020-08-02)

**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.4.1",
"version": "0.5.0",
"description": "Overlay text checker web compoentns.",
"keywords": [
"webcomponent",
Expand Down Expand Up @@ -53,7 +53,7 @@
"trailingComma": "none"
},
"devDependencies": {
"@textlint/compiler": "^0.4.1",
"@textlint/compiler": "^0.5.0",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.26",
"@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.5.0](https://github.com/textlint/editor/compare/v0.4.2...v0.5.0) (2020-08-02)

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





## [0.4.1](https://github.com/textlint/editor/compare/v0.4.0...v0.4.1) (2020-08-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.4.1",
"version": "0.5.0",
"description": "textlint editor",
"scripts": {
"dev": "webextension-toolbox dev",
Expand All @@ -23,7 +23,7 @@
"enable-webcomponents-in-content-scripts": "^1.0.7",
"idb": "^5.0.4",
"minimatch": "^3.0.4",
"textchecker-element": "^0.4.1",
"textchecker-element": "^0.5.0",
"webextension-polyfill-ts": "^0.19.0"
}
}

0 comments on commit 80f0912

Please sign in to comment.