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