Skip to content

Commit

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


### Features

* **ci:** add .skip-lint file to skip lint dependencies ([6c02015](https://github.com/zCloak-Network/toolkit/commit/6c02015830dde1368f61ecfb894deebf8d4eca2a))


## [0.10.5](https://github.com/zCloak-Network/toolkit/compare/v0.10.4...v0.10.5) (2022-12-05)


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.10.5",
"version": "0.11.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.10.5",
"version": "0.11.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.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@zcloak/lint": "0.10.5",
"@zcloak/lint": "0.11.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.10.5",
"version": "0.11.0",
"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.10.5
"@zcloak/lint": 0.11.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 @@ -3768,7 +3768,7 @@ __metadata:
languageName: unknown
linkType: soft

"@zcloak/lint@0.10.5, @zcloak/lint@workspace:packages/lint":
"@zcloak/lint@0.11.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 87d94e6

Please sign in to comment.