@carbon-labs/react-ui-shell 0.17.0 → 0.18.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.
- package/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -74,6 +74,11 @@ before diving into our developer guide:
|
|
|
74
74
|
|
|
75
75
|
- [Developer Guide](https://github.com/carbon-design-system/carbon-labs/blob/main/docs/developing.md)
|
|
76
76
|
|
|
77
|
+
## 📖 Changelog
|
|
78
|
+
|
|
79
|
+
See the latest updates and version history in the
|
|
80
|
+
[changelog](https://github.com/carbon-design-system/carbon-labs/blob/main/packages/react/src/components/UIShell/CHANGELOG.md).
|
|
81
|
+
|
|
77
82
|
## 📝 License
|
|
78
83
|
|
|
79
84
|
Licensed under the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-labs/react-ui-shell",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.18.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ibm/telemetry-js": "^1.9.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "425b9eeca51f6cc0b969d96d8861892e8a97602a"
|
|
37
37
|
}
|