Skip to content

Commit

Permalink
chore: release/stable 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2023
1 parent 8cdf3e7 commit 44e46bd
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 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.1](https://github.com/zCloak-Network/toolkit/compare/v0.14.0...v0.14.1) (2023-02-06)


### Bug Fixes

* **zcloak-dev-version:** fix the script will update dependencies with workspace protocol. ([8cdf3e7](https://github.com/zCloak-Network/toolkit/commit/8cdf3e7565d0810b8530f965f850f0c94d3c7a99))


## [0.14.0](https://github.com/zCloak-Network/toolkit/compare/v0.13.0...v0.14.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.14.0",
"version": "0.14.1",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion 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.14.0",
"version": "0.14.1",
"bin": {
"zcloak-ci-ghact-build": "./scripts/zcloak-ci-ghact-build.mjs",
"zcloak-dev-build-ts": "./scripts/zcloak-dev-build-ts.mjs",
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.14.0",
"version": "0.14.1",
"dependencies": {
"chalk": "^5.2.0",
"glob": "^8.1.0",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,19 @@ __metadata:
languageName: unknown
linkType: soft

"@zcloak/[email protected], @zcloak/lint@workspace:packages/lint":
"@zcloak/lint@npm:0.14.0":
version: 0.14.0
resolution: "@zcloak/lint@npm:0.14.0"
dependencies:
chalk: ^5.2.0
glob: ^8.1.0
parse-imports-ts: ^1.0.3
throat: ^6.0.2
checksum: d091d828406c391e827314e13b0d18d4c41148c13eb0620c5797b4f0fb6c1addca8c40e9e94acac6df04f51859132540970cf92c55d55d2c54b774cf89844d7c
languageName: node
linkType: hard

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

0 comments on commit 44e46bd

Please sign in to comment.