@storybook/addon-themes 7.6.0-beta.2 → 7.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -12,7 +12,7 @@ Requires Storybook 7.0 or later. If you need to add it to your Storybook, you ca
12
12
  npm i -D @storybook/addon-themes
13
13
  ```
14
14
 
15
- Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/overview#configure-your-storybook-project):
15
+ Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/#configure-your-storybook-project):
16
16
 
17
17
  ```js
18
18
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-themes",
3
- "version": "7.6.0-beta.2",
3
+ "version": "7.6.0",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -56,13 +56,13 @@
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@storybook/client-logger": "7.6.0-beta.2",
60
- "@storybook/components": "7.6.0-beta.2",
61
- "@storybook/core-events": "7.6.0-beta.2",
62
- "@storybook/manager-api": "7.6.0-beta.2",
63
- "@storybook/preview-api": "7.6.0-beta.2",
64
- "@storybook/theming": "7.6.0-beta.2",
65
- "@storybook/types": "7.6.0-beta.2",
59
+ "@storybook/client-logger": "7.6.0",
60
+ "@storybook/components": "7.6.0",
61
+ "@storybook/core-events": "7.6.0",
62
+ "@storybook/manager-api": "7.6.0",
63
+ "@storybook/preview-api": "7.6.0",
64
+ "@storybook/theming": "7.6.0",
65
+ "@storybook/types": "7.6.0",
66
66
  "typescript": "~4.9.3"
67
67
  },
68
68
  "publishConfig": {