@terrazzo/plugin-css 0.0.9 → 0.0.10

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 +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
1
+ # @terrazzo/plugin-css
2
+
3
+ ## 0.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#285](https://github.com/terrazzoapp/terrazzo/pull/285) [`e8a0df1`](https://github.com/terrazzoapp/terrazzo/commit/e8a0df1f3b50cf7cb292bcc475aae271feae4569) Thanks [@drwpow](https://github.com/drwpow)! - Add support for multiple token files
8
+
9
+ - Updated dependencies [[`e8a0df1`](https://github.com/terrazzoapp/terrazzo/commit/e8a0df1f3b50cf7cb292bcc475aae271feae4569)]:
10
+ - @terrazzo/token-tools@0.0.6
11
+ - @terrazzo/parser@0.0.12
12
+ - @terrazzo/cli@0.0.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/plugin-css",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Convert DTCG tokens into CSS variables for use in any web application or native app with webview.",
5
5
  "type": "module",
6
6
  "author": {
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "scule": "^1.3.0",
30
- "@terrazzo/parser": "^0.0.11",
31
- "@terrazzo/token-tools": "^0.0.5"
30
+ "@terrazzo/parser": "^0.0.12",
31
+ "@terrazzo/token-tools": "^0.0.6"
32
32
  },
33
33
  "devDependencies": {
34
- "@terrazzo/cli": "^0.0.11"
34
+ "@terrazzo/cli": "^0.0.12"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "pnpm run build:clean && pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-css dist/index.js",