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 6, 2020
1 parent fcee611 commit 9d07ac4
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [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
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
],
"command": {
"publish": {
"ignoreChanges": ["**/__tests__/", "*.md"],
"ignoreChanges": [
"**/__tests__/",
"*.md"
],
"message": "chore(release): publish",
"registry": "https://npm.pkg.github.com"
}
},
"version": "0.0.1"
"version": "0.0.2"
}
8 changes: 8 additions & 0 deletions packages/kuromojin-external-dict-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

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

5 changes: 2 additions & 3 deletions 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.1",
"version": "0.0.2",
"description": "Enable kuromoji to load dict files from external url",
"keywords": [
"kuromoji",
Expand Down Expand Up @@ -41,6 +41,5 @@
"karma-spec-reporter": "0.0.32",
"mocha": "^7.0.1",
"sinon": "^8.1.1"
},
"dependencies": {}
}
}
8 changes: 8 additions & 0 deletions packages/textlint-browser-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [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.1",
"version": "0.0.2",
"description": "Bundled textlint and rules for browser",
"keywords": [
"textlint",
Expand Down Expand Up @@ -49,6 +49,6 @@
"@textlint/textlint-plugin-text": "^4.1.12",
"core-js": "^3.6.4",
"regenerator-runtime": "^0.13.3",
"textlint-rule-preset-mobilus": "^0.0.1"
"textlint-rule-preset-mobilus": "^0.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/textlint-rule-preset-mobilus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [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.1",
"version": "0.0.2",
"description": "Textlint rule preset for Mobilus",
"keywords": [
"textlint",
Expand Down

0 comments on commit 9d07ac4

Please sign in to comment.