Skip to content

Commit 024a17b

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/lint-staged-config [2.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-29)
### Bug Fixes * Update dependencies to latest versions ([6cdc09b](6cdc09b)) ### Dependencies * **@anolilab/package-json-utils:** upgraded to 3.0.7 * **@anolilab/semantic-release-preset:** upgraded to 7.0.5
1 parent 7f937e6 commit 024a17b

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

packages/lint-staged-config/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @anolilab/lint-staged-config [2.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Update dependencies to latest versions ([6cdc09b](https://github.com/anolilab/javascript-style-guide/commit/6cdc09b5b9319ee7cc327b025c235972aa6be04f))
7+
8+
9+
10+
### Dependencies
11+
12+
* **@anolilab/package-json-utils:** upgraded to 3.0.7
13+
* **@anolilab/semantic-release-preset:** upgraded to 7.0.5
14+
115
## @anolilab/lint-staged-config [2.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-27)
216

317

packages/lint-staged-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/lint-staged-config",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Shareable Lint-Staged Config for any project.",
55
"keywords": [
66
"anolilab",
@@ -94,13 +94,13 @@
9494
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
9595
},
9696
"dependencies": {
97-
"@anolilab/package-json-utils": "3.0.6",
97+
"@anolilab/package-json-utils": "3.0.7",
9898
"cross-env": "^7.0.3",
9999
"find-up": "5.0.0",
100100
"shell-quote": "^1.8.1"
101101
},
102102
"devDependencies": {
103-
"@anolilab/semantic-release-preset": "7.0.4",
103+
"@anolilab/semantic-release-preset": "7.0.5",
104104
"@total-typescript/ts-reset": "^0.5.1",
105105
"@types/lint-staged": "^13.2.0",
106106
"@types/shell-quote": "^1.7.2",

0 commit comments

Comments
 (0)