@opensaas/stack-ui 0.10.0 → 0.11.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.
@@ -1,11 +1,11 @@
1
1
 
2
- > @opensaas/stack-ui@0.10.0 build /home/runner/work/stack/stack/packages/ui
2
+ > @opensaas/stack-ui@0.11.0 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 "npm-globalconfig". This will stop working in the next major version of npm.
7
7
  npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
8
8
 
9
- > @opensaas/stack-ui@0.10.0 build:css
9
+ > @opensaas/stack-ui@0.11.0 build:css
10
10
  > mkdir -p dist/styles && postcss ./src/styles/globals.css -o ./dist/styles/globals.css
11
11
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @opensaas/stack-ui
2
2
 
3
+ ## 0.11.0
4
+
3
5
  ## 0.10.0
4
6
 
5
7
  ## 0.9.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/stack-ui",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "Composable React UI components for OpenSaas Stack",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -94,7 +94,7 @@
94
94
  "tailwindcss": "^4.1.17",
95
95
  "typescript": "^5.9.3",
96
96
  "vitest": "^4.0.15",
97
- "@opensaas/stack-core": "0.10.0"
97
+ "@opensaas/stack-core": "0.11.0"
98
98
  },
99
99
  "scripts": {
100
100
  "build": "tsc && npm run build:css",