@terrazzo/plugin-tailwind 0.0.1 → 0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @terrazzo/plugin-tailwind
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`abc14c4`](https://github.com/terrazzoapp/terrazzo/commit/abc14c4f59f21a1c7d05d613dacdebcd9d512838)]:
8
+ - @terrazzo/cli@0.7.3
9
+ - @terrazzo/plugin-css@0.7.3
10
+ - @terrazzo/token-tools@0.7.3
11
+
12
+ ## 0.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#477](https://github.com/terrazzoapp/terrazzo/pull/477) [`0e24810`](https://github.com/terrazzoapp/terrazzo/commit/0e248106b313e363edcfb1a27d11de619133af03) Thanks [@dzonatan](https://github.com/dzonatan)! - [plugin-css] add `baseSelector` option to css plugin to allow changing the root selector
17
+
3
18
  ## 0.0.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terrazzo/plugin-tailwind",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "author": {
6
6
  "name": "Drew Powers",
@@ -27,13 +27,13 @@
27
27
  "tailwindcss": "^4.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "@terrazzo/token-tools": "^0.7.1"
30
+ "@terrazzo/token-tools": "^0.7.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "tailwindcss": "^4.1.5",
34
- "@terrazzo/cli": "^0.7.1",
35
- "@terrazzo/parser": "^0.7.1",
36
- "@terrazzo/plugin-css": "^0.7.1"
34
+ "@terrazzo/cli": "^0.7.3",
35
+ "@terrazzo/parser": "^0.7.2",
36
+ "@terrazzo/plugin-css": "^0.7.3"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "pnpm run build:ts && pnpm -w run inject-license @terrazzo/plugin-tailwind dist/index.js",