@opensaas/stack-ui 0.1.5 → 0.1.7

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.
@@ -1,10 +1,10 @@
1
1
 
2
- > @opensaas/stack-ui@0.1.5 build /home/runner/work/stack/stack/packages/ui
2
+ > @opensaas/stack-ui@0.1.7 build /home/runner/work/stack/stack/packages/ui
3
3
  > tsc && npm run build:css
4
4
 
5
5
  npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
6
6
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
7
7
 
8
- > @opensaas/stack-ui@0.1.5 build:css
8
+ > @opensaas/stack-ui@0.1.7 build:css
9
9
  > mkdir -p dist/styles && postcss ./src/styles/globals.css -o ./dist/styles/globals.css
10
10
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @opensaas/stack-ui
2
2
 
3
+ ## 0.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [372d467]
8
+ - @opensaas/stack-core@0.1.7
9
+
10
+ ## 0.1.6
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [39996ca]
15
+ - Updated dependencies [39996ca]
16
+ - @opensaas/stack-core@0.1.6
17
+
3
18
  ## 0.1.5
4
19
 
5
20
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Composable React UI components for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "next": "^15.0.0 || ^16.0.0",
55
55
  "react": "^19.0.0",
56
56
  "react-dom": "^19.0.0",
57
- "@opensaas/stack-core": "0.1.5"
57
+ "@opensaas/stack-core": "0.1.7"
58
58
  },
59
59
  "dependencies": {
60
60
  "@radix-ui/react-checkbox": "^1.3.3",
@@ -68,7 +68,7 @@
68
68
  "class-variance-authority": "^0.7.1",
69
69
  "clsx": "^2.1.1",
70
70
  "date-fns": "^4.1.0",
71
- "lucide-react": "^0.552.0",
71
+ "lucide-react": "^0.553.0",
72
72
  "react-hook-form": "^7.54.2",
73
73
  "tailwind-merge": "^3.3.1"
74
74
  },
@@ -88,7 +88,7 @@
88
88
  "tailwindcss": "^4.0.0",
89
89
  "typescript": "^5.9.3",
90
90
  "vitest": "^4.0.0",
91
- "@opensaas/stack-core": "0.1.5"
91
+ "@opensaas/stack-core": "0.1.7"
92
92
  },
93
93
  "scripts": {
94
94
  "build": "tsc && npm run build:css",