@contentful/f36-asset 4.20.8 → 5.0.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.mdx +1 -1
  2. package/package.json +5 -5
package/README.mdx CHANGED
@@ -2,7 +2,7 @@
2
2
  title: 'Asset'
3
3
  slug: /components/asset/
4
4
  github: 'https://github.com/contentful/forma-36/tree/main/packages/components/asset'
5
- storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/components-asset--basic'
5
+ storybook: 'https://f36-storybook.contentful.com/?path=/story/components-asset--basic'
6
6
  typescript: ./src/Asset.tsx
7
7
  ---
8
8
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@contentful/f36-asset",
3
- "version": "4.20.8",
3
+ "version": "5.0.0",
4
4
  "description": "Forma 36: Asset component",
5
5
  "scripts": {
6
6
  "build": "tsup"
7
7
  },
8
8
  "dependencies": {
9
- "@contentful/f36-core": "^4.20.8",
10
- "@contentful/f36-icon": "^4.20.8",
11
- "@contentful/f36-icons": "^4.20.8",
9
+ "@contentful/f36-core": "^5.0.0",
10
+ "@contentful/f36-icon": "^5.0.0",
11
+ "@contentful/f36-icons": "^5.0.0",
12
12
  "@contentful/f36-tokens": "^4.0.1",
13
- "@contentful/f36-typography": "^4.20.8",
13
+ "@contentful/f36-typography": "^5.0.0",
14
14
  "emotion": "^10.0.17"
15
15
  },
16
16
  "peerDependencies": {