@terrazzo/token-tools 0.2.7 → 0.2.8

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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @terrazzo/token-tools@0.2.7 build /home/runner/work/terrazzo/terrazzo/packages/token-tools
2
+ > @terrazzo/token-tools@0.2.8 build /home/runner/work/terrazzo/terrazzo/packages/token-tools
3
3
  > pnpm run build:ts && pnpm -w run inject-license @terrazzo/token-tools dist/index.js
4
4
 
5
5
 
6
- > @terrazzo/token-tools@0.2.7 build:ts /home/runner/work/terrazzo/terrazzo/packages/token-tools
6
+ > @terrazzo/token-tools@0.2.8 build:ts /home/runner/work/terrazzo/terrazzo/packages/token-tools
7
7
  > tsc -p tsconfig.build.json
8
8
 
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @terrazzo/token-tools
2
2
 
3
+ ## 0.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#380](https://github.com/terrazzoapp/terrazzo/pull/380) [`a18c0a9`](https://github.com/terrazzoapp/terrazzo/commit/a18c0a972b6e6c19f2c0856e10326d96a838fcd2) Thanks [@drwpow](https://github.com/drwpow)! - Fix bug in normalize where modes were skipped over
8
+
3
9
  ## 0.2.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@terrazzo/token-tools",
3
3
  "description": "Various utilities for token types",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "author": {
6
6
  "name": "Drew Powers",
7
7
  "email": "drew@pow.rs"