@contentful/f36-modal 4.0.1 → 4.1.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.1.0](https://github.com/contentful/forma-36/compare/@contentful/f36-modal@4.0.1...@contentful/f36-modal@4.1.0) (2022-01-13)
7
+
8
+
9
+ ### Features
10
+
11
+ * implement props list redesign [BAU-535] ([#1756](https://github.com/contentful/forma-36/issues/1756)) ([21c57e7](https://github.com/contentful/forma-36/commit/21c57e72008b75990d03af4e7500edc1c7f3d26d))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.0.1](https://github.com/contentful/forma-36/compare/@contentful/f36-modal@4.0.0...@contentful/f36-modal@4.0.1) (2022-01-11)
7
18
 
8
19
  **Note:** Version bump only for package @contentful/f36-modal
package/dist/main.js CHANGED
File without changes
package/dist/main.js.map CHANGED
File without changes
package/dist/module.js CHANGED
File without changes
File without changes
package/dist/types.d.ts CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@contentful/f36-modal",
3
- "version": "4.0.1",
3
+ "version": "4.1.0",
4
4
  "description": "Forma 36: Modal component",
5
5
  "scripts": {
6
6
  "build": "parcel build index.ts"
7
7
  },
8
8
  "dependencies": {
9
9
  "@babel/runtime": "^7.6.2",
10
- "@contentful/f36-button": "^4.0.1",
10
+ "@contentful/f36-button": "^4.1.0",
11
11
  "@contentful/f36-core": "^4.0.1",
12
12
  "@contentful/f36-icons": "^4.0.1",
13
13
  "@contentful/f36-tokens": "^4.0.0",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "cee6bd9ae0b1ca2ce23d42873d9344a20fe740d0"
40
+ "gitHead": "3bbe5bae60ddfb45a5e5101ea0348972242ac8a0"
41
41
  }