@ukic/react 2.37.2 → 2.38.1
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/README.md +1 -1
- 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
|
|
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.
|
|
6
|
+
"version": "2.38.1",
|
|
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.
|
|
49
|
+
"@ukic/web-components": "^2.38.1"
|
|
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": "
|
|
116
|
+
"gitHead": "7103c3494f67cad0be1b98881f257c0954163610"
|
|
117
117
|
}
|