@stackshift-ui/tailwind-config 2.0.8-beta.1 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @stackshift-ui/tailwind-config
2
2
 
3
+ ## 2.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - f48df11: resolve footer build error
8
+ - 0f448cd: revert padding changes
9
+ - 9ed91d0: additional qa/qc UI fixes
10
+
11
+ ## 2.0.8-beta.2
12
+
13
+ ### Patch Changes
14
+
15
+ - revert padding changes
16
+
3
17
  ## 2.0.8-beta.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackshift-ui/tailwind-config",
3
- "version": "2.0.8-beta.1",
3
+ "version": "2.0.8",
4
4
  "private": false,
5
5
  "exports": {
6
6
  "./tailwind": "./tailwind.config.ts",
@@ -10,6 +10,6 @@
10
10
  "tailwindcss": "^3.4.1"
11
11
  },
12
12
  "devDependencies": {
13
- "@stackshift-ui/typescript-config": "6.0.10-beta.1"
13
+ "@stackshift-ui/typescript-config": "6.0.10"
14
14
  }
15
15
  }