@stackshift-ui/tailwind-config 3.0.0-beta.6 → 3.0.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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @stackshift-ui/tailwind-config
2
2
 
3
+ ## 3.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 9f1a207: beta updates
8
+
9
+ ### Minor Changes
10
+
11
+ - 7fbe304: shadcn migration
12
+ - b62501c: Packages updates and fixes
13
+
14
+ ### Patch Changes
15
+
16
+ - fe05f8c: fixed dist folder not included in package
17
+ - 9b890ff: bump pre publish version
18
+ - 26e5867: bump patch pkg version
19
+ - 90a34f2: bump packages version
20
+
3
21
  ## 3.0.0-beta.6
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackshift-ui/tailwind-config",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0",
4
4
  "private": false,
5
5
  "exports": {
6
6
  "./tailwind": "./tailwind.config.ts",