From faa40706dd3067cb224b3f770361ac1152b145b6 Mon Sep 17 00:00:00 2001 From: azu Date: Sat, 16 Jan 2021 22:27:30 +0900 Subject: [PATCH] Publish - match-test-replace@1.1.17 - nlcst-parse-english@1.1.3 - nlcst-parse-japanese@1.2.1 - nlcst-pattern-match@1.3.6 - nlcst-types@1.2.3 - unist-types@1.1.5 --- packages/match-test-replace/CHANGELOG.md | 11 +++++++++++ packages/match-test-replace/package.json | 6 +++--- packages/nlcst-parse-english/CHANGELOG.md | 11 +++++++++++ packages/nlcst-parse-english/package.json | 4 ++-- packages/nlcst-parse-japanese/CHANGELOG.md | 11 +++++++++++ packages/nlcst-parse-japanese/package.json | 6 +++--- packages/nlcst-pattern-match/CHANGELOG.md | 11 +++++++++++ packages/nlcst-pattern-match/package.json | 10 +++++----- packages/nlcst-types/CHANGELOG.md | 11 +++++++++++ packages/nlcst-types/package.json | 4 ++-- packages/unist-types/CHANGELOG.md | 11 +++++++++++ packages/unist-types/package.json | 2 +- 12 files changed, 82 insertions(+), 16 deletions(-) diff --git a/packages/match-test-replace/CHANGELOG.md b/packages/match-test-replace/CHANGELOG.md index b945d6b..d25f2c3 100644 --- a/packages/match-test-replace/CHANGELOG.md +++ b/packages/match-test-replace/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.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) + + +### Bug Fixes + +* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) + + + + + ## [1.1.16](https://github.com/azu/nlp-pattern-match/compare/match-test-replace@1.1.15...match-test-replace@1.1.16) (2019-01-25) diff --git a/packages/match-test-replace/package.json b/packages/match-test-replace/package.json index 2339c20..461658c 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.16", + "version": "1.1.17", "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.2", - "nlcst-pattern-match": "^1.3.5", + "nlcst-parse-english": "^1.1.3", + "nlcst-pattern-match": "^1.3.6", "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 d5c1353..4cc0e8c 100644 --- a/packages/nlcst-parse-english/CHANGELOG.md +++ b/packages/nlcst-parse-english/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.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) + + +### Bug Fixes + +* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) + + + + + ## [1.1.2](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-english@1.1.1...nlcst-parse-english@1.1.2) (2018-06-19) diff --git a/packages/nlcst-parse-english/package.json b/packages/nlcst-parse-english/package.json index 9cd18a7..1edcd8e 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.2", + "version": "1.1.3", "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.2", + "nlcst-types": "^1.2.3", "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 fe5410e..ebc6342 100644 --- a/packages/nlcst-parse-japanese/CHANGELOG.md +++ b/packages/nlcst-parse-japanese/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.1](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-japanese@1.2.0...nlcst-parse-japanese@1.2.1) (2021-01-16) + + +### Bug Fixes + +* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) + + + + + # [1.2.0](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-japanese@1.1.3...nlcst-parse-japanese@1.2.0) (2019-01-25) diff --git a/packages/nlcst-parse-japanese/package.json b/packages/nlcst-parse-japanese/package.json index 5d600b9..0e609b7 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.0", + "version": "1.2.1", "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.2", - "unist-types": "^1.1.4" + "nlcst-types": "^1.2.3", + "unist-types": "^1.1.5" } } diff --git a/packages/nlcst-pattern-match/CHANGELOG.md b/packages/nlcst-pattern-match/CHANGELOG.md index 7542d8d..2d2d0eb 100644 --- a/packages/nlcst-pattern-match/CHANGELOG.md +++ b/packages/nlcst-pattern-match/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.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) + + +### Bug Fixes + +* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) + + + + + ## [1.3.5](https://github.com/azu/nlp-pattern-match/compare/nlcst-pattern-match@1.3.4...nlcst-pattern-match@1.3.5) (2019-01-25) diff --git a/packages/nlcst-pattern-match/package.json b/packages/nlcst-pattern-match/package.json index f51209f..b41fd19 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.5", + "version": "1.3.6", "description": "Pattern match for NLCST.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -42,9 +42,9 @@ "debug": "^3.1.0", "estree-walker": "^0.5.0", "nlcst-to-string": "^2.0.0", - "nlcst-types": "^1.2.2", + "nlcst-types": "^1.2.3", "snap-shot-it": "^7.9.3", - "unist-types": "^1.1.4" + "unist-types": "^1.1.5" }, "devDependencies": { "@types/mocha": "^5.2.2", @@ -53,8 +53,8 @@ "husky": "^0.14.3", "lint-staged": "^7.2.0", "mocha": "^5.2.0", - "nlcst-parse-english": "^1.1.2", - "nlcst-parse-japanese": "^1.2.0", + "nlcst-parse-english": "^1.1.3", + "nlcst-parse-japanese": "^1.2.1", "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 1446e65..7d43964 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.3](https://github.com/azu/nlp-pattern-match/compare/nlcst-types@1.2.2...nlcst-types@1.2.3) (2021-01-16) + + +### Bug Fixes + +* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) + + + + + ## [1.2.2](https://github.com/azu/nlp-pattern-match/compare/nlcst-types@1.2.1...nlcst-types@1.2.2) (2018-06-19) diff --git a/packages/nlcst-types/package.json b/packages/nlcst-types/package.json index 655bc0e..f4c5fe6 100644 --- a/packages/nlcst-types/package.json +++ b/packages/nlcst-types/package.json @@ -11,7 +11,7 @@ "src/" ], "name": "nlcst-types", - "version": "1.2.2", + "version": "1.2.3", "description": "NLCST types for TypeScript.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/azu/nlp-pattern-match/tree/master/packages/nlcst-types/", "dependencies": { - "unist-types": "^1.1.4" + "unist-types": "^1.1.5" }, "devDependencies": { "@types/mocha": "^5.2.2", diff --git a/packages/unist-types/CHANGELOG.md b/packages/unist-types/CHANGELOG.md index 2737b03..8befef6 100644 --- a/packages/unist-types/CHANGELOG.md +++ b/packages/unist-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.1.5](https://github.com/azu/nlp-pattern-match/compare/unist-types@1.1.4...unist-types@1.1.5) (2021-01-16) + + +### Bug Fixes + +* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) + + + + + ## [1.1.4](https://github.com/azu/nlp-pattern-match/compare/unist-types@1.1.3...unist-types@1.1.4) (2018-06-19) diff --git a/packages/unist-types/package.json b/packages/unist-types/package.json index 44830db..00887c2 100644 --- a/packages/unist-types/package.json +++ b/packages/unist-types/package.json @@ -11,7 +11,7 @@ "src/" ], "name": "unist-types", - "version": "1.1.4", + "version": "1.1.5", "description": "Unist for TypeScript.", "main": "lib/unist-types.js", "types": "lib/unist-types.d.ts",