Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 16, 2021
1 parent e24c57a commit 163fe35
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 12 deletions.
8 changes: 8 additions & 0 deletions packages/match-test-replace/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.

## [1.1.18](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.18) (2021-02-16)

**Note:** Version bump only for package match-test-replace





## [1.1.17](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.17) (2021-01-16)


Expand Down
6 changes: 3 additions & 3 deletions packages/match-test-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src/"
],
"name": "match-test-replace",
"version": "1.1.17",
"version": "1.1.18",
"description": "Easy pattern match and replace text.",
"main": "lib/match-test-replace.js",
"scripts": {
Expand All @@ -36,8 +36,8 @@
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"nlcst-parse-english": "^1.1.3",
"nlcst-pattern-match": "^1.3.6",
"nlcst-parse-english": "^1.1.4",
"nlcst-pattern-match": "^1.3.7",
"prettier": "^1.13.5",
"ts-node": "^6.1.1",
"typescript": "^4.1.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/nlcst-parse-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.

## [1.1.4](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.4) (2021-02-16)

**Note:** Version bump only for package nlcst-parse-english





## [1.1.3](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.3) (2021-01-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/nlcst-parse-english/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src/"
],
"name": "nlcst-parse-english",
"version": "1.1.3",
"version": "1.1.4",
"description": "Parse english with POS and output NLCST.",
"main": "lib/nlcst-parse-english.js",
"types": "lib/nlcst-parse-english.d.ts",
Expand Down Expand Up @@ -61,7 +61,7 @@
"en-lexicon": "^1.0.11",
"en-pos": "^1.0.16",
"nlcst-to-string": "^2.0.1",
"nlcst-types": "^1.2.3",
"nlcst-types": "^1.2.4",
"parse-english": "^4.1.0",
"unist-util-visit": "^1.1.3"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/nlcst-parse-japanese/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.

## [1.2.2](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.2.2) (2021-02-16)

**Note:** Version bump only for package nlcst-parse-japanese





## [1.2.1](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.2.1) (2021-01-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/nlcst-parse-japanese/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src/"
],
"name": "nlcst-parse-japanese",
"version": "1.2.1",
"version": "1.2.2",
"description": "Parse Japanese text and output as NLCST.",
"main": "lib/nlcst-parse-japanese.js",
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"types": "lib/nlcst-parse-japanese.d.ts",
"dependencies": {
"kuromojin": "^1.4.0",
"nlcst-types": "^1.2.3",
"nlcst-types": "^1.2.4",
"unist-types": "^1.1.5"
}
}
8 changes: 8 additions & 0 deletions packages/nlcst-pattern-match/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.

## [1.3.7](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.3.7) (2021-02-16)

**Note:** Version bump only for package nlcst-pattern-match





## [1.3.6](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.3.6) (2021-01-16)


Expand Down
8 changes: 4 additions & 4 deletions packages/nlcst-pattern-match/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src/"
],
"name": "nlcst-pattern-match",
"version": "1.3.6",
"version": "1.3.7",
"description": "Pattern match for NLCST.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"debug": "^3.1.0",
"estree-walker": "^0.5.0",
"nlcst-to-string": "^2.0.0",
"nlcst-types": "^1.2.3",
"nlcst-types": "^1.2.4",
"snap-shot-it": "^7.9.3",
"unist-types": "^1.1.5"
},
Expand All @@ -53,8 +53,8 @@
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"nlcst-parse-english": "^1.1.3",
"nlcst-parse-japanese": "^1.2.1",
"nlcst-parse-english": "^1.1.4",
"nlcst-parse-japanese": "^1.2.2",
"prettier": "^1.13.5",
"ts-node": "^6.1.1",
"typescript": "^4.1.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/nlcst-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.4](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.2.4) (2021-02-16)


### Bug Fixes

* **nlcst-types:** isSymbol used wrong Symbol interface ([#10](https://github.com/azu/nlp-pattern-match/issues/10)) ([e24c57a](https://github.com/azu/nlp-pattern-match/commit/e24c57a8b42c66c1fcef40c57bea1269a3d8796a))





## [1.2.3](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.2.3) (2021-01-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/nlcst-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src/"
],
"name": "nlcst-types",
"version": "1.2.3",
"version": "1.2.4",
"description": "NLCST types for TypeScript.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 163fe35

Please sign in to comment.