@storm-software/tsconfig 0.15.0 → 0.16.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 +11 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
- ## 0.15.0 (2024-07-29)
1
+ ## 0.16.0 (2024-07-29)
2
+
3
+
4
+ ### Features
2
5
 
6
+ - **tsconfig:** Added an accurate package description ([b95b0987](https://github.com/storm-software/storm-ops/commit/b95b0987))
7
+
8
+ - **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
9
+
10
+ ## 0.15.0 (2024-07-29)
3
11
 
4
12
  ### Features
5
13
 
6
- - **tsconfig:** Added the `core` shared TypeScript configuration file ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
14
+ - **tsconfig:** Added the `core` shared TypeScript configuration file
15
+ ([de64188b](https://github.com/storm-software/storm-ops/commit/de64188b))
7
16
 
8
17
  ## 0.14.0 (2024-07-17)
9
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsconfig",
3
- "version": "0.15.0",
3
+ "version": "0.16.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",