@spark-ui/tailwind-plugins 2.10.5 → 2.10.8

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
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.10.8](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.7...@spark-ui/tailwind-plugins@2.10.8) (2023-05-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ - force new release to all packages ([d7f5136](https://github.com/adevinta/spark/commit/d7f513698cf48dd9c102fafaeb336096818c6b2b))
11
+
12
+ ## [2.10.7](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.6...@spark-ui/tailwind-plugins@2.10.7) (2023-05-09)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **tailwind-plugins:** fix deps ([af16c34](https://github.com/adevinta/spark/commit/af16c34197c73e4fc1bc1e78dadf335e3c7475f8))
17
+
18
+ ## [2.10.6](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.5...@spark-ui/tailwind-plugins@2.10.6) (2023-05-09)
19
+
20
+ **Note:** Version bump only for package @spark-ui/tailwind-plugins
21
+
6
22
  ## [2.10.5](https://github.com/adevinta/spark/compare/@spark-ui/tailwind-plugins@2.10.4...@spark-ui/tailwind-plugins@2.10.5) (2023-05-05)
7
23
 
8
24
  **Note:** Version bump only for package @spark-ui/tailwind-plugins
package/index.doc.mdx CHANGED
@@ -1,10 +1,10 @@
1
1
  import { Meta } from '@storybook/blocks'
2
2
 
3
- <Meta title="utils/Tailwind plugins" />
3
+ <Meta title="utils/Tailwind plugins/Index" />
4
4
 
5
5
  # Tailwind plugins
6
6
 
7
- Below is a list of our Tailwind plugins:
7
+ Below there is a list of our Tailwind plugins:
8
8
 
9
9
  - [spark config](?path=/docs/utils-tailwind-plugins-spark-config--docs)
10
10
  - [spark theme](?path=/docs/utils-tailwind-plugins-spark-theme--docs)
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@spark-ui/tailwind-plugins",
3
- "version": "2.10.5",
3
+ "version": "2.10.8",
4
4
  "description": "Spark Tailwind plugins",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "main": "index.js",
9
9
  "dependencies": {
10
- "@spark-ui/theme-utils": "^2.15.0",
11
- "tailwindcss-radix": "^2.8.0"
10
+ "@spark-ui/theme-utils": "^2.15.3",
11
+ "tailwindcss-radix": "2.8.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "tailwindcss": "^3.0.0"
14
+ "tailwindcss": "3.0.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -23,5 +23,5 @@
23
23
  },
24
24
  "homepage": "https://sparkui.vercel.app",
25
25
  "license": "MIT",
26
- "gitHead": "962bd71af1ebf058f8036037f7802cc0e4928de9"
26
+ "gitHead": "f83534112dc0eaf1fea3b747e5570fff39397b96"
27
27
  }