@kubit-ui-web/react-components 2.0.0-beta.67 → 2.0.0-beta.69
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @kubit-ui-web/react-components
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.69
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- Merge branch 'feat/fix-rsstorybook-build' into break/2.0.0-venus-version
|
|
8
|
+
|
|
9
|
+
## 2.0.0-beta.68
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- Include rsstorybook
|
|
14
|
+
|
|
3
15
|
## 2.0.0-beta.67
|
|
4
16
|
|
|
5
17
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubit-ui-web/react-components",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.69",
|
|
4
4
|
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kubit",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@testing-library/react": "^16.3.2",
|
|
154
154
|
"@testing-library/user-event": "^14.6.1",
|
|
155
155
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
156
|
-
"@types/node": "^25.3.
|
|
156
|
+
"@types/node": "^25.3.2",
|
|
157
157
|
"@types/react": "^19.2.14",
|
|
158
158
|
"@types/react-dom": "^19.2.3",
|
|
159
159
|
"@types/testing-library__jest-dom": "^6.0.0",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"typescript-eslint": "^8.56.1",
|
|
173
173
|
"vitest": "^4.0.18",
|
|
174
174
|
"vitest-axe": "^0.1.0",
|
|
175
|
-
"@kubit-ui-web/design-system": "2.0.0-beta.
|
|
175
|
+
"@kubit-ui-web/design-system": "2.0.0-beta.29"
|
|
176
176
|
},
|
|
177
177
|
"publishConfig": {
|
|
178
178
|
"access": "public",
|