Skip to content

Commit

Permalink
chore: release/stable 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2022
1 parent 45c2f78 commit 4a63e42
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.11.1](https://github.com/zCloak-Network/toolkit/compare/v0.11.0...v0.11.1) (2022-12-09)


### Bug Fixes

* **ci:** use public folder exists instead .skip-lint ([45c2f78](https://github.com/zCloak-Network/toolkit/commit/45c2f786c72dea60fcdca159ea77135b883e2a92))


## [0.11.0](https://github.com/zCloak-Network/toolkit/compare/v0.10.5...v0.11.0) (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.0",
"version": "0.11.1",
"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.0",
"version": "0.11.1",
"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.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@zcloak/lint": "0.11.0",
"@zcloak/lint": "0.11.1",
"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.0",
"version": "0.11.1",
"dependencies": {
"chalk": "^5.1.2",
"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 @@ -3696,7 +3696,7 @@ __metadata:
"@types/yargs": ^17.0.8
"@typescript-eslint/eslint-plugin": ^5.42.1
"@typescript-eslint/parser": ^5.42.1
"@zcloak/lint": 0.11.0
"@zcloak/lint": 0.11.1
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 @@ -3768,7 +3768,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zcloak/[email protected].0, @zcloak/lint@workspace:packages/lint":
"@zcloak/[email protected].1, @zcloak/lint@workspace:packages/lint":
version: 0.0.0-use.local
resolution: "@zcloak/lint@workspace:packages/lint"
dependencies:
Expand Down

0 comments on commit 4a63e42

Please sign in to comment.