@uni-design-system/uni-react 11.0.0 → 11.1.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 +2 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @uni-design-system/uni-react
2
2
 
3
+ ## 11.1.0
4
+
3
5
  ## 11.0.0
4
6
 
5
7
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uni-design-system/uni-react",
3
- "version": "11.0.0",
3
+ "version": "11.1.0",
4
4
  "description": "EXPERIMENTAL — the React implementation of the Uni Design System. Version-matched to @uni-design-system/uni-angular but not at parity: a small subset of components, minimal tests. Not recommended for production.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -67,7 +67,7 @@
67
67
  "vite-plugin-dts": "^4.5.4",
68
68
  "vitest": "^4.1.5",
69
69
  "@uni-design-system/tsconfig": "0.1.0",
70
- "@uni-design-system/uni-core": "11.0.0"
70
+ "@uni-design-system/uni-core": "11.1.0"
71
71
  },
72
72
  "scripts": {
73
73
  "dev": "vite build --watch",