@carbon-labs/react-ui-shell 0.37.0 → 0.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 +2 -2
package/README.md CHANGED
@@ -42,7 +42,7 @@ components are provided by `@carbon-labs/react-ui-shell`:
42
42
  - `SharkFinIcon`
43
43
 
44
44
  ```jsx
45
- import { SideNav } from '@carbon-labs/react-ui-shell/es/index';
45
+ import { SideNav } from '@carbon-labs/react-ui-shell';
46
46
  import { Header } from '@carbon/react';
47
47
 
48
48
  function MyComponent() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon-labs/react-ui-shell",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -41,5 +41,5 @@
41
41
  "dependencies": {
42
42
  "@ibm/telemetry-js": "^1.9.1"
43
43
  },
44
- "gitHead": "d27d3f01e1c442d5124f01abe060ff8d01c6134d"
44
+ "gitHead": "e75e6336754f93593030587ba7aa46601d18d1d4"
45
45
  }