@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,30 +1,37 @@
1
- ## 0.12.0 (2024-07-29)
1
+ ## 0.13.0 (2024-07-29)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- - **prettier:** Added `prettier-plugin-solidity` configuration ([2f20befd](https://github.com/storm-software/storm-ops/commit/2f20befd))
6
+ - **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
7
7
 
8
- ## 0.11.1 (2024-07-23)
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 ([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
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 ([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
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 ([1f7b24ee](https://github.com/storm-software/storm-ops/commit/1f7b24ee))
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {