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 10, 2020
1 parent 7fdd1ef commit 8d48741
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency textlint to v11.6.3 ([5346417](https://github.com/mobilusoss/textlint-browser-runner/commit/5346417e672deac9abf0e26051721aa9025f9e4a))


### Features

* **textlint-rule-preset-mobilus:** Add textlint-rule-ja-hiragana-hojodoushi ([3c98f93](https://github.com/mobilusoss/textlint-browser-runner/commit/3c98f932b52a3f17ba687facc1055c160fb69490)), closes [#19](https://github.com/mobilusoss/textlint-browser-runner/issues/19)


### Performance Improvements

* **textlint-browser-runner:** Add MomentLocalesPlugin ([a0391fe](https://github.com/mobilusoss/textlint-browser-runner/commit/a0391fe456b01d142c29d6ff9b712fb3faad9601)), closes [/github.com/azu/textlint-rule-date-weekday-mismatch/blob/master/src/textlint-rule-date-weekday-mismatch.js#L10](https://github.com//github.com/azu/textlint-rule-date-weekday-mismatch/blob/master/src/textlint-rule-date-weekday-mismatch.js/issues/L10)





## [0.0.2](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.1...v0.0.2) (2020-02-06)

**Note:** Version bump only for package root
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.0.3"
"version": "0.1.0"
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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





## [0.0.2](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.1...v0.0.2) (2020-02-06)

**Note:** Version bump only for package kuromojin-external-dict-loader
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.0.3",
"version": "0.1.0",
"description": "Enable kuromoji to load dict files from external url",
"keywords": [
"kuromoji",
Expand Down
16 changes: 16 additions & 0 deletions packages/textlint-browser-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **textlint-rule-preset-mobilus:** Add textlint-rule-ja-hiragana-hojodoushi ([3c98f93](https://github.com/mobilusoss/textlint-browser-runner/commit/3c98f932b52a3f17ba687facc1055c160fb69490)), closes [#19](https://github.com/mobilusoss/textlint-browser-runner/issues/19)


### Performance Improvements

* **textlint-browser-runner:** Add MomentLocalesPlugin ([a0391fe](https://github.com/mobilusoss/textlint-browser-runner/commit/a0391fe456b01d142c29d6ff9b712fb3faad9601)), closes [/github.com/azu/textlint-rule-date-weekday-mismatch/blob/master/src/textlint-rule-date-weekday-mismatch.js#L10](https://github.com//github.com/azu/textlint-rule-date-weekday-mismatch/blob/master/src/textlint-rule-date-weekday-mismatch.js/issues/L10)





## [0.0.2](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.1...v0.0.2) (2020-02-06)

**Note:** Version bump only for package textlint-browser-runner
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.0.3",
"version": "0.1.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.0.3",
"textlint-rule-preset-mobilus": "^0.1.0",
"webpack-merge": "^4.2.2"
}
}
10 changes: 10 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,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **deps:** update dependency textlint to v11.6.3 ([5346417](https://github.com/mobilusoss/textlint-browser-runner/commit/5346417e672deac9abf0e26051721aa9025f9e4a))

### Features

- **textlint-rule-preset-mobilus:** Add textlint-rule-ja-hiragana-hojodoushi ([3c98f93](https://github.com/mobilusoss/textlint-browser-runner/commit/3c98f932b52a3f17ba687facc1055c160fb69490)), closes [#19](https://github.com/mobilusoss/textlint-browser-runner/issues/19)

## [0.0.2](https://github.com/mobilusoss/textlint-browser-runner/compare/v0.0.1...v0.0.2) (2020-02-06)

**Note:** Version bump only for package textlint-rule-preset-mobilus
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.0.3",
"version": "0.1.0",
"description": "Textlint rule preset for Mobilus",
"keywords": [
"textlint",
Expand Down

0 comments on commit 8d48741

Please sign in to comment.