@stackframe/stack-ui 2.8.52 → 2.8.55

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 +23 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @stackframe/stack-ui
2
2
 
3
+ ## 2.8.55
4
+
5
+ ### Patch Changes
6
+
7
+ - Various changes
8
+ - Updated dependencies
9
+ - @stackframe/stack-shared@2.8.55
10
+
11
+ ## 2.8.54
12
+
13
+ ### Patch Changes
14
+
15
+ - Various changes
16
+ - Updated dependencies
17
+ - @stackframe/stack-shared@2.8.54
18
+
19
+ ## 2.8.53
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @stackframe/stack-shared@2.8.53
25
+
3
26
  ## 2.8.52
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack-ui",
3
- "version": "2.8.52",
3
+ "version": "2.8.55",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "sideEffects": false,
@@ -76,13 +76,13 @@
76
76
  "react-hook-form": "^7.53.1",
77
77
  "react-resizable-panels": "^2.1.6",
78
78
  "tailwind-merge": "^2.5.4",
79
- "@stackframe/stack-shared": "2.8.52"
79
+ "@stackframe/stack-shared": "2.8.55"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/react": "^19.0.0",
83
83
  "@types/react-dom": "^19.0.0",
84
- "react": "^19.0.0",
85
- "react-dom": "^19.0.0",
84
+ "react": "^19.0.1",
85
+ "react-dom": "^19.0.1",
86
86
  "rimraf": "^5.0.10"
87
87
  },
88
88
  "scripts": {