@kubit-ui-web/react-components 2.0.0-beta.68 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ## 2.0.0-beta.68
4
10
 
5
11
  ### 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.68",
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",
@@ -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.28"
175
+ "@kubit-ui-web/design-system": "2.0.0-beta.29"
176
176
  },
177
177
  "publishConfig": {
178
178
  "access": "public",