@anolilab/prettier-config 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -3
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
|
+
## @anolilab/prettier-config [8.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@8.0.0...@anolilab/prettier-config@8.0.1) (2026-01-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update package versions and configurations ([6a83bb6](https://github.com/anolilab/javascript-style-guide/commit/6a83bb692298f0f037c4af6e5830865cb0a6d847))
|
|
6
|
+
|
|
1
7
|
## @anolilab/prettier-config [8.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@7.0.0...@anolilab/prettier-config@8.0.0) (2025-12-22)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
|
4
10
|
|
|
5
|
-
|
|
11
|
+
- update package versions and configurations ([ad6cb2c](https://github.com/anolilab/javascript-style-guide/commit/ad6cb2c90ed4049ea8f136c583c0db1e477b20e7))
|
|
6
12
|
|
|
7
13
|
### Styles
|
|
8
14
|
|
|
9
|
-
|
|
15
|
+
- update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
|
|
10
16
|
|
|
11
17
|
### Miscellaneous Chores
|
|
12
18
|
|
|
13
|
-
|
|
19
|
+
- update configuration and scripts ([5d6a44f](https://github.com/anolilab/javascript-style-guide/commit/5d6a44f99568b5f67939dfc52047fa742fd2bf58))
|
|
14
20
|
|
|
15
21
|
## @anolilab/prettier-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.8...@anolilab/prettier-config@7.0.0) (2025-12-10)
|
|
16
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/prettier-config",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Prettier shareable config for Anolilab.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -74,5 +74,7 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public",
|
|
76
76
|
"provenance": true
|
|
77
|
-
}
|
|
77
|
+
},
|
|
78
|
+
"dependencies": {},
|
|
79
|
+
"optionalDependencies": {}
|
|
78
80
|
}
|