@terrazzo/plugin-sass 0.1.1 → 0.2.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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @terrazzo/plugin-sass@0.1.1 build /home/runner/work/terrazzo/terrazzo/packages/plugin-sass
2
+ > @terrazzo/plugin-sass@0.2.0 build /home/runner/work/terrazzo/terrazzo/packages/plugin-sass
3
3
  > pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-sass dist/index.js
4
4
 
5
5
 
6
- > @terrazzo/plugin-sass@0.1.1 build:ts /home/runner/work/terrazzo/terrazzo/packages/plugin-sass
6
+ > @terrazzo/plugin-sass@0.2.0 build:ts /home/runner/work/terrazzo/terrazzo/packages/plugin-sass
7
7
  > tsc -p tsconfig.build.json
8
8
 
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @terrazzo/plugin-sass
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Reconcile types with latest changes from @terrazzo/cli and @terrazzo/parser
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### 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.2.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.2.8",
27
+ "@terrazzo/plugin-css": "^0.2.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/plugin-css": "^0.2.0",
31
+ "@terrazzo/cli": "^0.2.8",
32
+ "@terrazzo/parser": "^0.2.8",
33
+ "@terrazzo/token-tools": "^0.2.8"
36
34
  },
37
35
  "scripts": {
38
36
  "build": "pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-sass dist/index.js",