Skip to content

Commit

Permalink
chore: release/stable 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2023
1 parent 80662d6 commit 88f3bc4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [0.14.0](https://github.com/zCloak-Network/toolkit/compare/v0.13.0...v0.14.0) (2023-02-06)


### Features

* **zcloak-dev-build-ts:** replace workspace protocol version to semver in package dependencies. ([80662d6](https://github.com/zCloak-Network/toolkit/commit/80662d6f0dd11f3765064a1e35108bb88da4555b))


## [0.13.0](https://github.com/zCloak-Network/toolkit/compare/v0.12.0...v0.13.0) (2023-02-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "commonjs",
"version": "0.13.0",
"version": "0.14.0",
"workspaces": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.13.0",
"version": "0.14.0",
"bin": {
"zcloak-ci-ghact-build": "./scripts/zcloak-ci-ghact-build.mjs",
"zcloak-dev-build-ts": "./scripts/zcloak-dev-build-ts.mjs",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@zcloak/lint": "0.13.0",
"@zcloak/lint": "0.14.0",
"babel-jest": "^29.4.1",
"babel-plugin-module-extension-resolver": "^1.0.0",
"babel-plugin-module-resolver": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.13.0",
"version": "0.14.0",
"dependencies": {
"chalk": "^5.2.0",
"glob": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3676,7 +3676,7 @@ __metadata:
"@types/yargs": ^17.0.22
"@typescript-eslint/eslint-plugin": ^5.50.0
"@typescript-eslint/parser": ^5.50.0
"@zcloak/lint": 0.13.0
"@zcloak/lint": 0.14.0
babel-jest: ^29.4.1
babel-plugin-module-extension-resolver: ^1.0.0
babel-plugin-module-resolver: ^5.0.0
Expand Down Expand Up @@ -3745,7 +3745,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zcloak/lint@0.13.0, @zcloak/lint@workspace:packages/lint":
"@zcloak/lint@0.14.0, @zcloak/lint@workspace:packages/lint":
version: 0.0.0-use.local
resolution: "@zcloak/lint@workspace:packages/lint"
dependencies:
Expand Down

0 comments on commit 88f3bc4

Please sign in to comment.