@storybook/addon-ondevice-notes 9.0.0 → 9.0.4

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 +3 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@ yarn add -D @storybook/addon-ondevice-notes
10
10
 
11
11
  ## Configuration
12
12
 
13
- Then, add following content to `.storybook/main.ts`:
13
+ Then, add following content to `.rnstorybook/main.ts`:
14
14
 
15
15
  ```ts
16
16
  import { StorybookConfig } from '@storybook/react-native';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-ondevice-notes",
3
- "version": "9.0.0",
3
+ "version": "9.0.4",
4
4
  "description": "Write notes for your react-native Storybook stories.",
5
5
  "keywords": [
6
6
  "addon",
@@ -29,7 +29,7 @@
29
29
  "dev": "tsc --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@storybook/react-native-theming": "^9.0.0",
32
+ "@storybook/react-native-theming": "^9.0.4",
33
33
  "react-native-markdown-display": "^7.0.2"
34
34
  },
35
35
  "devDependencies": {
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "042b39289131a9a80a74859439679947a4b81ac1"
46
+ "gitHead": "b161683ab01d83beb55ed05bef670b6a9af42da4"
47
47
  }