@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.
- package/CHANGELOG.md +18 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
|
-
## 0.
|
|
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
|
|
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