@ukic/react 2.37.1 → 2.38.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -69,7 +69,7 @@ We have a couple of resources to help you with contributing.
69
69
 
70
70
  ## Changelog
71
71
 
72
- For a comprehensive changelog of the React components, please read the web components [CHANGELOG](https://github.com/mi6/ic-ui-kit/blob/main/packages/web-components/CHANGELOG.md). The released updates made to the web components are reflected on the React components.
72
+ For a comprehensive changelog of the React components, please read the [Web Components CHANGELOG](https://github.com/mi6/ic-ui-kit/blob/main/packages/web-components/CHANGELOG.md). The released updates made to the web components are reflected on the React components.
73
73
 
74
74
  ## Security
75
75
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "2.37.1",
6
+ "version": "2.38.0",
7
7
  "description": "React-wrapped web components compiled using StencilJS",
8
8
  "author": "mi6",
9
9
  "bugs": {
@@ -46,7 +46,7 @@
46
46
  "dist/"
47
47
  ],
48
48
  "dependencies": {
49
- "@ukic/web-components": "^2.37.1"
49
+ "@ukic/web-components": "^2.38.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@babel/core": "^7.26.7",
@@ -113,5 +113,5 @@
113
113
  },
114
114
  "license": "MIT",
115
115
  "packageManager": "^npm@10.9.2",
116
- "gitHead": "57c92bd6e5ec9649c60d0231067852679af99def"
116
+ "gitHead": "90c8705913c4c507424803ba2cc9170692081bd1"
117
117
  }