@terrazzo/plugin-sass 0.1.1 → 0.3.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @terrazzo/plugin-sass
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#391](https://github.com/terrazzoapp/terrazzo/pull/391) [`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1) Thanks [@drwpow](https://github.com/drwpow)! - ⚠️ Breaking change: Remove dash around numbers in CSS var names
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`8e6810c`](https://github.com/terrazzoapp/terrazzo/commit/8e6810c33aded376aca58ebf2f28ad20aa3a06b1)]:
12
+ - @terrazzo/cli@0.3.0
13
+ - @terrazzo/plugin-css@0.3.0
14
+
15
+ ## 0.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - Reconcile types with latest changes from @terrazzo/cli and @terrazzo/parser
20
+
3
21
  ## 0.1.1
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@terrazzo/plugin-sass",
3
3
  "description": "Generate scss/sass from your design tokens schema (requires @terrazzo/cli)",
4
- "version": "0.1.1",
4
+ "version": "0.3.0",
5
5
  "type": "module",
6
6
  "author": {
7
7
  "name": "Drew Powers",
@@ -23,16 +23,14 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "peerDependencies": {
26
- "@terrazzo/cli": "^0.1.3",
27
- "@terrazzo/plugin-css": "^0.1.2"
28
- },
29
- "dependencies": {
30
- "@terrazzo/token-tools": "^0.1.3"
26
+ "@terrazzo/cli": "^0.3.0",
27
+ "@terrazzo/plugin-css": "^0.3.0"
31
28
  },
32
29
  "devDependencies": {
33
- "@terrazzo/cli": "^0.1.3",
34
- "@terrazzo/parser": "^0.1.3",
35
- "@terrazzo/plugin-css": "^0.1.2"
30
+ "@terrazzo/cli": "^0.3.0",
31
+ "@terrazzo/parser": "^0.3.0",
32
+ "@terrazzo/plugin-css": "^0.3.0",
33
+ "@terrazzo/token-tools": "^0.3.0"
36
34
  },
37
35
  "scripts": {
38
36
  "build": "pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-sass dist/index.js",
@@ -1,12 +0,0 @@
1
-
2
- > @terrazzo/plugin-sass@0.1.1 build /home/runner/work/terrazzo/terrazzo/packages/plugin-sass
3
- > pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-sass dist/index.js
4
-
5
-
6
- > @terrazzo/plugin-sass@0.1.1 build:ts /home/runner/work/terrazzo/terrazzo/packages/plugin-sass
7
- > tsc -p tsconfig.build.json
8
-
9
-
10
- > @terrazzo/monorepo@ inject-license /home/runner/work/terrazzo/terrazzo
11
- > node scripts/inject-license.js "@terrazzo/plugin-sass" "dist/index.js"
12
-