Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 16, 2021
1 parent 306b824 commit faa4070
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 16 deletions.
11 changes: 11 additions & 0 deletions packages/match-test-replace/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.1.17](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))





<a name="1.1.16"></a>
## [1.1.16](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.16) (2019-01-25)

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.16",
"version": "1.1.17",
"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.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"
Expand Down
11 changes: 11 additions & 0 deletions packages/nlcst-parse-english/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.1.3](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))





<a name="1.1.2"></a>
## [1.1.2](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.2) (2018-06-19)

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.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",
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.2",
"nlcst-types": "^1.2.3",
"parse-english": "^4.1.0",
"unist-util-visit": "^1.1.3"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/nlcst-parse-japanese/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.1](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))





<a name="1.2.0"></a>
# [1.2.0](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.2.0) (2019-01-25)

Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.2.1",
"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.2",
"unist-types": "^1.1.4"
"nlcst-types": "^1.2.3",
"unist-types": "^1.1.5"
}
}
11 changes: 11 additions & 0 deletions packages/nlcst-pattern-match/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.3.6](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))





<a name="1.3.5"></a>
## [1.3.5](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.3.5) (2019-01-25)

Expand Down
10 changes: 5 additions & 5 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.5",
"version": "1.3.6",
"description": "Pattern match for NLCST.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
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.3](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))





<a name="1.2.2"></a>
## [1.2.2](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.2.2) (2018-06-19)

Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.2.3",
"description": "NLCST types for TypeScript.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/unist-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.1.5](https://github.com/azu/nlp-pattern-match/compare/[email protected]@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))





<a name="1.1.4"></a>
## [1.1.4](https://github.com/azu/nlp-pattern-match/compare/[email protected]@1.1.4) (2018-06-19)

Expand Down
2 changes: 1 addition & 1 deletion packages/unist-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit faa4070

Please sign in to comment.