@storm-software/tsconfig 0.15.0 → 0.17.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 +18 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
- ## 0.15.0 (2024-07-29)
1
+ ## 0.17.0 (2024-07-29)
2
+
3
+
4
+ ### Features
5
+
6
+ - **build-tools:** Update unbuild process to use the `tsconfck` package ([d0e4dbf6](https://github.com/storm-software/storm-ops/commit/d0e4dbf6))
7
+
8
+ ## 0.16.0 (2024-07-29)
2
9
 
3
10
 
4
11
  ### Features
5
12
 
6
- - **tsconfig:** Added the `core` shared TypeScript configuration file ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
13
+ - **tsconfig:** Added an accurate package description ([b95b0987](https://github.com/storm-software/storm-ops/commit/b95b0987))
14
+
15
+ - **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
16
+
17
+ ## 0.15.0 (2024-07-29)
18
+
19
+ ### Features
20
+
21
+ - **tsconfig:** Added the `core` shared TypeScript configuration file
22
+ ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
7
23
 
8
24
  ## 0.14.0 (2024-07-17)
9
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.15.0",
3
+ "version": "0.17.0",
4
4
  "description": "⚡ A package containing shared `tsconfig.json` files used in various other repositories by Storm Software.",
5
5
  "repository": {
6
6
  "type": "github",