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