Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeharu Oshida committed Feb 17, 2020
1 parent d3cfc03 commit 77b8361
Show file tree
Hide file tree
Showing 14 changed files with 95 additions and 10 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.1.0...v0.2.0) (2020-02-17)


### Chores

* reveret independent mode ([c5a86f4](https://github.com/mobilusoss/textlint-browser-runner/commit/c5a86f4))
* update npm scripts ([d3cfc03](https://github.com/mobilusoss/textlint-browser-runner/commit/d3cfc03))
* Update readme ([07a62b3](https://github.com/mobilusoss/textlint-browser-runner/commit/07a62b3))
* **deps:** pin dependencies ([14b5cd4](https://github.com/mobilusoss/textlint-browser-runner/commit/14b5cd4))
* **deps:** update dependency husky to v4.2.2 ([4626cf9](https://github.com/mobilusoss/textlint-browser-runner/commit/4626cf9))
* **deps:** update dependency husky to v4.2.3 ([7dd8c18](https://github.com/mobilusoss/textlint-browser-runner/commit/7dd8c18))
* **deps:** update dependency terser-webpack-plugin to v2.3.5 ([f2e8683](https://github.com/mobilusoss/textlint-browser-runner/commit/f2e8683))
* **deps:** update dependency webpack to v4.41.6 ([6d8a5e5](https://github.com/mobilusoss/textlint-browser-runner/commit/6d8a5e5))
* **deps:** update dependency webpack-cli to v3.3.11 ([76bdb31](https://github.com/mobilusoss/textlint-browser-runner/commit/76bdb31))


### Features

* **textlint-bundler:** Add textlint-bundler ([e7fd62a](https://github.com/mobilusoss/textlint-browser-runner/commit/e7fd62a))


### Styles

* **textlint-bundler:** fix coding style ([26eba92](https://github.com/mobilusoss/textlint-browser-runner/commit/26eba92))
* **textlint-bundler:** fix coding style ([40dac44](https://github.com/mobilusoss/textlint-browser-runner/commit/40dac44))
* **textlint-bundler:** fix coding style ([7a8306d](https://github.com/mobilusoss/textlint-browser-runner/commit/7a8306d))





# [0.1.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.3...v0.1.0) (2020-02-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"message": "chore(release): publish"
}
},
"version": "0.1.0"
"version": "0.2.0"
}
9 changes: 9 additions & 0 deletions packages/kuromojin-external-dict-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.1.0...v0.2.0) (2020-02-17)

**Note:** Version bump only for package kuromojin-external-dict-loader





# [0.1.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.3...v0.1.0) (2020-02-10)

**Note:** Version bump only for package kuromojin-external-dict-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/kuromojin-external-dict-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/kuromojin-external-dict-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "kuromojin-external-dict-loader",
"version": "0.1.0",
"version": "0.2.0",
"description": "Enable kuromoji to load dict files from external url",
"keywords": [
"kuromoji",
Expand Down
14 changes: 14 additions & 0 deletions packages/textlint-browser-runner/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.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.1.0...v0.2.0) (2020-02-17)


### Chores

* **deps:** update dependency terser-webpack-plugin to v2.3.5 ([f2e8683](https://github.com/mobilusoss/textlint-browser-runner/commit/f2e8683))
* **deps:** update dependency webpack to v4.41.6 ([6d8a5e5](https://github.com/mobilusoss/textlint-browser-runner/commit/6d8a5e5))
* **deps:** update dependency webpack-cli to v3.3.11 ([76bdb31](https://github.com/mobilusoss/textlint-browser-runner/commit/76bdb31))





# [0.1.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.3...v0.1.0) (2020-02-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-browser-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/textlint-browser-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-browser-runner",
"version": "0.1.0",
"version": "0.2.0",
"description": "Bundled textlint and rules for browser",
"keywords": [
"textlint",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@textlint/textlint-plugin-text": "^4.1.12",
"core-js": "^3.6.4",
"regenerator-runtime": "^0.13.3",
"textlint-rule-preset-mobilus": "^0.1.0",
"textlint-rule-preset-mobilus": "^0.2.0",
"webpack-merge": "^4.2.2"
}
}
24 changes: 24 additions & 0 deletions packages/textlint-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log

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

<a name="0.2.0"></a>
# [0.2.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.1.0...v0.2.0) (2020-02-17)


### Chores

* **deps:** pin dependencies ([14b5cd4](https://github.com/mobilusoss/textlint-browser-runner/commit/14b5cd4))


### Features

* **textlint-bundler:** Add textlint-bundler ([e7fd62a](https://github.com/mobilusoss/textlint-browser-runner/commit/e7fd62a))


### Styles

* **textlint-bundler:** fix coding style ([26eba92](https://github.com/mobilusoss/textlint-browser-runner/commit/26eba92))
* **textlint-bundler:** fix coding style ([40dac44](https://github.com/mobilusoss/textlint-browser-runner/commit/40dac44))
* **textlint-bundler:** fix coding style ([7a8306d](https://github.com/mobilusoss/textlint-browser-runner/commit/7a8306d))
2 changes: 1 addition & 1 deletion packages/textlint-bundler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/textlint-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-bundler",
"version": "0.0.1",
"version": "0.2.0",
"description": "Bundle textlint and preset for browser",
"keywords": [
"textlint",
Expand Down
6 changes: 6 additions & 0 deletions packages/textlint-rule-preset-mobilus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.0"></a>

# [0.2.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.1.0...v0.2.0) (2020-02-17)

**Note:** Version bump only for package textlint-rule-preset-mobilus

# [0.1.0](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.3...v0.1.0) (2020-02-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-rule-preset-mobilus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/textlint-rule-preset-mobilus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textlint-rule-preset-mobilus",
"version": "0.1.0",
"version": "0.2.0",
"description": "Textlint rule preset for Mobilus",
"keywords": [
"textlint",
Expand Down

0 comments on commit 77b8361

Please sign in to comment.