@spaced-out/ui-design-system 0.3.50 → 0.3.51-beta.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.
- package/CHANGELOG.md +7 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.3.51-beta.0](https://github.com/spaced-out/ui-design-system/compare/v0.3.50...v0.3.51-beta.0) (2025-07-09)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* react 19 version upgrade ([#366](https://github.com/spaced-out/ui-design-system/issues/366)) ([c798677](https://github.com/spaced-out/ui-design-system/commit/c798677ba648cb3a32b54c67d92a776b04e23932))
|
|
11
|
+
|
|
5
12
|
### [0.3.50](https://github.com/spaced-out/ui-design-system/compare/v0.3.49...v0.3.50) (2025-07-04)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spaced-out/ui-design-system",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Sense UI components library",
|
|
6
6
|
"author": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"Sense"
|
|
41
41
|
],
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"react": ">=
|
|
44
|
-
"react-dom": ">=
|
|
43
|
+
"react": ">=19.1.0",
|
|
44
|
+
"react-dom": ">=19.1.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@floating-ui/react": "^0.24.0",
|
|
@@ -99,8 +99,8 @@
|
|
|
99
99
|
"lint-staged": "^10.5.1",
|
|
100
100
|
"paths.macro": "^3.0.1",
|
|
101
101
|
"prettier": "^2.5.1",
|
|
102
|
-
"react": "
|
|
103
|
-
"react-dom": "
|
|
102
|
+
"react": "^19.1.0",
|
|
103
|
+
"react-dom": "^19.1.0",
|
|
104
104
|
"rimraf": "^3.0.2",
|
|
105
105
|
"simple-git": "^3.12.0",
|
|
106
106
|
"standard-version": "^9.5.0",
|