@carbon/storybook-addon-theme 0.22.36 → 0.22.38

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 +4 -4
package/README.md CHANGED
@@ -24,7 +24,7 @@ npm install @carbon/storybook-addon-theme
24
24
  We are always looking for contributors to help us fix bugs, build new features,
25
25
  or help us improve the project documentation. If you're interested, definitely
26
26
  check out our
27
- [Contributing Guide](https://github.com/carbon-design-system/ibm-cloud-cognitive/blob/master/.github/CONTRIBUTING.md)
27
+ [Contributing Guide](https://github.com/carbon-design-system/ibm-products/blob/master/.github/CONTRIBUTING.md)
28
28
  and
29
29
  [Carbon's Developer Handbook](https://github.com/carbon-design-system/carbon/blob/master/docs/developer-handbook.md)!
30
30
  👀
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@carbon/storybook-addon-theme",
3
3
  "description": "Carbon theme switcher for Storybook",
4
- "version": "0.22.36",
4
+ "version": "0.22.38",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/react.js",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/carbon-design-system/ibm-cloud-cognitive.git",
9
+ "url": "https://github.com/carbon-design-system/ibm-products.git",
10
10
  "directory": "packages/storybook-addon-carbon-theme"
11
11
  },
12
- "bugs": "https://github.com/carbon-design-system/ibm-cloud-cognitive/issues",
12
+ "bugs": "https://github.com/carbon-design-system/ibm-products/issues",
13
13
  "homepage": "https://github.com/storybookjs/storybook#readme",
14
14
  "files": [
15
15
  "dist/**/*",
@@ -60,5 +60,5 @@
60
60
  "npm-run-all": "^4.1.5",
61
61
  "rimraf": "^5.0.0"
62
62
  },
63
- "gitHead": "ad98aafb328f6829ff178b9151d4406269211043"
63
+ "gitHead": "1d6df82f60a5cf0cb2df32a5e98e4a43f92bf933"
64
64
  }