@contentful/f36-entity-list 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 +10 -10
package/README.mdx CHANGED
@@ -4,7 +4,7 @@ type: 'component'
4
4
  status: 'stable'
5
5
  slug: /components/entity-list/
6
6
  github: 'https://github.com/contentful/forma-36/tree/main/packages/components/entity-list'
7
- storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/components-entity-list--default'
7
+ storybook: 'https://f36-storybook.contentful.com/?path=/story/components-entity-list--default'
8
8
  typescript: ./src/EntityList.tsx,./src/EntityListItem/EntityListItem.tsx
9
9
  ---
10
10
 
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@contentful/f36-entity-list",
3
- "version": "4.20.8",
3
+ "version": "5.0.0",
4
4
  "description": "Forma 36: EntityList component",
5
5
  "scripts": {
6
6
  "build": "tsup"
7
7
  },
8
8
  "dependencies": {
9
- "@contentful/f36-badge": "^4.20.8",
10
- "@contentful/f36-button": "^4.20.8",
11
- "@contentful/f36-core": "^4.20.8",
12
- "@contentful/f36-drag-handle": "^4.20.8",
13
- "@contentful/f36-icon": "^4.20.8",
14
- "@contentful/f36-icons": "^4.20.8",
15
- "@contentful/f36-menu": "^4.20.8",
16
- "@contentful/f36-skeleton": "^4.20.8",
9
+ "@contentful/f36-badge": "^5.0.0",
10
+ "@contentful/f36-button": "^5.0.0",
11
+ "@contentful/f36-core": "^5.0.0",
12
+ "@contentful/f36-drag-handle": "^5.0.0",
13
+ "@contentful/f36-icon": "^5.0.0",
14
+ "@contentful/f36-icons": "^5.0.0",
15
+ "@contentful/f36-menu": "^5.0.0",
16
+ "@contentful/f36-skeleton": "^5.0.0",
17
17
  "@contentful/f36-tokens": "^4.0.1",
18
- "@contentful/f36-typography": "^4.20.8",
18
+ "@contentful/f36-typography": "^5.0.0",
19
19
  "emotion": "^10.0.17"
20
20
  },
21
21
  "peerDependencies": {