@storybook/addon-mdx-gfm 7.0.0-beta.56 → 7.0.0-beta.58

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  ## @storybook/addon-mdx-gfm
2
2
 
3
- The "@storybook/addon-mdx-gfm" addon is meant as a migration assistant for Storybook 7.0, providing Github Flavored Markdown support to Storybook docs.
3
+ The "@storybook/addon-mdx-gfm" addon is meant as a migration assistant for Storybook 7.0, providing Github Flavored Markdown support to Storybook docs.
4
4
 
5
- > Note:
5
+ > Note:
6
6
  > This addon will likely be removed in a future version.
7
7
 
8
8
  It's recommended you read this document and follow its instructions instead:
9
9
  https://storybook.js.org/docs/7.0/react/writing-docs/mdx#lack-of-github-flavored-markdown-gfm
10
10
 
11
- Once you've made the necessary changes, you can remove the addon from your package.json and storybook config.
11
+ Once you've made the necessary changes, you can remove the addon from your package.json and storybook config.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-mdx-gfm",
3
- "version": "7.0.0-beta.56",
3
+ "version": "7.0.0-beta.58",
4
4
  "description": "GitHub Flavored Markdown in Storybook",
5
5
  "keywords": [
6
6
  "addon",
@@ -69,5 +69,5 @@
69
69
  "cjs"
70
70
  ]
71
71
  },
72
- "gitHead": "26815b0ea07f3800cc514cccd242c8ab1f428b8c"
72
+ "gitHead": "a447c4d622b3c1010459047df9c8b7022e76a10d"
73
73
  }