Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 10, 2022
1 parent 3687b9b commit f282031
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 24 deletions.
8 changes: 8 additions & 0 deletions 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.

## [2.0.2](https://github.com/textlint-rule/rousseau/compare/v2.0.1...v2.0.2) (2022-09-10)

**Note:** Version bump only for package root





## [2.0.1](https://github.com/textlint-rule/rousseau/compare/v2.0.0...v2.0.1) (2022-09-10)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "2.0.1"
"version": "2.0.2"
}
28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/rousseau/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.

## [2.0.2](https://github.com/textlint-rule/rousseau/compare/v2.0.1...v2.0.2) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/rousseau





## [2.0.1](https://github.com/GitbookIO/rousseau/compare/v2.0.0...v2.0.1) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/rousseau
Expand Down
8 changes: 4 additions & 4 deletions packages/rousseau/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@textlint-rule/rousseau",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/textlint-rule/rousseau",
"description": "Lightweight proofreader",
"main": "lib/index.js",
"dependencies": {
"@textlint-rule/tokenize-english": "^2.0.1",
"@textlint-rule/tokenize-htmltext": "^2.0.1",
"@textlint-rule/tokenize-text": "^2.0.1",
"@textlint-rule/tokenize-english": "^2.0.2",
"@textlint-rule/tokenize-htmltext": "^2.0.2",
"@textlint-rule/tokenize-text": "^2.0.2",
"bash-color": "^0.0.4",
"cli-table": "^0.3.11",
"crc": "^4.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokenize-english/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.

## [2.0.2](https://github.com/textlint-rule/tokenize-english/compare/v2.0.1...v2.0.2) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-english





## [2.0.1](https://github.com/textlint-rule/tokenize-english/compare/v2.0.0...v2.0.1) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-english
Expand Down
6 changes: 3 additions & 3 deletions packages/tokenize-english/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@textlint-rule/tokenize-english",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/textlint-rule/tokenize-english",
"description": "Tokenizer for english sentences",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@textlint-rule/tokenize-htmltext": "^2.0.1",
"@textlint-rule/tokenize-text": "^2.0.1",
"@textlint-rule/tokenize-htmltext": "^2.0.2",
"@textlint-rule/tokenize-text": "^2.0.2",
"mocha": "10.0.0",
"should": "^13.2.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/tokenize-htmltext/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.

## [2.0.2](https://github.com/textlint-rule/tokenize-htmltext/compare/v2.0.1...v2.0.2) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-htmltext





## [2.0.1](https://github.com/GitbookIO/tokenize-htmltext/compare/v2.0.0...v2.0.1) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-htmltext
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenize-htmltext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint-rule/tokenize-htmltext",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/textlint-rule/tokenize-htmltext",
"description": "Tokenize HTML into a list of text tokens",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokenize-text/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.

## [2.0.2](https://github.com/textlint-rule/tokenize-text/compare/v2.0.1...v2.0.2) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-text





## [2.0.1](https://github.com/GitbookIO/tokenize-text/compare/v2.0.0...v2.0.1) (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-text
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenize-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textlint-rule/tokenize-text",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/textlint-rule/tokenize-text",
"description": "Javascript text tokenizer that is easy to use and compose",
"main": "lib/index.js",
Expand Down

0 comments on commit f282031

Please sign in to comment.