@kubit-ui-web/react-components 2.0.0-beta.50 → 2.0.0-beta.51

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.51
4
+
5
+ ### Major Changes
6
+
7
+ - Modify changelog showing links (#58)
8
+
3
9
  ## 2.0.0-beta.50
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.50",
3
+ "version": "2.0.0-beta.51",
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",
@@ -171,7 +171,7 @@
171
171
  "vite-plugin-dts": "^4.5.4",
172
172
  "vitest": "^4.0.18",
173
173
  "vitest-axe": "^0.1.0",
174
- "@kubit-ui-web/design-system": "2.0.0-beta.7"
174
+ "@kubit-ui-web/design-system": "2.0.0-beta.8"
175
175
  },
176
176
  "publishConfig": {
177
177
  "access": "public",