Skip to content

Commit d0a5a87

Browse files
chore(release): @anolilab/[email protected] [skip ci]\n\n## @anolilab/prettier-config [5.0.10](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 024a17b commit d0a5a87

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

packages/prettier-config/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## @anolilab/prettier-config [5.0.10](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/prettier-config [5.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-27)
216

317

packages/prettier-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/prettier-config",
3-
"version": "5.0.9",
3+
"version": "5.0.10",
44
"description": "Prettier shareable config for Anolilab.",
55
"keywords": [
66
"css",
@@ -57,10 +57,10 @@
5757
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
5858
},
5959
"dependencies": {
60-
"@anolilab/package-json-utils": "3.0.6"
60+
"@anolilab/package-json-utils": "3.0.7"
6161
},
6262
"devDependencies": {
63-
"@anolilab/semantic-release-preset": "7.0.4",
63+
"@anolilab/semantic-release-preset": "7.0.5",
6464
"prettier": "^3.0.3",
6565
"rimraf": "^5.0.5",
6666
"semantic-release": "^21.1.2",

0 commit comments

Comments
 (0)