@terrazzo/plugin-sass 2.0.2 → 2.0.3
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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @terrazzo/plugin-sass
|
|
2
2
|
|
|
3
|
+
## 2.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#726](https://github.com/terrazzoapp/terrazzo/pull/726) [`b326bd6`](https://github.com/terrazzoapp/terrazzo/commit/b326bd63b2f701707d0501675bde6d9b091de8fa) Thanks [@drwpow](https://github.com/drwpow)! - Improve token aliases where the primitive or primary has token, but aliases do not. This leads to dropped tokens in all plugins.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`b326bd6`](https://github.com/terrazzoapp/terrazzo/commit/b326bd63b2f701707d0501675bde6d9b091de8fa)]:
|
|
10
|
+
- @terrazzo/plugin-css@2.0.3
|
|
11
|
+
- @terrazzo/parser@2.0.3
|
|
12
|
+
- @terrazzo/cli@2.0.3
|
|
13
|
+
- @terrazzo/token-tools@2.0.3
|
|
14
|
+
|
|
3
15
|
## 2.0.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terrazzo/plugin-sass",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Generate .scss from your DTCG design tokens JSON.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
"directory": "packages/plugin-sass"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@terrazzo/cli": "^2.0.
|
|
31
|
-
"@terrazzo/parser": "^2.0.
|
|
32
|
-
"@terrazzo/plugin-css": "^2.0.
|
|
30
|
+
"@terrazzo/cli": "^2.0.3",
|
|
31
|
+
"@terrazzo/parser": "^2.0.3",
|
|
32
|
+
"@terrazzo/plugin-css": "^2.0.3"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@terrazzo/token-tools": "^2.0.
|
|
35
|
+
"@terrazzo/token-tools": "^2.0.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@terrazzo/cli": "^2.0.
|
|
39
|
-
"@terrazzo/parser": "^2.0.
|
|
40
|
-
"@terrazzo/plugin-css": "^2.0.
|
|
38
|
+
"@terrazzo/cli": "^2.0.3",
|
|
39
|
+
"@terrazzo/parser": "^2.0.3",
|
|
40
|
+
"@terrazzo/plugin-css": "^2.0.3"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "rolldown -c && attw --profile esm-only --pack .",
|