@terrazzo/plugin-tailwind 2.2.0 → 2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @terrazzo/plugin-tailwind
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#769](https://github.com/terrazzoapp/terrazzo/pull/769) [`96972d4`](https://github.com/terrazzoapp/terrazzo/commit/96972d4d4aee14a7ca290864c275a48e8f9139ba) Thanks [@drwpow](https://github.com/drwpow)! - [plugin-css]: Minor breaking change: inherit `alphabetize` from options
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`96972d4`](https://github.com/terrazzoapp/terrazzo/commit/96972d4d4aee14a7ca290864c275a48e8f9139ba), [`77fc2e9`](https://github.com/terrazzoapp/terrazzo/commit/77fc2e97b3b15c9b4dcb9a66d796438c9fc482a7), [`a9a6bdc`](https://github.com/terrazzoapp/terrazzo/commit/a9a6bdc6f42977d13069ce1d87f3ac26a513099f)]:
12
+ - @terrazzo/plugin-css@2.3.0
13
+ - @terrazzo/cli@2.3.0
14
+ - @terrazzo/parser@2.3.0
15
+ - @terrazzo/token-tools@2.3.0
16
+
3
17
  ## 2.2.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/plugin-tailwind",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Generate Tailwind v4 theme using DTCG design tokens.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -28,21 +28,21 @@
28
28
  },
29
29
  "peerDependencies": {
30
30
  "tailwindcss": "^4.0.0",
31
- "@terrazzo/cli": "^2.2.0",
32
- "@terrazzo/parser": "^2.2.0",
33
- "@terrazzo/plugin-css": "^2.2.0",
34
- "@terrazzo/token-tools": "^2.2.0"
31
+ "@terrazzo/cli": "^2.3.0",
32
+ "@terrazzo/parser": "^2.3.0",
33
+ "@terrazzo/plugin-css": "^2.3.0",
34
+ "@terrazzo/token-tools": "^2.3.0"
35
35
  },
36
36
  "dependencies": {
37
- "@terrazzo/token-tools": "^2.2.0"
37
+ "@terrazzo/token-tools": "^2.3.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@tailwindcss/cli": "^4.3.0",
41
41
  "dtcg-examples": "^1.0.3",
42
42
  "tailwindcss": "^4.3.0",
43
- "@terrazzo/cli": "^2.2.0",
44
- "@terrazzo/parser": "^2.2.0",
45
- "@terrazzo/plugin-css": "^2.2.0"
43
+ "@terrazzo/cli": "^2.3.0",
44
+ "@terrazzo/parser": "^2.3.0",
45
+ "@terrazzo/plugin-css": "^2.3.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "rolldown -c && attw --profile esm-only --pack .",