Skip to content

Commit

Permalink
chore: release/stable 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 15, 2022
1 parent 7323b4c commit 3452105
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.12.0](https://github.com/zCloak-Network/toolkit/compare/v0.11.3...v0.12.0) (2022-12-15)


### Features

* upgrade deps ([7323b4c](https://github.com/zCloak-Network/toolkit/commit/7323b4cd3c85268c327468c2a8bcdee77333fcdd))


## [0.11.3](https://github.com/zCloak-Network/toolkit/compare/v0.11.2...v0.11.3) (2022-12-09)


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.11.3",
"version": "0.12.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.11.3",
"version": "0.12.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 @@ -61,7 +61,7 @@
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@zcloak/lint": "0.11.3",
"@zcloak/lint": "0.12.0",
"babel-jest": "^29.3.1",
"babel-plugin-module-extension-resolver": "^1.0.0-rc.2",
"babel-plugin-module-resolver": "^4.1.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.11.3",
"version": "0.12.0",
"dependencies": {
"chalk": "^5.2.0",
"glob": "^8.0.3",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3773,7 +3773,7 @@ __metadata:
"@types/yargs": ^17.0.17
"@typescript-eslint/eslint-plugin": ^5.46.1
"@typescript-eslint/parser": ^5.46.1
"@zcloak/lint": 0.11.3
"@zcloak/lint": 0.12.0
babel-jest: ^29.3.1
babel-plugin-module-extension-resolver: ^1.0.0-rc.2
babel-plugin-module-resolver: ^4.1.0
Expand Down Expand Up @@ -3845,7 +3845,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zcloak/lint@0.11.3, @zcloak/lint@workspace:packages/lint":
"@zcloak/lint@0.12.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 3452105

Please sign in to comment.