@storm-software/config-tools 1.63.0 → 1.64.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 +25 -18
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,61 +1,68 @@
1
- ## 1.63.0 (2024-07-29)
1
+ ## 1.64.0 (2024-07-29)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- - **tsconfig:** Added the `core` shared TypeScript configuration file ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
6
+ - **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
7
7
 
8
- ## 1.62.1 (2024-07-29)
8
+ ## 1.63.0 (2024-07-29)
9
9
 
10
+ ### Features
11
+
12
+ - **tsconfig:** Added the `core` shared TypeScript configuration file
13
+ ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
14
+
15
+ ## 1.62.1 (2024-07-29)
10
16
 
11
17
  ### Bug Fixes
12
18
 
13
- - **build-tools:** Resolve issue writing `include` paths ([63a1acb1](https://github.com/storm-software/storm-ops/commit/63a1acb1))
19
+ - **build-tools:** Resolve issue writing `include` paths
20
+ ([63a1acb1](https://github.com/storm-software/storm-ops/commit/63a1acb1))
14
21
 
15
22
  ## 1.62.0 (2024-07-29)
16
23
 
17
-
18
24
  ### Features
19
25
 
20
- - **build-tools:** Use `pkg-types` to extract TypeScript configurations ([989f81d8](https://github.com/storm-software/storm-ops/commit/989f81d8))
21
-
26
+ - **build-tools:** Use `pkg-types` to extract TypeScript configurations
27
+ ([989f81d8](https://github.com/storm-software/storm-ops/commit/989f81d8))
22
28
 
23
29
  ### Bug Fixes
24
30
 
25
- - **build-tools:** Resolve issues with TypeScript library paths in unbuild ([428265de](https://github.com/storm-software/storm-ops/commit/428265de))
26
-
31
+ - **build-tools:** Resolve issues with TypeScript library paths in unbuild
32
+ ([428265de](https://github.com/storm-software/storm-ops/commit/428265de))
27
33
 
28
34
  ### Documentation
29
35
 
30
- - **storm-ops:** Format monorepo projects' README.md files ([9dc9ac22](https://github.com/storm-software/storm-ops/commit/9dc9ac22))
36
+ - **storm-ops:** Format monorepo projects' README.md files
37
+ ([9dc9ac22](https://github.com/storm-software/storm-ops/commit/9dc9ac22))
31
38
 
32
39
  ## 1.61.0 (2024-07-28)
33
40
 
34
-
35
41
  ### Features
36
42
 
37
- - **build-tools:** Calculate the tsconfig paths during unbuild process ([469485ff](https://github.com/storm-software/storm-ops/commit/469485ff))
43
+ - **build-tools:** Calculate the tsconfig paths during unbuild process
44
+ ([469485ff](https://github.com/storm-software/storm-ops/commit/469485ff))
38
45
 
39
46
  ## 1.60.1 (2024-07-26)
40
47
 
41
-
42
48
  ### Bug Fixes
43
49
 
44
- - **storm-ops:** Resolved issue with missing token in CI action ([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
50
+ - **storm-ops:** Resolved issue with missing token in CI action
51
+ ([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
45
52
 
46
53
  ## 1.60.0 (2024-07-24)
47
54
 
48
-
49
55
  ### Features
50
56
 
51
- - **linting-tools:** Added choices and parsers to `manypkg` linter CLI ([9a545641](https://github.com/storm-software/storm-ops/commit/9a545641))
57
+ - **linting-tools:** Added choices and parsers to `manypkg` linter CLI
58
+ ([9a545641](https://github.com/storm-software/storm-ops/commit/9a545641))
52
59
 
53
60
  ## 1.59.0 (2024-07-19)
54
61
 
55
-
56
62
  ### Features
57
63
 
58
- - **workspace-tools:** Added the `clean-package` executor ([a1763e45](https://github.com/storm-software/storm-ops/commit/a1763e45))
64
+ - **workspace-tools:** Added the `clean-package` executor
65
+ ([a1763e45](https://github.com/storm-software/storm-ops/commit/a1763e45))
59
66
 
60
67
  ## 1.58.0 (2024-07-17)
61
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config-tools",
3
- "version": "1.63.0",
3
+ "version": "1.64.0",
4
4
  "description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
5
5
  "repository": {
6
6
  "type": "github",