@contentful/app-scripts 0.14.33 → 0.14.37

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/CHANGELOG.md +41 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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
+ ## [0.14.37](https://github.com/contentful/create-contentful-app/compare/v0.14.36...v0.14.37) (2021-12-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** bump contentful-management from 7.46.0 to 7.47.0 ([a65e54b](https://github.com/contentful/create-contentful-app/commit/a65e54b2277d7c5a2aafc58c349635799aea4d4c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.14.36](https://github.com/contentful/create-contentful-app/compare/v0.14.35...v0.14.36) (2021-12-15)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** bump contentful-management from 7.45.7 to 7.46.0 ([19e2a4b](https://github.com/contentful/create-contentful-app/commit/19e2a4b038092b295faee062091bb473fabcf316))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.14.35](https://github.com/contentful/create-contentful-app/compare/v0.14.34...v0.14.35) (2021-12-15)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * bump create-react-app and react-scripts ([#759](https://github.com/contentful/create-contentful-app/issues/759)) ([f8780d1](https://github.com/contentful/create-contentful-app/commit/f8780d16da721dbc22b99b19803ce58305d85982))
34
+
35
+
36
+
37
+
38
+
39
+ ## [0.14.34](https://github.com/contentful/create-contentful-app/compare/v0.14.33...v0.14.34) (2021-12-14)
40
+
41
+ **Note:** Version bump only for package @contentful/app-scripts
42
+
43
+
44
+
45
+
46
+
6
47
  ## [0.14.33](https://github.com/contentful/create-contentful-app/compare/v0.14.32...v0.14.33) (2021-12-14)
7
48
 
8
49
  **Note:** Version bump only for package @contentful/app-scripts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/app-scripts",
3
- "version": "0.14.33",
3
+ "version": "0.14.37",
4
4
  "description": "A collection of scripts for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "directory": "packages/contentful--app-scripts"
11
11
  },
12
12
  "engines": {
13
- "node": ">=12",
13
+ "node": ">=14",
14
14
  "npm": ">=6"
15
15
  },
16
16
  "main": "lib/index.js",
@@ -62,5 +62,5 @@
62
62
  "open": "^8.0.5",
63
63
  "ora": "^5.4.0"
64
64
  },
65
- "gitHead": "0ff4b7a356c47463bfc906b95b1c05a3f0c44b78"
65
+ "gitHead": "d2a1969c2b51e48e52a9e530235bffd1e04ee97c"
66
66
  }