From 163fe35a16e55baf7187c36d386169637257413a Mon Sep 17 00:00:00 2001 From: azu Date: Tue, 16 Feb 2021 19:26:31 +0900 Subject: [PATCH] Publish - match-test-replace@1.1.18 - nlcst-parse-english@1.1.4 - nlcst-parse-japanese@1.2.2 - nlcst-pattern-match@1.3.7 - nlcst-types@1.2.4 --- packages/match-test-replace/CHANGELOG.md | 8 ++++++++ packages/match-test-replace/package.json | 6 +++--- packages/nlcst-parse-english/CHANGELOG.md | 8 ++++++++ packages/nlcst-parse-english/package.json | 4 ++-- packages/nlcst-parse-japanese/CHANGELOG.md | 8 ++++++++ packages/nlcst-parse-japanese/package.json | 4 ++-- packages/nlcst-pattern-match/CHANGELOG.md | 8 ++++++++ packages/nlcst-pattern-match/package.json | 8 ++++---- packages/nlcst-types/CHANGELOG.md | 11 +++++++++++ packages/nlcst-types/package.json | 2 +- 10 files changed, 55 insertions(+), 12 deletions(-) diff --git a/packages/match-test-replace/CHANGELOG.md b/packages/match-test-replace/CHANGELOG.md index d25f2c3..4a29f47 100644 --- a/packages/match-test-replace/CHANGELOG.md +++ b/packages/match-test-replace/CHANGELOG.md @@ -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/match-test-replace@1.1.17...match-test-replace@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/match-test-replace@1.1.16...match-test-replace@1.1.17) (2021-01-16) diff --git a/packages/match-test-replace/package.json b/packages/match-test-replace/package.json index 461658c..caabbe7 100644 --- a/packages/match-test-replace/package.json +++ b/packages/match-test-replace/package.json @@ -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": { @@ -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" diff --git a/packages/nlcst-parse-english/CHANGELOG.md b/packages/nlcst-parse-english/CHANGELOG.md index 4cc0e8c..856699c 100644 --- a/packages/nlcst-parse-english/CHANGELOG.md +++ b/packages/nlcst-parse-english/CHANGELOG.md @@ -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/nlcst-parse-english@1.1.3...nlcst-parse-english@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/nlcst-parse-english@1.1.2...nlcst-parse-english@1.1.3) (2021-01-16) diff --git a/packages/nlcst-parse-english/package.json b/packages/nlcst-parse-english/package.json index 1edcd8e..ac275be 100644 --- a/packages/nlcst-parse-english/package.json +++ b/packages/nlcst-parse-english/package.json @@ -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", @@ -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" } diff --git a/packages/nlcst-parse-japanese/CHANGELOG.md b/packages/nlcst-parse-japanese/CHANGELOG.md index ebc6342..f3d1b6f 100644 --- a/packages/nlcst-parse-japanese/CHANGELOG.md +++ b/packages/nlcst-parse-japanese/CHANGELOG.md @@ -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/nlcst-parse-japanese@1.2.1...nlcst-parse-japanese@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/nlcst-parse-japanese@1.2.0...nlcst-parse-japanese@1.2.1) (2021-01-16) diff --git a/packages/nlcst-parse-japanese/package.json b/packages/nlcst-parse-japanese/package.json index 0e609b7..038a488 100644 --- a/packages/nlcst-parse-japanese/package.json +++ b/packages/nlcst-parse-japanese/package.json @@ -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": { @@ -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" } } diff --git a/packages/nlcst-pattern-match/CHANGELOG.md b/packages/nlcst-pattern-match/CHANGELOG.md index 2d2d0eb..4d1145d 100644 --- a/packages/nlcst-pattern-match/CHANGELOG.md +++ b/packages/nlcst-pattern-match/CHANGELOG.md @@ -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/nlcst-pattern-match@1.3.6...nlcst-pattern-match@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/nlcst-pattern-match@1.3.5...nlcst-pattern-match@1.3.6) (2021-01-16) diff --git a/packages/nlcst-pattern-match/package.json b/packages/nlcst-pattern-match/package.json index b41fd19..79c3899 100644 --- a/packages/nlcst-pattern-match/package.json +++ b/packages/nlcst-pattern-match/package.json @@ -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", @@ -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" }, @@ -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", diff --git a/packages/nlcst-types/CHANGELOG.md b/packages/nlcst-types/CHANGELOG.md index 7d43964..cccdf85 100644 --- a/packages/nlcst-types/CHANGELOG.md +++ b/packages/nlcst-types/CHANGELOG.md @@ -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/nlcst-types@1.2.3...nlcst-types@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/nlcst-types@1.2.2...nlcst-types@1.2.3) (2021-01-16) diff --git a/packages/nlcst-types/package.json b/packages/nlcst-types/package.json index f4c5fe6..5c9beb5 100644 --- a/packages/nlcst-types/package.json +++ b/packages/nlcst-types/package.json @@ -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",