Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 10, 2022
1 parent 773cd38 commit 5ef4373
Show file tree
Hide file tree
Showing 11 changed files with 68 additions and 28 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.

# 2.0.0 (2022-09-10)

**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 @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "1.0.0"
"version": "2.0.0"
}
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
@@ -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.

# 2.0.0 (2022-09-10)

**Note:** Version bump only for package @textlint-rule/rousseau
14 changes: 7 additions & 7 deletions packages/rousseau/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@textlint-rule/rousseau",
"version": "1.0.5",
"version": "2.0.0",
"homepage": "/~https://github.com/textlint-rule/rousseau",
"description": "Lightweight proofreader",
"main": "lib/index.js",
"dependencies": {
"@textlint-rule/tokenize-english": "^2.0.0",
"@textlint-rule/tokenize-htmltext": "^2.0.0",
"@textlint-rule/tokenize-text": "^2.0.0",
"bash-color": "^0.0.4",
"cli-table": "^0.3.11",
"crc": "^4.1.1",
"find-line-column": "0.5.2",
"lodash": "^4.17.21",
"simple-lru-cache": "^0.0.2",
"@textlint-rule/tokenize-english": "^1.0.3",
"@textlint-rule/tokenize-htmltext": "^1.0.0",
"@textlint-rule/tokenize-text": "^1.1.3"
"simple-lru-cache": "^0.0.2"
},
"devDependencies": {
"should": "^13.2.3",
"mocha": "^10.0.0"
"mocha": "^10.0.0",
"should": "^13.2.3"
},
"scripts": {
"test": "mocha --reporter spec --recursive --bail",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokenize-english/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.

# 2.0.0 (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-english
8 changes: 4 additions & 4 deletions packages/tokenize-english/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@textlint-rule/tokenize-english",
"version": "1.0.3",
"version": "2.0.0",
"homepage": "/~https://github.com/GitbookIO/tokenize-english",
"description": "Tokenizer for english sentences",
"main": "lib/index.js",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@textlint-rule/tokenize-htmltext": "^2.0.0",
"@textlint-rule/tokenize-text": "^2.0.0",
"mocha": "10.0.0",
"should": "^13.2.3",
"@textlint-rule/tokenize-text": "^1.1.2",
"@textlint-rule/tokenize-htmltext": "^1.0.0"
"should": "^13.2.3"
},
"scripts": {
"test": "mocha --reporter spec --recursive --bail"
Expand Down
8 changes: 8 additions & 0 deletions packages/tokenize-htmltext/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.

# 2.0.0 (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-htmltext
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": "1.0.0",
"version": "2.0.0",
"homepage": "/~https://github.com/GitbookIO/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
@@ -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.

# 2.0.0 (2022-09-10)

**Note:** Version bump only for package @textlint-rule/tokenize-text
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": "1.1.3",
"version": "2.0.0",
"homepage": "/~https://github.com/GitbookIO/tokenize-text",
"description": "Javascript text tokenizer that is easy to use and compose",
"main": "lib/index.js",
Expand Down

0 comments on commit 5ef4373

Please sign in to comment.