@contentful/create-contentful-app 0.12.42 → 0.12.46

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 +4 -4
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.12.46](https://github.com/contentful/create-contentful-app/compare/v0.12.45...v0.12.46) (2021-09-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** bump contentful-management from 7.39.0 to 7.39.1 ([b1a5033](https://github.com/contentful/create-contentful-app/commit/b1a5033267bfc2a0c95bcc6268700972b2adf139))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.12.45](https://github.com/contentful/create-contentful-app/compare/v0.12.44...v0.12.45) (2021-09-16)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** bump inquirer from 8.1.4 to 8.1.5 ([d30f888](https://github.com/contentful/create-contentful-app/commit/d30f8888b7c0e6abff93db6f1a9c07fcb70d90f6))
23
+
24
+
25
+
26
+
27
+
28
+ ## [0.12.44](https://github.com/contentful/create-contentful-app/compare/v0.12.43...v0.12.44) (2021-09-16)
29
+
30
+ **Note:** Version bump only for package @contentful/create-contentful-app
31
+
32
+
33
+
34
+
35
+
36
+ ## [0.12.43](https://github.com/contentful/create-contentful-app/compare/v0.12.42...v0.12.43) (2021-09-15)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **deps:** bump inquirer from 8.1.3 to 8.1.4 ([52b4596](https://github.com/contentful/create-contentful-app/commit/52b45961f01b2c2fd73e665a45a59953e5251414))
42
+
43
+
44
+
45
+
46
+
6
47
  ## [0.12.42](https://github.com/contentful/create-contentful-app/compare/v0.12.41...v0.12.42) (2021-09-15)
7
48
 
8
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/create-contentful-app",
3
- "version": "0.12.42",
3
+ "version": "0.12.46",
4
4
  "description": "A template for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
33
33
  },
34
34
  "dependencies": {
35
- "@contentful/app-scripts": "^0.12.42",
36
- "@contentful/cra-template-create-contentful-app": "^0.12.42",
35
+ "@contentful/app-scripts": "^0.12.46",
36
+ "@contentful/cra-template-create-contentful-app": "^0.12.46",
37
37
  "chalk": "^4.1.0",
38
38
  "contentful-management": "^7.5.1",
39
39
  "create-react-app": "^4.0.3",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "0a54d4ef58aa9db74dba32ce10c6552e2866b972"
59
+ "gitHead": "b387bd2ed7237991dc79edc0a63065c2f78b6bda"
60
60
  }