@storm-software/prettier 0.12.0 → 0.13.0
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 +15 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,37 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.13.0 (2024-07-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
- **
|
|
6
|
+
- **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
|
|
7
7
|
|
|
8
|
-
## 0.
|
|
8
|
+
## 0.12.0 (2024-07-29)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
9
11
|
|
|
12
|
+
- **prettier:** Added `prettier-plugin-solidity` configuration
|
|
13
|
+
([2f20befd](https://github.com/storm-software/storm-ops/commit/2f20befd))
|
|
14
|
+
|
|
15
|
+
## 0.11.1 (2024-07-23)
|
|
10
16
|
|
|
11
17
|
### Bug Fixes
|
|
12
18
|
|
|
13
|
-
- **eslint:** Resolve issues with `json` plugin config spread
|
|
19
|
+
- **eslint:** Resolve issues with `json` plugin config spread
|
|
20
|
+
([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
|
|
14
21
|
|
|
15
22
|
## 0.11.0 (2024-07-23)
|
|
16
23
|
|
|
17
|
-
|
|
18
24
|
### Features
|
|
19
25
|
|
|
20
|
-
- **prettier:** Export default `config.json` and `tailwindcss.json` from package
|
|
26
|
+
- **prettier:** Export default `config.json` and `tailwindcss.json` from package
|
|
27
|
+
([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
|
|
21
28
|
|
|
22
29
|
## 0.10.0 (2024-07-23)
|
|
23
30
|
|
|
24
|
-
|
|
25
31
|
### Features
|
|
26
32
|
|
|
27
|
-
- **prettier:** Added the `prettier-plugin-organize-imports` plugin
|
|
33
|
+
- **prettier:** Added the `prettier-plugin-organize-imports` plugin
|
|
34
|
+
([1f7b24ee](https://github.com/storm-software/storm-ops/commit/1f7b24ee))
|
|
28
35
|
|
|
29
36
|
## 0.9.0 (2024-07-16)
|
|
30
37
|
|
package/package.json
CHANGED