diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f2fcd404..796e3d623 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,12 +17,12 @@ build: &build executors: node-container-lts: docker: - - image: node:16 + - image: cimg/node:lts environment: *base-env node-container-latest: docker: - - image: node:17 + - image: cimg/node:current environment: *base-env commands: @@ -48,8 +48,8 @@ commands: command: | FORMER_CWD="$(pwd)" PROJECT=test-$(date +%s) - mkdir "${TMPDIR}/${PROJECT}" - cd "${TMPDIR}/${PROJECT}" + mkdir "/tmp/${PROJECT}" + cd "/tmp/${PROJECT}" node "${FORMER_CWD}/packages/contentful--create-contentful-app/lib/index.js" test cd test npm t @@ -66,7 +66,7 @@ commands: jobs: release: docker: - - image: circleci/node:12 + - image: cimg/node:lts steps: - prepare-release - run: npm run version @@ -74,7 +74,7 @@ jobs: release-canary: docker: - - image: circleci/node:12 + - image: cimg/node:lts steps: - prepare-release - run: npm run publish:canary diff --git a/.nvmrc b/.nvmrc index f0b10f153..b009dfb9d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.13.1 +lts/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 477f430fe..e86d6b541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,73 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.136](https://github.com/contentful/create-contentful-app/compare/v0.14.135...v0.14.136) (2022-02-22) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.135](https://github.com/contentful/create-contentful-app/compare/v0.14.134...v0.14.135) (2022-02-22) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.134](https://github.com/contentful/create-contentful-app/compare/v0.14.133...v0.14.134) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.133](https://github.com/contentful/create-contentful-app/compare/v0.14.132...v0.14.133) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.132](https://github.com/contentful/create-contentful-app/compare/v0.14.131...v0.14.132) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.131](https://github.com/contentful/create-contentful-app/compare/v0.14.130...v0.14.131) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.130](https://github.com/contentful/create-contentful-app/compare/v0.14.129...v0.14.130) (2022-02-18) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.129](https://github.com/contentful/create-contentful-app/compare/v0.14.128...v0.14.129) (2022-02-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.2 to 8.1.3 ([d727cbd](https://github.com/contentful/create-contentful-app/commit/d727cbdf66c43bbd178c634c1d38639cec81ca6c)) + + + + + ## [0.14.128](https://github.com/contentful/create-contentful-app/compare/v0.14.127...v0.14.128) (2022-02-15) **Note:** Version bump only for package @contentful/create-contentful-app diff --git a/lerna.json b/lerna.json index 26daff9e1..276198395 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "message": "chore(release): release [skip ci]" } }, - "version": "0.14.128" + "version": "independent" } diff --git a/package-lock.json b/package-lock.json index 898532913..76845eda5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "commitizen": "^4.0.3", "cz-customizable": "6.3.0", "eslint": "8.9.0", - "eslint-config-prettier": "8.3.0", + "eslint-config-prettier": "8.4.0", "eslint-plugin-node": "11.1.0", "fs-extra": "^10.0.0", "husky": "^4.1.0", @@ -4021,9 +4021,10 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.3.0", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz", + "integrity": "sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==", "dev": true, - "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, @@ -13019,7 +13020,9 @@ } }, "eslint-config-prettier": { - "version": "8.3.0", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.4.0.tgz", + "integrity": "sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 59137a2fb..947502ee7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bootstrap": "lerna bootstrap", "test": "lerna run test", "lint": "lerna run lint", - "version": "lerna version --no-private --conventional-commits --create-release github --yes --exact --force-publish", + "version": "lerna version --no-private --conventional-commits --create-release github --yes --exact", "publish": "lerna publish from-git --yes --no-verify-access", "publish:canary": "lerna publish from-git --canary --yes --no-verify-access", "pre-commit": "lerna run pre-commit", @@ -28,7 +28,7 @@ "commitizen": "^4.0.3", "cz-customizable": "6.3.0", "eslint": "8.9.0", - "eslint-config-prettier": "8.3.0", + "eslint-config-prettier": "8.4.0", "eslint-plugin-node": "11.1.0", "fs-extra": "^10.0.0", "husky": "^4.1.0", diff --git a/packages/contentful--app-scripts/CHANGELOG.md b/packages/contentful--app-scripts/CHANGELOG.md index 4e288cb19..6965090a4 100644 --- a/packages/contentful--app-scripts/CHANGELOG.md +++ b/packages/contentful--app-scripts/CHANGELOG.md @@ -3,6 +3,2201 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.15.0 (2022-02-22) + + + +## 0.14.136 (2022-02-22) + + + +## 0.14.135 (2022-02-22) + + + +## 0.14.134 (2022-02-21) + + + +## 0.14.133 (2022-02-21) + + + +## 0.14.132 (2022-02-21) + + + +## 0.14.131 (2022-02-21) + + + +## 0.14.130 (2022-02-18) + + + +## 0.14.129 (2022-02-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.2 to 8.1.3 ([d727cbd](https://github.com/contentful/create-contentful-app/commit/d727cbdf66c43bbd178c634c1d38639cec81ca6c)) + + + +## 0.14.128 (2022-02-15) + + + +## 0.14.127 (2022-02-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.0 to 8.1.2 ([b712a85](https://github.com/contentful/create-contentful-app/commit/b712a8545a36320a505e9ddc25b4ec4856f0c33b)) + + + +## 0.14.126 (2022-02-15) + + + +## 0.14.125 (2022-02-14) + + + +## 0.14.124 (2022-02-14) + + + +## 0.14.123 (2022-02-14) + + + +## 0.14.122 (2022-02-14) + + + +## 0.14.121 (2022-02-14) + + + +## 0.14.120 (2022-02-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.0.0 to 8.1.0 ([8e3f474](https://github.com/contentful/create-contentful-app/commit/8e3f4748bad0c6c7641e9faec02ed571261fd794)) + + + +## 0.14.119 (2022-02-13) + + + +## 0.14.118 (2022-02-10) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.54.1 to 8.0.0 ([98db899](https://github.com/contentful/create-contentful-app/commit/98db899caf1b8b50e344aaeaf338d4aaa7230314)) + + + +## 0.14.117 (2022-02-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.53.0 to 7.54.1 ([cc7695e](https://github.com/contentful/create-contentful-app/commit/cc7695e61e398ed62fb74eae243b626b6ec68c66)) + + + +## 0.14.116 (2022-02-08) + + + +## 0.14.115 (2022-02-08) + + + +## 0.14.114 (2022-02-04) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.52.0 to 7.53.0 ([fe7770b](https://github.com/contentful/create-contentful-app/commit/fe7770bb85d6943a03ca71cc1f4fb8fcb5855ce6)) + + + +## 0.14.113 (2022-02-03) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.5 to 7.52.0 ([4ae9413](https://github.com/contentful/create-contentful-app/commit/4ae941397a54a8705c5c57980692001237c46788)) + + + +## 0.14.112 (2022-02-03) + + +### Bug Fixes + +* **deps:** bump dotenv from 15.0.0 to 16.0.0 ([73db9be](https://github.com/contentful/create-contentful-app/commit/73db9beb6dc83ed43ae44abffe9dce4478e095fc)) + + + +## 0.14.111 (2022-02-02) + + + +## 0.14.110 (2022-02-02) + + + +## 0.14.109 (2022-02-01) + + + +## 0.14.108 (2022-02-01) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.4 to 7.51.5 ([769cd08](https://github.com/contentful/create-contentful-app/commit/769cd08995d0caaef22e1c2acfe59edb27760cd2)) + + + +## 0.14.107 (2022-02-01) + + + +## 0.14.106 (2022-02-01) + + + +## 0.14.105 (2022-01-31) + + + +## 0.14.104 (2022-01-31) + + + +## 0.14.103 (2022-01-31) + + + +## 0.14.102 (2022-01-31) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.3 to 7.51.4 ([523c569](https://github.com/contentful/create-contentful-app/commit/523c569f374ad02d0cc5ede20fc6e78ef11f948b)) + + + +## 0.14.101 (2022-01-31) + + +### Bug Fixes + +* **deps:** bump dotenv from 14.3.2 to 15.0.0 ([55dca71](https://github.com/contentful/create-contentful-app/commit/55dca715d5bb382bf31aad6d8cde9c7183fcd0b5)) + + + +## 0.14.100 (2022-01-31) + + +### Bug Fixes + +* **deps:** bump commander from 8.3.0 to 9.0.0 ([8a9065b](https://github.com/contentful/create-contentful-app/commit/8a9065bb4659e5524170dfc288807fd9f89d4966)) + + + +## 0.14.99 (2022-01-31) + + + +## 0.14.98 (2022-01-30) + + + +## 0.14.97 (2022-01-27) + + + +## 0.14.96 (2022-01-27) + + + +## 0.14.95 (2022-01-27) + + + +## 0.14.94 (2022-01-27) + + + +## 0.14.93 (2022-01-27) + + +### Bug Fixes + +* **deps:** bump dotenv from 14.3.0 to 14.3.2 ([140caad](https://github.com/contentful/create-contentful-app/commit/140caad1a59f3fda16b875491823409271b17cfe)) + + + +## 0.14.92 (2022-01-27) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.2 to 7.51.3 ([18a3932](https://github.com/contentful/create-contentful-app/commit/18a3932b3830efcba2a7a4684a66369652da53f5)) + + + +## 0.14.91 (2022-01-26) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.1 to 7.51.2 ([1e400f7](https://github.com/contentful/create-contentful-app/commit/1e400f792302380623d446c0a0909770570385d2)) + + + +## 0.14.90 (2022-01-25) + + + +## 0.14.89 (2022-01-25) + + + +## 0.14.88 (2022-01-25) + + + +## 0.14.87 (2022-01-25) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.50.2 to 7.51.1 ([9443ff4](https://github.com/contentful/create-contentful-app/commit/9443ff4ac8097ef5d08523fbb45964fb026e9f82)) + + + +## 0.14.86 (2022-01-25) + + + +## 0.14.85 (2022-01-25) + + +### Bug Fixes + +* **deps:** bump dotenv from 14.2.0 to 14.3.0 ([00136ba](https://github.com/contentful/create-contentful-app/commit/00136ba4e0ef07df7ae228598dcd85bee310a4d5)) + + + +## 0.14.84 (2022-01-25) + + + +## 0.14.83 (2022-01-21) + + + +## 0.14.82 (2022-01-21) + + + +## 0.14.81 (2022-01-21) + + + +## 0.14.80 (2022-01-21) + + + +## 0.14.79 (2022-01-21) + + + +## 0.14.78 (2022-01-21) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.50.0 to 7.50.2 ([10a2124](https://github.com/contentful/create-contentful-app/commit/10a2124757e54971d1e3969752e1820178a4d533)) + + + +## 0.14.77 (2022-01-19) + + + +## 0.14.76 (2022-01-18) + + + +## 0.14.75 (2022-01-18) + + +### Bug Fixes + +* **deps:** bump dotenv from 14.1.0 to 14.2.0 ([c7f4485](https://github.com/contentful/create-contentful-app/commit/c7f448563422028c9989157f09a09112b0a2e8b3)) + + + +## 0.14.74 (2022-01-18) + + + +## 0.14.73 (2022-01-18) + + + +## 0.14.72 (2022-01-17) + + +### Bug Fixes + +* **deps:** bump dotenv from 11.0.0 to 14.1.0 ([a924337](https://github.com/contentful/create-contentful-app/commit/a924337d93452053faf72595ee811bad6407a15b)) + + + +## 0.14.71 (2022-01-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.49.0 to 7.50.0 ([6ca92c1](https://github.com/contentful/create-contentful-app/commit/6ca92c1a878bd577225be57063ac4f8ea01b6170)) + + + +## 0.14.70 (2022-01-17) + + + +## 0.14.69 (2022-01-16) + + + +## 0.14.68 (2022-01-15) + + + +## 0.14.67 (2022-01-13) + + + +## 0.14.66 (2022-01-12) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.48.0 to 7.49.0 ([d74947d](https://github.com/contentful/create-contentful-app/commit/d74947dc89842b479d440253130f4a259687e838)) + + + +## 0.14.65 (2022-01-11) + + + +## 0.14.64 (2022-01-11) + + + +## 0.14.63 (2022-01-11) + + +### Bug Fixes + +* **deps:** bump dotenv from 10.0.0 to 11.0.0 ([1ad1bb6](https://github.com/contentful/create-contentful-app/commit/1ad1bb60febb0609daa22962d224620864a55fc1)) + + + +## 0.14.62 (2022-01-10) + + + +## 0.14.61 (2022-01-10) + + + +## 0.14.60 (2022-01-07) + + +### Bug Fixes + +* update to Node 16 and dependencies ([#786](https://github.com/contentful/create-contentful-app/issues/786)) ([faddb49](https://github.com/contentful/create-contentful-app/commit/faddb49185858fca3b813d07185fb1c5527c9505)) + + + +## 0.14.59 (2022-01-07) + + + +## 0.14.58 (2022-01-05) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.47.2 to 7.48.0 ([38fa71b](https://github.com/contentful/create-contentful-app/commit/38fa71b6062a07cb765a99cd814e0429a2b70e7c)) + + + +## 0.14.57 (2022-01-04) + + + +## 0.14.56 (2022-01-04) + + + +## 0.14.55 (2022-01-04) + + + +## 0.14.54 (2022-01-04) + + + +## 0.14.53 (2021-12-28) + + + +## 0.14.52 (2021-12-28) + + + +## 0.14.51 (2021-12-28) + + + +## 0.14.50 (2021-12-27) + + + +## 0.14.49 (2021-12-27) + + + +## 0.14.48 (2021-12-24) + + + +## 0.14.47 (2021-12-22) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.47.1 to 7.47.2 ([463c762](https://github.com/contentful/create-contentful-app/commit/463c7628a84f964ceb05d49158369bb2f417540f)) + + + +## 0.14.46 (2021-12-21) + + + +## 0.14.45 (2021-12-21) + + + +## 0.14.44 (2021-12-21) + + + +## 0.14.43 (2021-12-21) + + + +## 0.14.42 (2021-12-20) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.47.0 to 7.47.1 ([8b93408](https://github.com/contentful/create-contentful-app/commit/8b93408b80e5d98f813afb47d264bbf0a4a02b2a)) + + + +## 0.14.41 (2021-12-20) + + +### Bug Fixes + +* **deps:** bump ignore from 5.1.9 to 5.2.0 ([0c426c2](https://github.com/contentful/create-contentful-app/commit/0c426c2a7f039b7003ca5371d594f16b387624be)) + + + +## 0.14.40 (2021-12-20) + + + +## 0.14.39 (2021-12-17) + + + +## 0.14.38 (2021-12-16) + + + +## 0.14.37 (2021-12-16) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.46.0 to 7.47.0 ([a65e54b](https://github.com/contentful/create-contentful-app/commit/a65e54b2277d7c5a2aafc58c349635799aea4d4c)) + + + +## 0.14.36 (2021-12-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.7 to 7.46.0 ([19e2a4b](https://github.com/contentful/create-contentful-app/commit/19e2a4b038092b295faee062091bb473fabcf316)) + + + +## 0.14.35 (2021-12-15) + + +### Bug Fixes + +* 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)) + + + +## 0.14.34 (2021-12-14) + + + +## 0.14.33 (2021-12-14) + + + +## 0.14.32 (2021-12-14) + + + +## 0.14.31 (2021-12-10) + + + +## 0.14.30 (2021-12-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.6 to 7.45.7 ([ff07b19](https://github.com/contentful/create-contentful-app/commit/ff07b1903fe6e876ca951f327af4e2a46eabfc2b)) + + + +## 0.14.29 (2021-12-08) + + + +## 0.14.28 (2021-12-08) + + + +## 0.14.27 (2021-12-08) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.5 to 7.45.6 ([6f140db](https://github.com/contentful/create-contentful-app/commit/6f140dbcffe6a9097bcf1aba9e2244a245343cb3)) + + + +## 0.14.26 (2021-12-07) + + + +## 0.14.25 (2021-12-07) + + + +## 0.14.24 (2021-12-07) + + + +## 0.14.23 (2021-12-06) + + + +## 0.14.22 (2021-12-06) + + + +## 0.14.21 (2021-12-02) + + + +## 0.14.20 (2021-12-02) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.3 to 7.45.5 ([223458d](https://github.com/contentful/create-contentful-app/commit/223458d53bf76c38fa6db5609e6822f5a0adbe9e)) + + + +## 0.14.19 (2021-12-01) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.2 to 7.45.3 ([5a567a0](https://github.com/contentful/create-contentful-app/commit/5a567a078ef39a649954a3847da0f1cc15dd304c)) + + + +## 0.14.18 (2021-11-30) + + + +## 0.14.17 (2021-11-30) + + + +## 0.14.16 (2021-11-30) + + + +## 0.14.15 (2021-11-26) + + + +## 0.14.14 (2021-11-24) + + + +## 0.14.13 (2021-11-22) + + + +## 0.14.12 (2021-11-22) + + + +## 0.14.11 (2021-11-22) + + + +## 0.14.10 (2021-11-19) + + + +## 0.14.9 (2021-11-19) + + + +## 0.14.8 (2021-11-18) + + + +## 0.14.7 (2021-11-17) + + + +## 0.14.6 (2021-11-17) + + + +## 0.14.5 (2021-11-17) + + + +## 0.14.4 (2021-11-16) + + + +## 0.14.3 (2021-11-16) + + + +## 0.14.2 (2021-11-16) + + + +## 0.14.1 (2021-11-16) + + + +# 0.14.0 (2021-11-15) + + + +## 0.13.43 (2021-11-15) + + + +## 0.13.42 (2021-11-11) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.0 to 7.45.2 ([ee29b55](https://github.com/contentful/create-contentful-app/commit/ee29b55dddf93dbd6cf4a0af2b1de3bced375f06)) + + + +## 0.13.41 (2021-11-09) + + + +## 0.13.40 (2021-11-09) + + + +## 0.13.39 (2021-11-08) + + + +## 0.13.38 (2021-11-06) + + + +## 0.13.37 (2021-11-05) + + + +## 0.13.36 (2021-11-04) + + + +## 0.13.35 (2021-11-03) + + +### Bug Fixes + +* **deps:** bump ignore from 5.1.8 to 5.1.9 ([d50f11f](https://github.com/contentful/create-contentful-app/commit/d50f11fa36d8b39759867bb89a641d6f0e10dc7e)) + + + +## 0.13.34 (2021-11-02) + + + +## 0.13.33 (2021-11-02) + + + +## 0.13.32 (2021-11-01) + + + +## 0.13.31 (2021-11-01) + + + +## 0.13.30 (2021-10-29) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.44.2 to 7.45.0 ([49448e4](https://github.com/contentful/create-contentful-app/commit/49448e4b8602fc208f66c9e1995fe0dcc00ed2ba)) + + + +## 0.13.29 (2021-10-27) + + + +## 0.13.28 (2021-10-26) + + + +## 0.13.27 (2021-10-26) + + + +## 0.13.26 (2021-10-25) + + +### Bug Fixes + +* **deps:** bump open from 8.3.0 to 8.4.0 ([5fe672a](https://github.com/contentful/create-contentful-app/commit/5fe672a18fcbea24c81d6096f7fb0ca23aba349f)) + + + +## 0.13.25 (2021-10-25) + + + +## 0.13.24 (2021-10-25) + + + +## 0.13.23 (2021-10-22) + + +### Bug Fixes + +* **deps:** bump commander from 8.2.0 to 8.3.0 ([cba3167](https://github.com/contentful/create-contentful-app/commit/cba31679e4dd66ac18e8abc2947465a9bd8a9ae2)) + + + +## 0.13.22 (2021-10-20) + + + +## 0.13.21 (2021-10-20) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.44.1 to 7.44.2 ([daf2a62](https://github.com/contentful/create-contentful-app/commit/daf2a622cd23567ea062c6a55d9f89f332fbd9f6)) + + + +## 0.13.20 (2021-10-19) + + + +## 0.13.19 (2021-10-19) + + + +## 0.13.18 (2021-10-15) + + + +## 0.13.17 (2021-10-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.44.0 to 7.44.1 ([2a00ad9](https://github.com/contentful/create-contentful-app/commit/2a00ad9414a0dad86d7dc6911d9ab5b4b46fd16f)) + + + +## 0.13.16 (2021-10-14) + + + +## 0.13.15 (2021-10-14) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.5 to 7.44.0 ([1e22cb2](https://github.com/contentful/create-contentful-app/commit/1e22cb2c7eca4662ef70ff3333840150271f1fe4)) + + + +## 0.13.14 (2021-10-14) + + + +## 0.13.13 (2021-10-14) + + + +## 0.13.12 (2021-10-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.2 to 7.42.5 ([21e5b07](https://github.com/contentful/create-contentful-app/commit/21e5b07d946762b51554390a05e2a57f207e7b97)) + + + +## 0.13.11 (2021-10-13) + + + +## 0.13.10 (2021-10-13) + + + +## 0.13.9 (2021-10-11) + + + +## 0.13.8 (2021-10-11) + + + +## 0.13.7 (2021-10-11) + + + +## 0.13.6 (2021-10-08) + + +### Bug Fixes + +* **deps:** bump open from 8.2.1 to 8.3.0 ([75e2574](https://github.com/contentful/create-contentful-app/commit/75e25741a3279f32219f72b568a3828f8d28f7b5)) + + + +## 0.13.5 (2021-10-08) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.1 to 7.42.2 ([4a34d24](https://github.com/contentful/create-contentful-app/commit/4a34d245015d0e543c88c64da373a4388d643d7b)) + + + +## 0.13.4 (2021-10-08) + + + +## 0.13.3 (2021-10-07) + + +### Bug Fixes + +* **deps:** bump adm-zip from 0.5.7 to 0.5.9 ([2a669b9](https://github.com/contentful/create-contentful-app/commit/2a669b9dd30dfc70018bf4876bb88fca0fbce548)) + + + +## 0.13.2 (2021-10-07) + + + +## 0.13.1 (2021-10-07) + + + +# 0.13.0 (2021-10-06) + + + +## 0.12.67 (2021-10-06) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.5 to 8.2.0 ([0b4a156](https://github.com/contentful/create-contentful-app/commit/0b4a1564d3cfaa3163db45607df7264538512876)) + + + +## 0.12.66 (2021-10-06) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.0 to 7.42.1 ([721b173](https://github.com/contentful/create-contentful-app/commit/721b173c74386f8ad6943fd7d750c222f6664d02)) + + + +## 0.12.65 (2021-10-05) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.41.1 to 7.42.0 ([d9837d5](https://github.com/contentful/create-contentful-app/commit/d9837d55221fdd705a377215ee01b6c75790e97e)) + + + +## 0.12.64 (2021-10-05) + + + +## 0.12.63 (2021-10-05) + + + +## 0.12.62 (2021-10-05) + + + +## 0.12.61 (2021-10-04) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.41.0 to 7.41.1 ([2ced2b1](https://github.com/contentful/create-contentful-app/commit/2ced2b1b6e38493179ef7e561fb68c524b4bb0c0)) + + + +## 0.12.60 (2021-10-01) + + + +## 0.12.59 (2021-10-01) + + +### Bug Fixes + +* **deps:** bump adm-zip from 0.5.6 to 0.5.7 ([e09e8e1](https://github.com/contentful/create-contentful-app/commit/e09e8e1babf0711c5c5ef3145ef4bafc786dc562)) + + + +## 0.12.58 (2021-09-30) + + + +## 0.12.57 (2021-09-30) + + + +## 0.12.56 (2021-09-28) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.39.1 to 7.41.0 ([6519bcd](https://github.com/contentful/create-contentful-app/commit/6519bcdbeba74da28c22fb9efff964ecb4170171)) + + + +## 0.12.55 (2021-09-28) + + + +## 0.12.54 (2021-09-28) + + + +## 0.12.53 (2021-09-28) + + + +## 0.12.52 (2021-09-28) + + + +## 0.12.51 (2021-09-27) + + + +## 0.12.50 (2021-09-27) + + + +## 0.12.49 (2021-09-23) + + + +## 0.12.48 (2021-09-21) + + + +## 0.12.47 (2021-09-21) + + + +## 0.12.46 (2021-09-21) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.39.0 to 7.39.1 ([b1a5033](https://github.com/contentful/create-contentful-app/commit/b1a5033267bfc2a0c95bcc6268700972b2adf139)) + + + +## 0.12.45 (2021-09-16) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.4 to 8.1.5 ([d30f888](https://github.com/contentful/create-contentful-app/commit/d30f8888b7c0e6abff93db6f1a9c07fcb70d90f6)) + + + +## 0.12.44 (2021-09-16) + + + +## 0.12.43 (2021-09-15) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.3 to 8.1.4 ([52b4596](https://github.com/contentful/create-contentful-app/commit/52b45961f01b2c2fd73e665a45a59953e5251414)) + + + +## 0.12.42 (2021-09-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.38.2 to 7.39.0 ([62b8a19](https://github.com/contentful/create-contentful-app/commit/62b8a19d75ff26cdec6bd0153be99f2f977c66d9)) + + + +## 0.12.41 (2021-09-14) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.2 to 8.1.3 ([5320004](https://github.com/contentful/create-contentful-app/commit/5320004b90f9dfce864de44953d3dcc430ab2fbb)) + + + +## 0.12.40 (2021-09-14) + + + +## 0.12.39 (2021-09-14) + + + +## 0.12.38 (2021-09-14) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.38.0 to 7.38.2 ([eeae82e](https://github.com/contentful/create-contentful-app/commit/eeae82e3499a5f25357ee0ec8177d07d4a41f89e)) + + + +## 0.12.37 (2021-09-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.36.2 to 7.38.0 ([ef9adbd](https://github.com/contentful/create-contentful-app/commit/ef9adbdae19344d37acc058dc03c4666f57cdd5a)) + + + +## 0.12.36 (2021-09-13) + + + +## 0.12.35 (2021-09-13) + + +### Bug Fixes + +* **deps:** bump adm-zip from 0.5.5 to 0.5.6 ([85cd7bc](https://github.com/contentful/create-contentful-app/commit/85cd7bc9ee1f75d9fa83993724da4f440087a6f6)) + + + +## 0.12.34 (2021-09-10) + + +### Bug Fixes + +* **deps:** bump commander from 8.1.0 to 8.2.0 ([9a5fdc6](https://github.com/contentful/create-contentful-app/commit/9a5fdc628fe91b5a53304ca1c94bb51a624e3e7c)) + + + +## 0.12.33 (2021-09-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.31.0 to 7.36.2 ([a8b70af](https://github.com/contentful/create-contentful-app/commit/a8b70af8c71116694a5b753e71ccc15184d3392c)) + + + +## 0.12.32 (2021-09-09) + + + +## 0.12.31 (2021-09-07) + + + +## 0.12.30 (2021-09-07) + + + +## 0.12.29 (2021-09-06) + + + +## 0.12.28 (2021-09-01) + + + +## 0.12.27 (2021-09-01) + + + +## 0.12.26 (2021-08-31) + + + +## 0.12.25 (2021-08-31) + + + +## 0.12.24 (2021-08-30) + + + +## 0.12.23 (2021-08-27) + + + +## 0.12.22 (2021-08-27) + + + +## 0.12.21 (2021-08-24) + + + +## 0.12.20 (2021-08-24) + + + +## 0.12.19 (2021-08-20) + + + +## 0.12.18 (2021-08-17) + + + +## 0.12.17 (2021-08-17) + + + +## 0.12.16 (2021-08-16) + + + +## 0.12.15 (2021-08-16) + + + +## 0.12.14 (2021-08-13) + + + +## 0.12.13 (2021-08-12) + + + +## 0.12.12 (2021-08-10) + + + +## 0.12.11 (2021-08-10) + + + +## 0.12.10 (2021-08-06) + + + +## 0.12.9 (2021-08-04) + + + +## 0.12.8 (2021-08-04) + + + +## 0.12.7 (2021-08-04) + + + +## 0.12.6 (2021-08-03) + + + +## 0.12.5 (2021-08-03) + + + +## 0.12.4 (2021-08-03) + + + +## 0.12.3 (2021-08-02) + + +### Bug Fixes + +* **deps:** bump chalk from 4.1.1 to 4.1.2 ([f5d1907](https://github.com/contentful/create-contentful-app/commit/f5d1907e2d9e0a6db1448a79e0d780851dbbec06)) + + + +## 0.12.2 (2021-08-02) + + + +## 0.12.1 (2021-08-02) + + + +# 0.12.0 (2021-07-30) + + + +## 0.11.25 (2021-07-30) + + + +## 0.11.24 (2021-07-30) + + + +## 0.11.23 (2021-07-27) + + + +## 0.11.22 (2021-07-27) + + + +## 0.11.21 (2021-07-27) + + + +## 0.11.20 (2021-07-27) + + + +## 0.11.19 (2021-07-27) + + + +## 0.11.18 (2021-07-27) + + + +## 0.11.17 (2021-07-27) + + +### Bug Fixes + +* **deps:** bump commander from 8.0.0 to 8.1.0 ([8d67c0b](https://github.com/contentful/create-contentful-app/commit/8d67c0be2df6981c70233d1782be14db61a5f597)) + + + +## 0.11.16 (2021-07-27) + + + +## 0.11.15 (2021-07-27) + + + +## 0.11.14 (2021-07-27) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.29.0 to 7.31.0 ([05181b0](https://github.com/contentful/create-contentful-app/commit/05181b00612863c1e7e45c6fc56e1b0b88c502d1)) + + + +## 0.11.13 (2021-07-25) + + + +## 0.11.12 (2021-07-24) + + + +## 0.11.11 (2021-07-21) + + + +## 0.11.10 (2021-07-21) + + + +## 0.11.9 (2021-07-16) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.27.1 to 7.29.0 ([e1e10d6](https://github.com/contentful/create-contentful-app/commit/e1e10d6b92771688b50e77018768a9db5e463862)) + + + +## 0.11.8 (2021-07-15) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.1 to 8.1.2 ([#572](https://github.com/contentful/create-contentful-app/issues/572)) ([d32c8f9](https://github.com/contentful/create-contentful-app/commit/d32c8f9d2dcd9095bab882aa7043692f0a174f0c)) + + + +## 0.11.7 (2021-07-13) + + + +## 0.11.6 (2021-07-13) + + + +## 0.11.5 (2021-07-13) + + + +## 0.11.4 (2021-07-13) + + + +## 0.11.3 (2021-07-12) + + + +## 0.11.2 (2021-07-11) + + + +## 0.11.1 (2021-07-09) + + + +# 0.11.0 (2021-07-09) + + + +## 0.10.22 (2021-07-08) + + + +## 0.10.21 (2021-07-08) + + + +## 0.10.20 (2021-07-08) + + + +## 0.10.19 (2021-07-07) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.27.0 to 7.27.1 ([#559](https://github.com/contentful/create-contentful-app/issues/559)) ([d3ee389](https://github.com/contentful/create-contentful-app/commit/d3ee38951387ffcfc228b12375e8f64c1f3d2133)) + + + +## 0.10.18 (2021-07-06) + + + +## 0.10.17 (2021-07-06) + + + +## 0.10.16 (2021-07-05) + + + +## 0.10.15 (2021-07-05) + + + +## 0.10.14 (2021-07-04) + + + +## 0.10.13 (2021-07-02) + + + +## 0.10.12 (2021-07-02) + + + +## 0.10.11 (2021-07-02) + + + +## 0.10.10 (2021-07-02) + + +### Bug Fixes + +* **deps:** bump commander from 7.2.0 to 8.0.0 ([8054690](https://github.com/contentful/create-contentful-app/commit/805469010e0fa924a451b14984541191bd926d06)) + + + +## 0.10.9 (2021-07-01) + + + +## 0.10.8 (2021-06-30) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.22.4 to 7.27.0 ([#546](https://github.com/contentful/create-contentful-app/issues/546)) ([0c8732f](https://github.com/contentful/create-contentful-app/commit/0c8732f85987bf3e666dc5a805298364ed61b99e)) + + + +## 0.10.7 (2021-06-29) + + + +## 0.10.6 (2021-06-28) + + + +## 0.10.5 (2021-06-25) + + + +## 0.10.4 (2021-06-24) + + + +## 0.10.3 (2021-06-23) + + + +## 0.10.2 (2021-06-23) + + + +## 0.10.1 (2021-06-23) + + + +# 0.10.0 (2021-06-23) + + +### Features + +* app hosting release ([#400](https://github.com/contentful/create-contentful-app/issues/400)) ([3fc3b30](https://github.com/contentful/create-contentful-app/commit/3fc3b308a8ab0b7c28d04ab3b493635ce3ae7322)), closes [#392](https://github.com/contentful/create-contentful-app/issues/392) [#402](https://github.com/contentful/create-contentful-app/issues/402) [#421](https://github.com/contentful/create-contentful-app/issues/421) [#422](https://github.com/contentful/create-contentful-app/issues/422) [#428](https://github.com/contentful/create-contentful-app/issues/428) [#392](https://github.com/contentful/create-contentful-app/issues/392) [#402](https://github.com/contentful/create-contentful-app/issues/402) [#421](https://github.com/contentful/create-contentful-app/issues/421) [#422](https://github.com/contentful/create-contentful-app/issues/422) [#428](https://github.com/contentful/create-contentful-app/issues/428) [#513](https://github.com/contentful/create-contentful-app/issues/513) [#514](https://github.com/contentful/create-contentful-app/issues/514) + + + +## 0.9.29 (2021-06-22) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.24.0 to 7.25.1 ([3d6bc23](https://github.com/contentful/create-contentful-app/commit/3d6bc23a1393f61c456a1b831ef4c1122865e8fd)) + + + +## 0.9.28 (2021-06-22) + + + +## 0.9.27 (2021-06-22) + + + +## 0.9.26 (2021-06-22) + + + +## 0.9.25 (2021-06-22) + + + +## 0.9.24 (2021-06-22) + + + +## 0.9.23 (2021-06-21) + + +### Bug Fixes + +* **deps:** bump open from 8.2.0 to 8.2.1 ([91376c3](https://github.com/contentful/create-contentful-app/commit/91376c36cd2c487cd89147449ff4f5e1a8f96e13)) + + + +## 0.9.22 (2021-06-16) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.0 to 8.1.1 ([09e3384](https://github.com/contentful/create-contentful-app/commit/09e3384530a1f2c5f1eca9d94a41c788a2f4c9fe)) + + + +## 0.9.21 (2021-06-15) + + + +## 0.9.20 (2021-06-15) + + + +## 0.9.19 (2021-06-15) + + + +## 0.9.18 (2021-06-14) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.22.4 to 7.24.0 ([#515](https://github.com/contentful/create-contentful-app/issues/515)) ([e9db715](https://github.com/contentful/create-contentful-app/commit/e9db715be36aa33eb898ed68b71652880e355250)) + + + +## 0.9.17 (2021-06-14) + + + +## 0.9.16 (2021-06-10) + + + +## 0.9.15 (2021-06-10) + + + +## 0.9.14 (2021-06-09) + + +### Bug Fixes + +* **deps:** bump ora from 5.4.0 to 5.4.1 ([#508](https://github.com/contentful/create-contentful-app/issues/508)) ([337cc47](https://github.com/contentful/create-contentful-app/commit/337cc470e6bc0b757875fbad5417c8a150f6562c)) + + + +## 0.9.13 (2021-06-09) + + +### Bug Fixes + +* remove engines upper bound ([#510](https://github.com/contentful/create-contentful-app/issues/510)) ([4de7e8f](https://github.com/contentful/create-contentful-app/commit/4de7e8f0705fc4e5d8f59c2653e4793a1a37021b)) + + + +## 0.9.12 (2021-06-09) + + +### Bug Fixes + +* fix lerna versions ([#509](https://github.com/contentful/create-contentful-app/issues/509)) ([e9ba995](https://github.com/contentful/create-contentful-app/commit/e9ba995edc2819babea62657ebe4fd659c18d882)) + + + +## 0.9.10 (2021-06-07) + + + +## 0.9.9 (2021-06-04) + + + +## 0.9.8 (2021-06-04) + + + +## 0.9.7 (2021-06-03) + + + +## 0.9.6 (2021-06-03) + + + +## 0.9.5 (2021-06-03) + + + +## 0.9.4 (2021-06-03) + + + +## 0.9.3 (2021-06-03) + + + +## 0.9.2 (2021-06-03) + + + +## 0.9.1 (2021-06-02) + + + +# 0.9.0 (2021-06-01) + + +### Features + +* [EXT-2678] add validation for build folder ([1978d7a](https://github.com/contentful/create-contentful-app/commit/1978d7a3c684b9ed8d5e76a683bf9c613af54eb6)) +* include docs link in warning ([142f382](https://github.com/contentful/create-contentful-app/commit/142f382cf7b8fa1e35548b05ef4e6a2fbb68223b)) + + + +## 0.8.49 (2021-06-01) + + + +## 0.8.48 (2021-06-01) + + + +## 0.8.47 (2021-05-31) + + + +## 0.8.46 (2021-05-28) + + + +## 0.8.45 (2021-05-27) + + + +## 0.8.44 (2021-05-27) + + + +## 0.8.43 (2021-05-27) + + + +## 0.8.42 (2021-05-26) + + + +## 0.8.41 (2021-05-25) + + + +## 0.8.40 (2021-05-25) + + + +## 0.8.39 (2021-05-25) + + + +## 0.8.38 (2021-05-24) + + + +## 0.8.37 (2021-05-24) + + + +## 0.8.36 (2021-05-24) + + + +## 0.8.35 (2021-05-24) + + + +## 0.8.34 (2021-05-21) + + + +## 0.8.33 (2021-05-19) + + + +## 0.8.32 (2021-05-18) + + + +## 0.8.31 (2021-05-18) + + + +## 0.8.30 (2021-05-18) + + + +## 0.8.29 (2021-05-18) + + + +## 0.8.28 (2021-05-14) + + + +## 0.8.27 (2021-05-14) + + + +## 0.8.26 (2021-05-13) + + + +## 0.8.25 (2021-05-13) + + + +## 0.8.24 (2021-05-12) + + + +## 0.8.23 (2021-05-11) + + + +## 0.8.22 (2021-05-10) + + + +## 0.8.21 (2021-05-10) + + + +## 0.8.20 (2021-05-10) + + + +## 0.8.19 (2021-05-10) + + + +## 0.8.18 (2021-05-07) + + + +## 0.8.17 (2021-05-07) + + + +## 0.8.16 (2021-05-06) + + + +## 0.8.15 (2021-05-06) + + + +## 0.8.14 (2021-05-05) + + + +## 0.8.13 (2021-05-04) + + + +## 0.8.12 (2021-05-04) + + + +## 0.8.11 (2021-05-03) + + + +## 0.8.10 (2021-04-30) + + + +## 0.8.9 (2021-04-28) + + + +## 0.8.8 (2021-04-26) + + + +## 0.8.7 (2021-04-26) + + + +## 0.8.6 (2021-04-23) + + + +## 0.8.5 (2021-04-23) + + + +## 0.8.4 (2021-04-23) + + + +## 0.8.3 (2021-04-22) + + + +## 0.8.2 (2021-04-22) + + + +# 0.8.0 (2021-04-21) + + +### Features + +* update engines property ([638e4cc](https://github.com/contentful/create-contentful-app/commit/638e4cc3eb8b707de8c885df181cac8e13da905f)) + + + +## 0.7.4 (2021-04-20) + + + + + +## [0.14.136](https://github.com/contentful/create-contentful-app/compare/v0.14.135...v0.14.136) (2022-02-22) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.135](https://github.com/contentful/create-contentful-app/compare/v0.14.134...v0.14.135) (2022-02-22) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.134](https://github.com/contentful/create-contentful-app/compare/v0.14.133...v0.14.134) (2022-02-21) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.133](https://github.com/contentful/create-contentful-app/compare/v0.14.132...v0.14.133) (2022-02-21) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.132](https://github.com/contentful/create-contentful-app/compare/v0.14.131...v0.14.132) (2022-02-21) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.131](https://github.com/contentful/create-contentful-app/compare/v0.14.130...v0.14.131) (2022-02-21) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.130](https://github.com/contentful/create-contentful-app/compare/v0.14.129...v0.14.130) (2022-02-18) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.129](https://github.com/contentful/create-contentful-app/compare/v0.14.128...v0.14.129) (2022-02-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.2 to 8.1.3 ([d727cbd](https://github.com/contentful/create-contentful-app/commit/d727cbdf66c43bbd178c634c1d38639cec81ca6c)) + + + + + +## [0.14.128](https://github.com/contentful/create-contentful-app/compare/v0.14.127...v0.14.128) (2022-02-15) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.127](https://github.com/contentful/create-contentful-app/compare/v0.14.126...v0.14.127) (2022-02-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.0 to 8.1.2 ([b712a85](https://github.com/contentful/create-contentful-app/commit/b712a8545a36320a505e9ddc25b4ec4856f0c33b)) + + + + + +## [0.14.126](https://github.com/contentful/create-contentful-app/compare/v0.14.125...v0.14.126) (2022-02-15) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.125](https://github.com/contentful/create-contentful-app/compare/v0.14.124...v0.14.125) (2022-02-14) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.124](https://github.com/contentful/create-contentful-app/compare/v0.14.123...v0.14.124) (2022-02-14) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.123](https://github.com/contentful/create-contentful-app/compare/v0.14.122...v0.14.123) (2022-02-14) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.122](https://github.com/contentful/create-contentful-app/compare/v0.14.121...v0.14.122) (2022-02-14) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.121](https://github.com/contentful/create-contentful-app/compare/v0.14.120...v0.14.121) (2022-02-14) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.120](https://github.com/contentful/create-contentful-app/compare/v0.14.119...v0.14.120) (2022-02-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.0.0 to 8.1.0 ([8e3f474](https://github.com/contentful/create-contentful-app/commit/8e3f4748bad0c6c7641e9faec02ed571261fd794)) + + + + + +## [0.14.119](https://github.com/contentful/create-contentful-app/compare/v0.14.118...v0.14.119) (2022-02-13) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.118](https://github.com/contentful/create-contentful-app/compare/v0.14.117...v0.14.118) (2022-02-10) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.54.1 to 8.0.0 ([98db899](https://github.com/contentful/create-contentful-app/commit/98db899caf1b8b50e344aaeaf338d4aaa7230314)) + + + + + +## [0.14.117](https://github.com/contentful/create-contentful-app/compare/v0.14.116...v0.14.117) (2022-02-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.53.0 to 7.54.1 ([cc7695e](https://github.com/contentful/create-contentful-app/commit/cc7695e61e398ed62fb74eae243b626b6ec68c66)) + + + + + +## [0.14.116](https://github.com/contentful/create-contentful-app/compare/v0.14.115...v0.14.116) (2022-02-08) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.115](https://github.com/contentful/create-contentful-app/compare/v0.14.114...v0.14.115) (2022-02-08) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.114](https://github.com/contentful/create-contentful-app/compare/v0.14.113...v0.14.114) (2022-02-04) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.52.0 to 7.53.0 ([fe7770b](https://github.com/contentful/create-contentful-app/commit/fe7770bb85d6943a03ca71cc1f4fb8fcb5855ce6)) + + + + + +## [0.14.113](https://github.com/contentful/create-contentful-app/compare/v0.14.112...v0.14.113) (2022-02-03) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.5 to 7.52.0 ([4ae9413](https://github.com/contentful/create-contentful-app/commit/4ae941397a54a8705c5c57980692001237c46788)) + + + + + +## [0.14.112](https://github.com/contentful/create-contentful-app/compare/v0.14.111...v0.14.112) (2022-02-03) + + +### Bug Fixes + +* **deps:** bump dotenv from 15.0.0 to 16.0.0 ([73db9be](https://github.com/contentful/create-contentful-app/commit/73db9beb6dc83ed43ae44abffe9dce4478e095fc)) + + + + + +## [0.14.111](https://github.com/contentful/create-contentful-app/compare/v0.14.110...v0.14.111) (2022-02-02) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.110](https://github.com/contentful/create-contentful-app/compare/v0.14.109...v0.14.110) (2022-02-02) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.109](https://github.com/contentful/create-contentful-app/compare/v0.14.108...v0.14.109) (2022-02-01) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.108](https://github.com/contentful/create-contentful-app/compare/v0.14.107...v0.14.108) (2022-02-01) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.4 to 7.51.5 ([769cd08](https://github.com/contentful/create-contentful-app/commit/769cd08995d0caaef22e1c2acfe59edb27760cd2)) + + + + + +## [0.14.107](https://github.com/contentful/create-contentful-app/compare/v0.14.106...v0.14.107) (2022-02-01) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + +## [0.14.106](https://github.com/contentful/create-contentful-app/compare/v0.14.105...v0.14.106) (2022-02-01) + +**Note:** Version bump only for package @contentful/app-scripts + + + + + ## [0.14.105](https://github.com/contentful/create-contentful-app/compare/v0.14.104...v0.14.105) (2022-01-31) **Note:** Version bump only for package @contentful/app-scripts diff --git a/packages/contentful--app-scripts/package-lock.json b/packages/contentful--app-scripts/package-lock.json index 043f57f9f..6ba87cbf0 100644 --- a/packages/contentful--app-scripts/package-lock.json +++ b/packages/contentful--app-scripts/package-lock.json @@ -1,6 +1,6 @@ { "name": "@contentful/app-scripts", - "version": "0.14.128", + "version": "0.15.0", "lockfileVersion": 2, "requires": true, "packages": { @@ -180,9 +180,9 @@ } }, "node_modules/contentful-management": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-8.1.2.tgz", - "integrity": "sha512-OVBISez69X3cEWb7Vn4UuNvjU/I5kRNyVKSx5KjOa2NGSixlo1mDLvZjp6IGRwH5IVDNErSgU9EDHKRnhTTxWA==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-8.1.3.tgz", + "integrity": "sha512-ffb8wyG4qzXi9n85FaBlyXpPEyuZh1OSYb3oBYoQQHXVsh/+biavnWLW7VfFO2h3JU5iBDiBERXEWrTc6SFUlQ==", "dependencies": { "@types/json-patch": "0.0.30", "axios": "^0.26.0", @@ -782,9 +782,9 @@ "integrity": "sha512-JJfP2saEKbQqvW+FI93OYUB4ByV5cizMpFMiiJI8xDbBvQvSkIk0VvQdn1CZ8mqAO8Loq2h0gYTYtDFUZUeERw==" }, "contentful-management": { - "version": "8.1.2", - "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-8.1.2.tgz", - "integrity": "sha512-OVBISez69X3cEWb7Vn4UuNvjU/I5kRNyVKSx5KjOa2NGSixlo1mDLvZjp6IGRwH5IVDNErSgU9EDHKRnhTTxWA==", + "version": "8.1.3", + "resolved": "https://registry.npmjs.org/contentful-management/-/contentful-management-8.1.3.tgz", + "integrity": "sha512-ffb8wyG4qzXi9n85FaBlyXpPEyuZh1OSYb3oBYoQQHXVsh/+biavnWLW7VfFO2h3JU5iBDiBERXEWrTc6SFUlQ==", "requires": { "@types/json-patch": "0.0.30", "axios": "^0.26.0", diff --git a/packages/contentful--app-scripts/package.json b/packages/contentful--app-scripts/package.json index b6684fb93..981e7d202 100644 --- a/packages/contentful--app-scripts/package.json +++ b/packages/contentful--app-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/app-scripts", - "version": "0.14.128", + "version": "0.15.0", "description": "A collection of scripts for building Contentful Apps", "author": "Contentful GmbH", "license": "MIT", @@ -15,10 +15,9 @@ }, "main": "lib/index.js", "lint-staged": { - "*.{js}": [ + "*.js": [ "eslint --fix", - "prettier --write", - "git add" + "prettier --write" ] }, "bin": { diff --git a/packages/contentful--create-contentful-app/CHANGELOG.md b/packages/contentful--create-contentful-app/CHANGELOG.md index 34905c533..868f705c3 100644 --- a/packages/contentful--create-contentful-app/CHANGELOG.md +++ b/packages/contentful--create-contentful-app/CHANGELOG.md @@ -3,6 +3,1900 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.15.0 (2022-02-22) + + + +## 0.14.136 (2022-02-22) + + + +## 0.14.135 (2022-02-22) + + + +## 0.14.134 (2022-02-21) + + + +## 0.14.133 (2022-02-21) + + + +## 0.14.132 (2022-02-21) + + + +## 0.14.131 (2022-02-21) + + + +## 0.14.130 (2022-02-18) + + + +## 0.14.129 (2022-02-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.2 to 8.1.3 ([d727cbd](https://github.com/contentful/create-contentful-app/commit/d727cbdf66c43bbd178c634c1d38639cec81ca6c)) + + + +## 0.14.128 (2022-02-15) + + + +## 0.14.127 (2022-02-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.0 to 8.1.2 ([b712a85](https://github.com/contentful/create-contentful-app/commit/b712a8545a36320a505e9ddc25b4ec4856f0c33b)) + + + +## 0.14.126 (2022-02-15) + + + +## 0.14.125 (2022-02-14) + + + +## 0.14.124 (2022-02-14) + + + +## 0.14.123 (2022-02-14) + + + +## 0.14.122 (2022-02-14) + + + +## 0.14.121 (2022-02-14) + + + +## 0.14.120 (2022-02-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.0.0 to 8.1.0 ([8e3f474](https://github.com/contentful/create-contentful-app/commit/8e3f4748bad0c6c7641e9faec02ed571261fd794)) + + + +## 0.14.119 (2022-02-13) + + + +## 0.14.118 (2022-02-10) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.54.1 to 8.0.0 ([98db899](https://github.com/contentful/create-contentful-app/commit/98db899caf1b8b50e344aaeaf338d4aaa7230314)) + + + +## 0.14.117 (2022-02-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.53.0 to 7.54.1 ([cc7695e](https://github.com/contentful/create-contentful-app/commit/cc7695e61e398ed62fb74eae243b626b6ec68c66)) + + + +## 0.14.116 (2022-02-08) + + + +## 0.14.115 (2022-02-08) + + + +## 0.14.114 (2022-02-04) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.52.0 to 7.53.0 ([fe7770b](https://github.com/contentful/create-contentful-app/commit/fe7770bb85d6943a03ca71cc1f4fb8fcb5855ce6)) + + + +## 0.14.113 (2022-02-03) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.5 to 7.52.0 ([4ae9413](https://github.com/contentful/create-contentful-app/commit/4ae941397a54a8705c5c57980692001237c46788)) + + + +## 0.14.112 (2022-02-03) + + + +## 0.14.111 (2022-02-02) + + + +## 0.14.110 (2022-02-02) + + + +## 0.14.109 (2022-02-01) + + + +## 0.14.108 (2022-02-01) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.4 to 7.51.5 ([769cd08](https://github.com/contentful/create-contentful-app/commit/769cd08995d0caaef22e1c2acfe59edb27760cd2)) + + + +## 0.14.107 (2022-02-01) + + + +## 0.14.106 (2022-02-01) + + + +## 0.14.105 (2022-01-31) + + + +## 0.14.104 (2022-01-31) + + + +## 0.14.103 (2022-01-31) + + + +## 0.14.102 (2022-01-31) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.3 to 7.51.4 ([523c569](https://github.com/contentful/create-contentful-app/commit/523c569f374ad02d0cc5ede20fc6e78ef11f948b)) + + + +## 0.14.101 (2022-01-31) + + + +## 0.14.100 (2022-01-31) + + + +## 0.14.99 (2022-01-31) + + + +## 0.14.98 (2022-01-30) + + + +## 0.14.97 (2022-01-27) + + + +## 0.14.96 (2022-01-27) + + + +## 0.14.95 (2022-01-27) + + + +## 0.14.94 (2022-01-27) + + + +## 0.14.93 (2022-01-27) + + + +## 0.14.92 (2022-01-27) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.2 to 7.51.3 ([18a3932](https://github.com/contentful/create-contentful-app/commit/18a3932b3830efcba2a7a4684a66369652da53f5)) + + + +## 0.14.91 (2022-01-26) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.51.1 to 7.51.2 ([1e400f7](https://github.com/contentful/create-contentful-app/commit/1e400f792302380623d446c0a0909770570385d2)) + + + +## 0.14.90 (2022-01-25) + + + +## 0.14.89 (2022-01-25) + + + +## 0.14.88 (2022-01-25) + + + +## 0.14.87 (2022-01-25) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.50.2 to 7.51.1 ([9443ff4](https://github.com/contentful/create-contentful-app/commit/9443ff4ac8097ef5d08523fbb45964fb026e9f82)) + + + +## 0.14.86 (2022-01-25) + + + +## 0.14.85 (2022-01-25) + + + +## 0.14.84 (2022-01-25) + + + +## 0.14.83 (2022-01-21) + + + +## 0.14.82 (2022-01-21) + + + +## 0.14.81 (2022-01-21) + + + +## 0.14.80 (2022-01-21) + + + +## 0.14.79 (2022-01-21) + + + +## 0.14.78 (2022-01-21) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.50.0 to 7.50.2 ([10a2124](https://github.com/contentful/create-contentful-app/commit/10a2124757e54971d1e3969752e1820178a4d533)) + + + +## 0.14.77 (2022-01-19) + + + +## 0.14.76 (2022-01-18) + + + +## 0.14.75 (2022-01-18) + + + +## 0.14.74 (2022-01-18) + + + +## 0.14.73 (2022-01-18) + + + +## 0.14.72 (2022-01-17) + + + +## 0.14.71 (2022-01-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.49.0 to 7.50.0 ([6ca92c1](https://github.com/contentful/create-contentful-app/commit/6ca92c1a878bd577225be57063ac4f8ea01b6170)) + + + +## 0.14.70 (2022-01-17) + + + +## 0.14.69 (2022-01-16) + + + +## 0.14.68 (2022-01-15) + + + +## 0.14.67 (2022-01-13) + + + +## 0.14.66 (2022-01-12) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.48.0 to 7.49.0 ([d74947d](https://github.com/contentful/create-contentful-app/commit/d74947dc89842b479d440253130f4a259687e838)) + + + +## 0.14.65 (2022-01-11) + + + +## 0.14.64 (2022-01-11) + + + +## 0.14.63 (2022-01-11) + + + +## 0.14.62 (2022-01-10) + + + +## 0.14.61 (2022-01-10) + + + +## 0.14.60 (2022-01-07) + + +### Bug Fixes + +* update to Node 16 and dependencies ([#786](https://github.com/contentful/create-contentful-app/issues/786)) ([faddb49](https://github.com/contentful/create-contentful-app/commit/faddb49185858fca3b813d07185fb1c5527c9505)) + + + +## 0.14.59 (2022-01-07) + + + +## 0.14.58 (2022-01-05) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.47.2 to 7.48.0 ([38fa71b](https://github.com/contentful/create-contentful-app/commit/38fa71b6062a07cb765a99cd814e0429a2b70e7c)) + + + +## 0.14.57 (2022-01-04) + + + +## 0.14.56 (2022-01-04) + + + +## 0.14.55 (2022-01-04) + + + +## 0.14.54 (2022-01-04) + + + +## 0.14.53 (2021-12-28) + + + +## 0.14.52 (2021-12-28) + + + +## 0.14.51 (2021-12-28) + + + +## 0.14.50 (2021-12-27) + + + +## 0.14.49 (2021-12-27) + + + +## 0.14.48 (2021-12-24) + + + +## 0.14.47 (2021-12-22) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.47.1 to 7.47.2 ([463c762](https://github.com/contentful/create-contentful-app/commit/463c7628a84f964ceb05d49158369bb2f417540f)) + + + +## 0.14.46 (2021-12-21) + + + +## 0.14.45 (2021-12-21) + + + +## 0.14.44 (2021-12-21) + + + +## 0.14.43 (2021-12-21) + + + +## 0.14.42 (2021-12-20) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.47.0 to 7.47.1 ([8b93408](https://github.com/contentful/create-contentful-app/commit/8b93408b80e5d98f813afb47d264bbf0a4a02b2a)) + + + +## 0.14.41 (2021-12-20) + + + +## 0.14.40 (2021-12-20) + + + +## 0.14.39 (2021-12-17) + + + +## 0.14.38 (2021-12-16) + + + +## 0.14.37 (2021-12-16) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.46.0 to 7.47.0 ([a65e54b](https://github.com/contentful/create-contentful-app/commit/a65e54b2277d7c5a2aafc58c349635799aea4d4c)) + + + +## 0.14.36 (2021-12-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.7 to 7.46.0 ([19e2a4b](https://github.com/contentful/create-contentful-app/commit/19e2a4b038092b295faee062091bb473fabcf316)) + + + +## 0.14.35 (2021-12-15) + + +### Bug Fixes + +* 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)) + + + +## 0.14.34 (2021-12-14) + + + +## 0.14.33 (2021-12-14) + + + +## 0.14.32 (2021-12-14) + + + +## 0.14.31 (2021-12-10) + + + +## 0.14.30 (2021-12-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.6 to 7.45.7 ([ff07b19](https://github.com/contentful/create-contentful-app/commit/ff07b1903fe6e876ca951f327af4e2a46eabfc2b)) + + + +## 0.14.29 (2021-12-08) + + + +## 0.14.28 (2021-12-08) + + + +## 0.14.27 (2021-12-08) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.5 to 7.45.6 ([6f140db](https://github.com/contentful/create-contentful-app/commit/6f140dbcffe6a9097bcf1aba9e2244a245343cb3)) + + + +## 0.14.26 (2021-12-07) + + + +## 0.14.25 (2021-12-07) + + + +## 0.14.24 (2021-12-07) + + + +## 0.14.23 (2021-12-06) + + + +## 0.14.22 (2021-12-06) + + + +## 0.14.21 (2021-12-02) + + + +## 0.14.20 (2021-12-02) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.3 to 7.45.5 ([223458d](https://github.com/contentful/create-contentful-app/commit/223458d53bf76c38fa6db5609e6822f5a0adbe9e)) + + + +## 0.14.19 (2021-12-01) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.2 to 7.45.3 ([5a567a0](https://github.com/contentful/create-contentful-app/commit/5a567a078ef39a649954a3847da0f1cc15dd304c)) + + + +## 0.14.18 (2021-11-30) + + + +## 0.14.17 (2021-11-30) + + + +## 0.14.16 (2021-11-30) + + + +## 0.14.15 (2021-11-26) + + + +## 0.14.14 (2021-11-24) + + + +## 0.14.13 (2021-11-22) + + + +## 0.14.12 (2021-11-22) + + + +## 0.14.11 (2021-11-22) + + + +## 0.14.10 (2021-11-19) + + + +## 0.14.9 (2021-11-19) + + + +## 0.14.8 (2021-11-18) + + + +## 0.14.7 (2021-11-17) + + + +## 0.14.6 (2021-11-17) + + + +## 0.14.5 (2021-11-17) + + + +## 0.14.4 (2021-11-16) + + + +## 0.14.3 (2021-11-16) + + + +## 0.14.2 (2021-11-16) + + + +## 0.14.1 (2021-11-16) + + + +# 0.14.0 (2021-11-15) + + + +## 0.13.43 (2021-11-15) + + + +## 0.13.42 (2021-11-11) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.45.0 to 7.45.2 ([ee29b55](https://github.com/contentful/create-contentful-app/commit/ee29b55dddf93dbd6cf4a0af2b1de3bced375f06)) + + + +## 0.13.41 (2021-11-09) + + + +## 0.13.40 (2021-11-09) + + + +## 0.13.39 (2021-11-08) + + + +## 0.13.38 (2021-11-06) + + + +## 0.13.37 (2021-11-05) + + + +## 0.13.36 (2021-11-04) + + + +## 0.13.35 (2021-11-03) + + + +## 0.13.34 (2021-11-02) + + + +## 0.13.33 (2021-11-02) + + + +## 0.13.32 (2021-11-01) + + + +## 0.13.31 (2021-11-01) + + + +## 0.13.30 (2021-10-29) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.44.2 to 7.45.0 ([49448e4](https://github.com/contentful/create-contentful-app/commit/49448e4b8602fc208f66c9e1995fe0dcc00ed2ba)) + + + +## 0.13.29 (2021-10-27) + + + +## 0.13.28 (2021-10-26) + + + +## 0.13.27 (2021-10-26) + + + +## 0.13.26 (2021-10-25) + + +### Bug Fixes + +* **deps:** bump open from 8.3.0 to 8.4.0 ([5fe672a](https://github.com/contentful/create-contentful-app/commit/5fe672a18fcbea24c81d6096f7fb0ca23aba349f)) + + + +## 0.13.25 (2021-10-25) + + + +## 0.13.24 (2021-10-25) + + + +## 0.13.23 (2021-10-22) + + + +## 0.13.22 (2021-10-20) + + + +## 0.13.21 (2021-10-20) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.44.1 to 7.44.2 ([daf2a62](https://github.com/contentful/create-contentful-app/commit/daf2a622cd23567ea062c6a55d9f89f332fbd9f6)) + + + +## 0.13.20 (2021-10-19) + + + +## 0.13.19 (2021-10-19) + + + +## 0.13.18 (2021-10-15) + + + +## 0.13.17 (2021-10-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.44.0 to 7.44.1 ([2a00ad9](https://github.com/contentful/create-contentful-app/commit/2a00ad9414a0dad86d7dc6911d9ab5b4b46fd16f)) + + + +## 0.13.16 (2021-10-14) + + + +## 0.13.15 (2021-10-14) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.5 to 7.44.0 ([1e22cb2](https://github.com/contentful/create-contentful-app/commit/1e22cb2c7eca4662ef70ff3333840150271f1fe4)) + + + +## 0.13.14 (2021-10-14) + + + +## 0.13.13 (2021-10-14) + + + +## 0.13.12 (2021-10-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.2 to 7.42.5 ([21e5b07](https://github.com/contentful/create-contentful-app/commit/21e5b07d946762b51554390a05e2a57f207e7b97)) + + + +## 0.13.11 (2021-10-13) + + + +## 0.13.10 (2021-10-13) + + + +## 0.13.9 (2021-10-11) + + + +## 0.13.8 (2021-10-11) + + + +## 0.13.7 (2021-10-11) + + + +## 0.13.6 (2021-10-08) + + +### Bug Fixes + +* **deps:** bump open from 8.2.1 to 8.3.0 ([75e2574](https://github.com/contentful/create-contentful-app/commit/75e25741a3279f32219f72b568a3828f8d28f7b5)) + + + +## 0.13.5 (2021-10-08) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.1 to 7.42.2 ([4a34d24](https://github.com/contentful/create-contentful-app/commit/4a34d245015d0e543c88c64da373a4388d643d7b)) + + + +## 0.13.4 (2021-10-08) + + + +## 0.13.3 (2021-10-07) + + + +## 0.13.2 (2021-10-07) + + + +## 0.13.1 (2021-10-07) + + + +# 0.13.0 (2021-10-06) + + + +## 0.12.67 (2021-10-06) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.5 to 8.2.0 ([0b4a156](https://github.com/contentful/create-contentful-app/commit/0b4a1564d3cfaa3163db45607df7264538512876)) + + + +## 0.12.66 (2021-10-06) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.42.0 to 7.42.1 ([721b173](https://github.com/contentful/create-contentful-app/commit/721b173c74386f8ad6943fd7d750c222f6664d02)) + + + +## 0.12.65 (2021-10-05) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.41.1 to 7.42.0 ([d9837d5](https://github.com/contentful/create-contentful-app/commit/d9837d55221fdd705a377215ee01b6c75790e97e)) + + + +## 0.12.64 (2021-10-05) + + + +## 0.12.63 (2021-10-05) + + + +## 0.12.62 (2021-10-05) + + + +## 0.12.61 (2021-10-04) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.41.0 to 7.41.1 ([2ced2b1](https://github.com/contentful/create-contentful-app/commit/2ced2b1b6e38493179ef7e561fb68c524b4bb0c0)) + + + +## 0.12.60 (2021-10-01) + + + +## 0.12.59 (2021-10-01) + + + +## 0.12.58 (2021-09-30) + + + +## 0.12.57 (2021-09-30) + + + +## 0.12.56 (2021-09-28) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.39.1 to 7.41.0 ([6519bcd](https://github.com/contentful/create-contentful-app/commit/6519bcdbeba74da28c22fb9efff964ecb4170171)) + + + +## 0.12.55 (2021-09-28) + + + +## 0.12.54 (2021-09-28) + + + +## 0.12.53 (2021-09-28) + + + +## 0.12.52 (2021-09-28) + + + +## 0.12.51 (2021-09-27) + + + +## 0.12.50 (2021-09-27) + + + +## 0.12.49 (2021-09-23) + + + +## 0.12.48 (2021-09-21) + + + +## 0.12.47 (2021-09-21) + + + +## 0.12.46 (2021-09-21) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.39.0 to 7.39.1 ([b1a5033](https://github.com/contentful/create-contentful-app/commit/b1a5033267bfc2a0c95bcc6268700972b2adf139)) + + + +## 0.12.45 (2021-09-16) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.4 to 8.1.5 ([d30f888](https://github.com/contentful/create-contentful-app/commit/d30f8888b7c0e6abff93db6f1a9c07fcb70d90f6)) + + + +## 0.12.44 (2021-09-16) + + + +## 0.12.43 (2021-09-15) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.3 to 8.1.4 ([52b4596](https://github.com/contentful/create-contentful-app/commit/52b45961f01b2c2fd73e665a45a59953e5251414)) + + + +## 0.12.42 (2021-09-15) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.38.2 to 7.39.0 ([62b8a19](https://github.com/contentful/create-contentful-app/commit/62b8a19d75ff26cdec6bd0153be99f2f977c66d9)) + + + +## 0.12.41 (2021-09-14) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.2 to 8.1.3 ([5320004](https://github.com/contentful/create-contentful-app/commit/5320004b90f9dfce864de44953d3dcc430ab2fbb)) + + + +## 0.12.40 (2021-09-14) + + + +## 0.12.39 (2021-09-14) + + + +## 0.12.38 (2021-09-14) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.38.0 to 7.38.2 ([eeae82e](https://github.com/contentful/create-contentful-app/commit/eeae82e3499a5f25357ee0ec8177d07d4a41f89e)) + + + +## 0.12.37 (2021-09-13) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.36.2 to 7.38.0 ([ef9adbd](https://github.com/contentful/create-contentful-app/commit/ef9adbdae19344d37acc058dc03c4666f57cdd5a)) + + + +## 0.12.36 (2021-09-13) + + + +## 0.12.35 (2021-09-13) + + + +## 0.12.34 (2021-09-10) + + + +## 0.12.33 (2021-09-09) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.31.0 to 7.36.2 ([a8b70af](https://github.com/contentful/create-contentful-app/commit/a8b70af8c71116694a5b753e71ccc15184d3392c)) + + + +## 0.12.32 (2021-09-09) + + + +## 0.12.31 (2021-09-07) + + + +## 0.12.30 (2021-09-07) + + + +## 0.12.29 (2021-09-06) + + + +## 0.12.28 (2021-09-01) + + + +## 0.12.27 (2021-09-01) + + + +## 0.12.26 (2021-08-31) + + + +## 0.12.25 (2021-08-31) + + + +## 0.12.24 (2021-08-30) + + + +## 0.12.23 (2021-08-27) + + + +## 0.12.22 (2021-08-27) + + + +## 0.12.21 (2021-08-24) + + + +## 0.12.20 (2021-08-24) + + + +## 0.12.19 (2021-08-20) + + + +## 0.12.18 (2021-08-17) + + + +## 0.12.17 (2021-08-17) + + + +## 0.12.16 (2021-08-16) + + + +## 0.12.15 (2021-08-16) + + + +## 0.12.14 (2021-08-13) + + + +## 0.12.13 (2021-08-12) + + + +## 0.12.12 (2021-08-10) + + + +## 0.12.11 (2021-08-10) + + + +## 0.12.10 (2021-08-06) + + + +## 0.12.9 (2021-08-04) + + + +## 0.12.8 (2021-08-04) + + + +## 0.12.7 (2021-08-04) + + + +## 0.12.6 (2021-08-03) + + + +## 0.12.5 (2021-08-03) + + + +## 0.12.4 (2021-08-03) + + + +## 0.12.3 (2021-08-02) + + +### Bug Fixes + +* **deps:** bump chalk from 4.1.1 to 4.1.2 ([f5d1907](https://github.com/contentful/create-contentful-app/commit/f5d1907e2d9e0a6db1448a79e0d780851dbbec06)) + + + +## 0.12.2 (2021-08-02) + + + +## 0.12.1 (2021-08-02) + + + +# 0.12.0 (2021-07-30) + + + +## 0.11.25 (2021-07-30) + + + +## 0.11.24 (2021-07-30) + + + +## 0.11.23 (2021-07-27) + + + +## 0.11.22 (2021-07-27) + + + +## 0.11.21 (2021-07-27) + + + +## 0.11.20 (2021-07-27) + + + +## 0.11.19 (2021-07-27) + + + +## 0.11.18 (2021-07-27) + + + +## 0.11.17 (2021-07-27) + + + +## 0.11.16 (2021-07-27) + + + +## 0.11.15 (2021-07-27) + + + +## 0.11.14 (2021-07-27) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.29.0 to 7.31.0 ([05181b0](https://github.com/contentful/create-contentful-app/commit/05181b00612863c1e7e45c6fc56e1b0b88c502d1)) + + + +## 0.11.13 (2021-07-25) + + + +## 0.11.12 (2021-07-24) + + + +## 0.11.11 (2021-07-21) + + + +## 0.11.10 (2021-07-21) + + + +## 0.11.9 (2021-07-16) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.27.1 to 7.29.0 ([e1e10d6](https://github.com/contentful/create-contentful-app/commit/e1e10d6b92771688b50e77018768a9db5e463862)) + + + +## 0.11.8 (2021-07-15) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.1 to 8.1.2 ([#572](https://github.com/contentful/create-contentful-app/issues/572)) ([d32c8f9](https://github.com/contentful/create-contentful-app/commit/d32c8f9d2dcd9095bab882aa7043692f0a174f0c)) + + + +## 0.11.7 (2021-07-13) + + + +## 0.11.6 (2021-07-13) + + + +## 0.11.5 (2021-07-13) + + + +## 0.11.4 (2021-07-13) + + + +## 0.11.3 (2021-07-12) + + + +## 0.11.2 (2021-07-11) + + + +## 0.11.1 (2021-07-09) + + + +# 0.11.0 (2021-07-09) + + + +## 0.10.22 (2021-07-08) + + + +## 0.10.21 (2021-07-08) + + + +## 0.10.20 (2021-07-08) + + + +## 0.10.19 (2021-07-07) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.27.0 to 7.27.1 ([#559](https://github.com/contentful/create-contentful-app/issues/559)) ([d3ee389](https://github.com/contentful/create-contentful-app/commit/d3ee38951387ffcfc228b12375e8f64c1f3d2133)) + + + +## 0.10.18 (2021-07-06) + + + +## 0.10.17 (2021-07-06) + + + +## 0.10.16 (2021-07-05) + + + +## 0.10.15 (2021-07-05) + + + +## 0.10.14 (2021-07-04) + + + +## 0.10.13 (2021-07-02) + + + +## 0.10.12 (2021-07-02) + + + +## 0.10.11 (2021-07-02) + + + +## 0.10.10 (2021-07-02) + + + +## 0.10.9 (2021-07-01) + + + +## 0.10.8 (2021-06-30) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.22.4 to 7.27.0 ([#546](https://github.com/contentful/create-contentful-app/issues/546)) ([0c8732f](https://github.com/contentful/create-contentful-app/commit/0c8732f85987bf3e666dc5a805298364ed61b99e)) + + + +## 0.10.7 (2021-06-29) + + + +## 0.10.6 (2021-06-28) + + + +## 0.10.5 (2021-06-25) + + + +## 0.10.4 (2021-06-24) + + + +## 0.10.3 (2021-06-23) + + + +## 0.10.2 (2021-06-23) + + + +## 0.10.1 (2021-06-23) + + + +# 0.10.0 (2021-06-23) + + + +## 0.9.29 (2021-06-22) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.24.0 to 7.25.1 ([3d6bc23](https://github.com/contentful/create-contentful-app/commit/3d6bc23a1393f61c456a1b831ef4c1122865e8fd)) + + + +## 0.9.28 (2021-06-22) + + + +## 0.9.27 (2021-06-22) + + + +## 0.9.26 (2021-06-22) + + + +## 0.9.25 (2021-06-22) + + + +## 0.9.24 (2021-06-22) + + + +## 0.9.23 (2021-06-21) + + +### Bug Fixes + +* **deps:** bump open from 8.2.0 to 8.2.1 ([91376c3](https://github.com/contentful/create-contentful-app/commit/91376c36cd2c487cd89147449ff4f5e1a8f96e13)) + + + +## 0.9.22 (2021-06-16) + + +### Bug Fixes + +* **deps:** bump inquirer from 8.1.0 to 8.1.1 ([09e3384](https://github.com/contentful/create-contentful-app/commit/09e3384530a1f2c5f1eca9d94a41c788a2f4c9fe)) + + + +## 0.9.21 (2021-06-15) + + + +## 0.9.20 (2021-06-15) + + + +## 0.9.19 (2021-06-15) + + + +## 0.9.18 (2021-06-14) + + +### Bug Fixes + +* **deps:** bump contentful-management from 7.22.4 to 7.24.0 ([#515](https://github.com/contentful/create-contentful-app/issues/515)) ([e9db715](https://github.com/contentful/create-contentful-app/commit/e9db715be36aa33eb898ed68b71652880e355250)) + + + +## 0.9.17 (2021-06-14) + + + +## 0.9.16 (2021-06-10) + + + +## 0.9.15 (2021-06-10) + + + +## 0.9.14 (2021-06-09) + + + +## 0.9.13 (2021-06-09) + + +### Bug Fixes + +* remove engines upper bound ([#510](https://github.com/contentful/create-contentful-app/issues/510)) ([4de7e8f](https://github.com/contentful/create-contentful-app/commit/4de7e8f0705fc4e5d8f59c2653e4793a1a37021b)) + + + +## 0.9.12 (2021-06-09) + + + +## 0.9.11 (2021-06-07) + + + +## 0.9.10 (2021-06-07) + + + +## 0.9.9 (2021-06-04) + + + +## 0.9.8 (2021-06-04) + + + +## 0.9.7 (2021-06-03) + + + +## 0.9.6 (2021-06-03) + + + +## 0.9.5 (2021-06-03) + + + +## 0.9.4 (2021-06-03) + + + +## 0.9.3 (2021-06-03) + + + +## 0.9.2 (2021-06-03) + + + +## 0.9.1 (2021-06-02) + + + +# 0.9.0 (2021-06-01) + + + +## 0.8.49 (2021-06-01) + + + +## 0.8.48 (2021-06-01) + + + +## 0.8.47 (2021-05-31) + + + +## 0.8.46 (2021-05-28) + + + +## 0.8.45 (2021-05-27) + + + +## 0.8.44 (2021-05-27) + + + +## 0.8.43 (2021-05-27) + + + +## 0.8.42 (2021-05-26) + + + +## 0.8.41 (2021-05-25) + + + +## 0.8.40 (2021-05-25) + + + +## 0.8.39 (2021-05-25) + + + +## 0.8.38 (2021-05-24) + + + +## 0.8.37 (2021-05-24) + + + +## 0.8.36 (2021-05-24) + + + +## 0.8.35 (2021-05-24) + + + +## 0.8.34 (2021-05-21) + + + +## 0.8.33 (2021-05-19) + + + +## 0.8.32 (2021-05-18) + + + +## 0.8.31 (2021-05-18) + + + +## 0.8.30 (2021-05-18) + + + +## 0.8.29 (2021-05-18) + + + +## 0.8.28 (2021-05-14) + + + +## 0.8.27 (2021-05-14) + + + +## 0.8.26 (2021-05-13) + + + +## 0.8.25 (2021-05-13) + + + +## 0.8.24 (2021-05-12) + + + +## 0.8.23 (2021-05-11) + + + +## 0.8.22 (2021-05-10) + + + +## 0.8.21 (2021-05-10) + + + +## 0.8.20 (2021-05-10) + + + +## 0.8.19 (2021-05-10) + + + +## 0.8.18 (2021-05-07) + + + +## 0.8.17 (2021-05-07) + + + +## 0.8.16 (2021-05-06) + + + +## 0.8.15 (2021-05-06) + + + +## 0.8.14 (2021-05-05) + + + +## 0.8.13 (2021-05-04) + + + +## 0.8.12 (2021-05-04) + + + +## 0.8.11 (2021-05-03) + + + +## 0.8.10 (2021-04-30) + + + +## 0.8.9 (2021-04-28) + + + +## 0.8.8 (2021-04-26) + + + +## 0.8.7 (2021-04-26) + + + +## 0.8.6 (2021-04-23) + + + +## 0.8.5 (2021-04-23) + + + +## 0.8.4 (2021-04-23) + + + +## 0.8.3 (2021-04-22) + + + +## 0.8.2 (2021-04-22) + + + +## 0.8.1 (2021-04-21) + + +### Bug Fixes + +* [] use exact version for lerna publish and version ([#401](https://github.com/contentful/create-contentful-app/issues/401)) ([e992f97](https://github.com/contentful/create-contentful-app/commit/e992f9730c166a1a8655e95773276eccdf1b64fc)) + + + +# 0.8.0 (2021-04-21) + + +### Features + +* update engines property ([638e4cc](https://github.com/contentful/create-contentful-app/commit/638e4cc3eb8b707de8c885df181cac8e13da905f)) + + + +## 0.7.4 (2021-04-20) + + + + + +## [0.14.136](https://github.com/contentful/create-contentful-app/compare/v0.14.135...v0.14.136) (2022-02-22) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.135](https://github.com/contentful/create-contentful-app/compare/v0.14.134...v0.14.135) (2022-02-22) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.134](https://github.com/contentful/create-contentful-app/compare/v0.14.133...v0.14.134) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.133](https://github.com/contentful/create-contentful-app/compare/v0.14.132...v0.14.133) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.132](https://github.com/contentful/create-contentful-app/compare/v0.14.131...v0.14.132) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.131](https://github.com/contentful/create-contentful-app/compare/v0.14.130...v0.14.131) (2022-02-21) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.130](https://github.com/contentful/create-contentful-app/compare/v0.14.129...v0.14.130) (2022-02-18) + +**Note:** Version bump only for package @contentful/create-contentful-app + + + + + +## [0.14.129](https://github.com/contentful/create-contentful-app/compare/v0.14.128...v0.14.129) (2022-02-17) + + +### Bug Fixes + +* **deps:** bump contentful-management from 8.1.2 to 8.1.3 ([d727cbd](https://github.com/contentful/create-contentful-app/commit/d727cbdf66c43bbd178c634c1d38639cec81ca6c)) + + + + + ## [0.14.128](https://github.com/contentful/create-contentful-app/compare/v0.14.127...v0.14.128) (2022-02-15) **Note:** Version bump only for package @contentful/create-contentful-app diff --git a/packages/contentful--create-contentful-app/package.json b/packages/contentful--create-contentful-app/package.json index 79da7256f..9a616356d 100644 --- a/packages/contentful--create-contentful-app/package.json +++ b/packages/contentful--create-contentful-app/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/create-contentful-app", - "version": "0.14.128", + "version": "0.15.0", "description": "A template for building Contentful Apps", "author": "Contentful GmbH", "license": "MIT", @@ -17,8 +17,7 @@ "lint-staged": { "*.js": [ "eslint --fix", - "prettier --write", - "git add" + "prettier --write" ] }, "bin": { diff --git a/packages/create-contentful-app/CHANGELOG.md b/packages/create-contentful-app/CHANGELOG.md index d24f791f1..ff3f956d9 100644 --- a/packages/create-contentful-app/CHANGELOG.md +++ b/packages/create-contentful-app/CHANGELOG.md @@ -3,6 +3,1675 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.15.0 (2022-02-22) + + + +## 0.14.136 (2022-02-22) + + + +## 0.14.135 (2022-02-22) + + + +## 0.14.134 (2022-02-21) + + + +## 0.14.133 (2022-02-21) + + + +## 0.14.132 (2022-02-21) + + + +## 0.14.131 (2022-02-21) + + + +## 0.14.130 (2022-02-18) + + + +## 0.14.129 (2022-02-17) + + + +## 0.14.128 (2022-02-15) + + + +## 0.14.127 (2022-02-15) + + + +## 0.14.126 (2022-02-15) + + + +## 0.14.125 (2022-02-14) + + + +## 0.14.124 (2022-02-14) + + + +## 0.14.123 (2022-02-14) + + + +## 0.14.122 (2022-02-14) + + + +## 0.14.121 (2022-02-14) + + + +## 0.14.120 (2022-02-13) + + + +## 0.14.119 (2022-02-13) + + + +## 0.14.118 (2022-02-10) + + + +## 0.14.117 (2022-02-09) + + + +## 0.14.116 (2022-02-08) + + + +## 0.14.115 (2022-02-08) + + + +## 0.14.114 (2022-02-04) + + + +## 0.14.113 (2022-02-03) + + + +## 0.14.112 (2022-02-03) + + + +## 0.14.111 (2022-02-02) + + + +## 0.14.110 (2022-02-02) + + + +## 0.14.109 (2022-02-01) + + + +## 0.14.108 (2022-02-01) + + + +## 0.14.107 (2022-02-01) + + + +## 0.14.106 (2022-02-01) + + + +## 0.14.105 (2022-01-31) + + + +## 0.14.104 (2022-01-31) + + + +## 0.14.103 (2022-01-31) + + + +## 0.14.102 (2022-01-31) + + + +## 0.14.101 (2022-01-31) + + + +## 0.14.100 (2022-01-31) + + + +## 0.14.99 (2022-01-31) + + + +## 0.14.98 (2022-01-30) + + + +## 0.14.97 (2022-01-27) + + + +## 0.14.96 (2022-01-27) + + + +## 0.14.95 (2022-01-27) + + + +## 0.14.94 (2022-01-27) + + + +## 0.14.93 (2022-01-27) + + + +## 0.14.92 (2022-01-27) + + + +## 0.14.91 (2022-01-26) + + + +## 0.14.90 (2022-01-25) + + + +## 0.14.89 (2022-01-25) + + + +## 0.14.88 (2022-01-25) + + + +## 0.14.87 (2022-01-25) + + + +## 0.14.86 (2022-01-25) + + + +## 0.14.85 (2022-01-25) + + + +## 0.14.84 (2022-01-25) + + + +## 0.14.83 (2022-01-21) + + + +## 0.14.82 (2022-01-21) + + + +## 0.14.81 (2022-01-21) + + + +## 0.14.80 (2022-01-21) + + + +## 0.14.79 (2022-01-21) + + + +## 0.14.78 (2022-01-21) + + + +## 0.14.77 (2022-01-19) + + + +## 0.14.76 (2022-01-18) + + + +## 0.14.75 (2022-01-18) + + + +## 0.14.74 (2022-01-18) + + + +## 0.14.73 (2022-01-18) + + + +## 0.14.72 (2022-01-17) + + + +## 0.14.71 (2022-01-17) + + + +## 0.14.70 (2022-01-17) + + + +## 0.14.69 (2022-01-16) + + + +## 0.14.68 (2022-01-15) + + + +## 0.14.67 (2022-01-13) + + + +## 0.14.66 (2022-01-12) + + + +## 0.14.65 (2022-01-11) + + + +## 0.14.64 (2022-01-11) + + + +## 0.14.63 (2022-01-11) + + + +## 0.14.62 (2022-01-10) + + + +## 0.14.61 (2022-01-10) + + + +## 0.14.60 (2022-01-07) + + +### Bug Fixes + +* update to Node 16 and dependencies ([#786](https://github.com/contentful/create-contentful-app/issues/786)) ([faddb49](https://github.com/contentful/create-contentful-app/commit/faddb49185858fca3b813d07185fb1c5527c9505)) + + + +## 0.14.59 (2022-01-07) + + + +## 0.14.58 (2022-01-05) + + + +## 0.14.57 (2022-01-04) + + + +## 0.14.56 (2022-01-04) + + + +## 0.14.55 (2022-01-04) + + + +## 0.14.54 (2022-01-04) + + + +## 0.14.53 (2021-12-28) + + + +## 0.14.52 (2021-12-28) + + + +## 0.14.51 (2021-12-28) + + + +## 0.14.50 (2021-12-27) + + + +## 0.14.49 (2021-12-27) + + + +## 0.14.48 (2021-12-24) + + + +## 0.14.47 (2021-12-22) + + + +## 0.14.46 (2021-12-21) + + + +## 0.14.45 (2021-12-21) + + + +## 0.14.44 (2021-12-21) + + + +## 0.14.43 (2021-12-21) + + + +## 0.14.42 (2021-12-20) + + + +## 0.14.41 (2021-12-20) + + + +## 0.14.40 (2021-12-20) + + + +## 0.14.39 (2021-12-17) + + + +## 0.14.38 (2021-12-16) + + + +## 0.14.37 (2021-12-16) + + + +## 0.14.36 (2021-12-15) + + + +## 0.14.35 (2021-12-15) + + +### Bug Fixes + +* 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)) + + + +## 0.14.34 (2021-12-14) + + + +## 0.14.33 (2021-12-14) + + + +## 0.14.32 (2021-12-14) + + + +## 0.14.31 (2021-12-10) + + + +## 0.14.30 (2021-12-09) + + + +## 0.14.29 (2021-12-08) + + + +## 0.14.28 (2021-12-08) + + + +## 0.14.27 (2021-12-08) + + + +## 0.14.26 (2021-12-07) + + + +## 0.14.25 (2021-12-07) + + + +## 0.14.24 (2021-12-07) + + + +## 0.14.23 (2021-12-06) + + + +## 0.14.22 (2021-12-06) + + + +## 0.14.21 (2021-12-02) + + + +## 0.14.20 (2021-12-02) + + + +## 0.14.19 (2021-12-01) + + + +## 0.14.18 (2021-11-30) + + + +## 0.14.17 (2021-11-30) + + + +## 0.14.16 (2021-11-30) + + + +## 0.14.15 (2021-11-26) + + + +## 0.14.14 (2021-11-24) + + + +## 0.14.13 (2021-11-22) + + + +## 0.14.12 (2021-11-22) + + + +## 0.14.11 (2021-11-22) + + + +## 0.14.10 (2021-11-19) + + + +## 0.14.9 (2021-11-19) + + + +## 0.14.8 (2021-11-18) + + + +## 0.14.7 (2021-11-17) + + + +## 0.14.6 (2021-11-17) + + + +## 0.14.5 (2021-11-17) + + + +## 0.14.4 (2021-11-16) + + + +## 0.14.3 (2021-11-16) + + + +## 0.14.2 (2021-11-16) + + + +## 0.14.1 (2021-11-16) + + + +# 0.14.0 (2021-11-15) + + + +## 0.13.43 (2021-11-15) + + + +## 0.13.42 (2021-11-11) + + + +## 0.13.41 (2021-11-09) + + + +## 0.13.40 (2021-11-09) + + + +## 0.13.39 (2021-11-08) + + + +## 0.13.38 (2021-11-06) + + + +## 0.13.37 (2021-11-05) + + + +## 0.13.36 (2021-11-04) + + + +## 0.13.35 (2021-11-03) + + + +## 0.13.34 (2021-11-02) + + + +## 0.13.33 (2021-11-02) + + + +## 0.13.32 (2021-11-01) + + + +## 0.13.31 (2021-11-01) + + + +## 0.13.30 (2021-10-29) + + + +## 0.13.29 (2021-10-27) + + + +## 0.13.28 (2021-10-26) + + + +## 0.13.27 (2021-10-26) + + + +## 0.13.26 (2021-10-25) + + + +## 0.13.25 (2021-10-25) + + + +## 0.13.24 (2021-10-25) + + + +## 0.13.23 (2021-10-22) + + + +## 0.13.22 (2021-10-20) + + + +## 0.13.21 (2021-10-20) + + + +## 0.13.20 (2021-10-19) + + + +## 0.13.19 (2021-10-19) + + + +## 0.13.18 (2021-10-15) + + + +## 0.13.17 (2021-10-15) + + + +## 0.13.16 (2021-10-14) + + + +## 0.13.15 (2021-10-14) + + + +## 0.13.14 (2021-10-14) + + + +## 0.13.13 (2021-10-14) + + + +## 0.13.12 (2021-10-13) + + + +## 0.13.11 (2021-10-13) + + + +## 0.13.10 (2021-10-13) + + + +## 0.13.9 (2021-10-11) + + + +## 0.13.8 (2021-10-11) + + + +## 0.13.7 (2021-10-11) + + + +## 0.13.6 (2021-10-08) + + + +## 0.13.5 (2021-10-08) + + + +## 0.13.4 (2021-10-08) + + + +## 0.13.3 (2021-10-07) + + + +## 0.13.2 (2021-10-07) + + + +## 0.13.1 (2021-10-07) + + + +# 0.13.0 (2021-10-06) + + + +## 0.12.67 (2021-10-06) + + + +## 0.12.66 (2021-10-06) + + + +## 0.12.65 (2021-10-05) + + + +## 0.12.64 (2021-10-05) + + + +## 0.12.63 (2021-10-05) + + + +## 0.12.62 (2021-10-05) + + + +## 0.12.61 (2021-10-04) + + + +## 0.12.60 (2021-10-01) + + + +## 0.12.59 (2021-10-01) + + + +## 0.12.58 (2021-09-30) + + + +## 0.12.57 (2021-09-30) + + + +## 0.12.56 (2021-09-28) + + + +## 0.12.55 (2021-09-28) + + + +## 0.12.54 (2021-09-28) + + + +## 0.12.53 (2021-09-28) + + + +## 0.12.52 (2021-09-28) + + + +## 0.12.51 (2021-09-27) + + + +## 0.12.50 (2021-09-27) + + + +## 0.12.49 (2021-09-23) + + + +## 0.12.48 (2021-09-21) + + + +## 0.12.47 (2021-09-21) + + + +## 0.12.46 (2021-09-21) + + + +## 0.12.45 (2021-09-16) + + + +## 0.12.44 (2021-09-16) + + + +## 0.12.43 (2021-09-15) + + + +## 0.12.42 (2021-09-15) + + + +## 0.12.41 (2021-09-14) + + + +## 0.12.40 (2021-09-14) + + + +## 0.12.39 (2021-09-14) + + + +## 0.12.38 (2021-09-14) + + + +## 0.12.37 (2021-09-13) + + + +## 0.12.36 (2021-09-13) + + + +## 0.12.35 (2021-09-13) + + + +## 0.12.34 (2021-09-10) + + + +## 0.12.33 (2021-09-09) + + + +## 0.12.32 (2021-09-09) + + + +## 0.12.31 (2021-09-07) + + + +## 0.12.30 (2021-09-07) + + + +## 0.12.29 (2021-09-06) + + + +## 0.12.28 (2021-09-01) + + + +## 0.12.27 (2021-09-01) + + + +## 0.12.26 (2021-08-31) + + + +## 0.12.25 (2021-08-31) + + + +## 0.12.24 (2021-08-30) + + + +## 0.12.23 (2021-08-27) + + + +## 0.12.22 (2021-08-27) + + + +## 0.12.21 (2021-08-24) + + + +## 0.12.20 (2021-08-24) + + + +## 0.12.19 (2021-08-20) + + + +## 0.12.18 (2021-08-17) + + + +## 0.12.17 (2021-08-17) + + + +## 0.12.16 (2021-08-16) + + + +## 0.12.15 (2021-08-16) + + + +## 0.12.14 (2021-08-13) + + + +## 0.12.13 (2021-08-12) + + + +## 0.12.12 (2021-08-10) + + + +## 0.12.11 (2021-08-10) + + + +## 0.12.10 (2021-08-06) + + + +## 0.12.9 (2021-08-04) + + + +## 0.12.8 (2021-08-04) + + + +## 0.12.7 (2021-08-04) + + + +## 0.12.6 (2021-08-03) + + + +## 0.12.5 (2021-08-03) + + + +## 0.12.4 (2021-08-03) + + + +## 0.12.3 (2021-08-02) + + + +## 0.12.2 (2021-08-02) + + + +## 0.12.1 (2021-08-02) + + + +# 0.12.0 (2021-07-30) + + + +## 0.11.25 (2021-07-30) + + + +## 0.11.24 (2021-07-30) + + + +## 0.11.23 (2021-07-27) + + + +## 0.11.22 (2021-07-27) + + + +## 0.11.21 (2021-07-27) + + + +## 0.11.20 (2021-07-27) + + + +## 0.11.19 (2021-07-27) + + + +## 0.11.18 (2021-07-27) + + + +## 0.11.17 (2021-07-27) + + + +## 0.11.16 (2021-07-27) + + + +## 0.11.15 (2021-07-27) + + + +## 0.11.14 (2021-07-27) + + + +## 0.11.13 (2021-07-25) + + + +## 0.11.12 (2021-07-24) + + + +## 0.11.11 (2021-07-21) + + + +## 0.11.10 (2021-07-21) + + + +## 0.11.9 (2021-07-16) + + + +## 0.11.8 (2021-07-15) + + + +## 0.11.7 (2021-07-13) + + + +## 0.11.6 (2021-07-13) + + + +## 0.11.5 (2021-07-13) + + + +## 0.11.4 (2021-07-13) + + + +## 0.11.3 (2021-07-12) + + + +## 0.11.2 (2021-07-11) + + + +## 0.11.1 (2021-07-09) + + + +# 0.11.0 (2021-07-09) + + + +## 0.10.22 (2021-07-08) + + + +## 0.10.21 (2021-07-08) + + + +## 0.10.20 (2021-07-08) + + + +## 0.10.19 (2021-07-07) + + + +## 0.10.18 (2021-07-06) + + + +## 0.10.17 (2021-07-06) + + + +## 0.10.16 (2021-07-05) + + + +## 0.10.15 (2021-07-05) + + + +## 0.10.14 (2021-07-04) + + + +## 0.10.13 (2021-07-02) + + + +## 0.10.12 (2021-07-02) + + + +## 0.10.11 (2021-07-02) + + + +## 0.10.10 (2021-07-02) + + + +## 0.10.9 (2021-07-01) + + + +## 0.10.8 (2021-06-30) + + + +## 0.10.7 (2021-06-29) + + + +## 0.10.6 (2021-06-28) + + + +## 0.10.5 (2021-06-25) + + + +## 0.10.4 (2021-06-24) + + + +## 0.10.3 (2021-06-23) + + + +## 0.10.2 (2021-06-23) + + + +## 0.10.1 (2021-06-23) + + + +# 0.10.0 (2021-06-23) + + + +## 0.9.29 (2021-06-22) + + + +## 0.9.28 (2021-06-22) + + + +## 0.9.27 (2021-06-22) + + + +## 0.9.26 (2021-06-22) + + + +## 0.9.25 (2021-06-22) + + + +## 0.9.24 (2021-06-22) + + + +## 0.9.23 (2021-06-21) + + + +## 0.9.22 (2021-06-16) + + + +## 0.9.21 (2021-06-15) + + + +## 0.9.20 (2021-06-15) + + + +## 0.9.19 (2021-06-15) + + + +## 0.9.18 (2021-06-14) + + + +## 0.9.17 (2021-06-14) + + + +## 0.9.16 (2021-06-10) + + + +## 0.9.15 (2021-06-10) + + + +## 0.9.14 (2021-06-09) + + + +## 0.9.13 (2021-06-09) + + +### Bug Fixes + +* remove engines upper bound ([#510](https://github.com/contentful/create-contentful-app/issues/510)) ([4de7e8f](https://github.com/contentful/create-contentful-app/commit/4de7e8f0705fc4e5d8f59c2653e4793a1a37021b)) + + + +## 0.9.12 (2021-06-09) + + + +## 0.9.11 (2021-06-07) + + + +## 0.9.10 (2021-06-07) + + + +## 0.9.9 (2021-06-04) + + + +## 0.9.8 (2021-06-04) + + + +## 0.9.7 (2021-06-03) + + + +## 0.9.6 (2021-06-03) + + + +## 0.9.5 (2021-06-03) + + + +## 0.9.4 (2021-06-03) + + + +## 0.9.3 (2021-06-03) + + + +## 0.9.2 (2021-06-03) + + + +## 0.9.1 (2021-06-02) + + + +# 0.9.0 (2021-06-01) + + + +## 0.8.49 (2021-06-01) + + + +## 0.8.48 (2021-06-01) + + + +## 0.8.47 (2021-05-31) + + + +## 0.8.46 (2021-05-28) + + + +## 0.8.45 (2021-05-27) + + + +## 0.8.44 (2021-05-27) + + + +## 0.8.43 (2021-05-27) + + + +## 0.8.42 (2021-05-26) + + + +## 0.8.41 (2021-05-25) + + + +## 0.8.40 (2021-05-25) + + + +## 0.8.39 (2021-05-25) + + + +## 0.8.38 (2021-05-24) + + + +## 0.8.37 (2021-05-24) + + + +## 0.8.36 (2021-05-24) + + + +## 0.8.35 (2021-05-24) + + + +## 0.8.34 (2021-05-21) + + + +## 0.8.33 (2021-05-19) + + + +## 0.8.32 (2021-05-18) + + + +## 0.8.31 (2021-05-18) + + + +## 0.8.30 (2021-05-18) + + + +## 0.8.29 (2021-05-18) + + + +## 0.8.28 (2021-05-14) + + + +## 0.8.27 (2021-05-14) + + + +## 0.8.26 (2021-05-13) + + + +## 0.8.25 (2021-05-13) + + + +## 0.8.24 (2021-05-12) + + + +## 0.8.23 (2021-05-11) + + + +## 0.8.22 (2021-05-10) + + + +## 0.8.21 (2021-05-10) + + + +## 0.8.20 (2021-05-10) + + + +## 0.8.19 (2021-05-10) + + + +## 0.8.18 (2021-05-07) + + + +## 0.8.17 (2021-05-07) + + + +## 0.8.16 (2021-05-06) + + + +## 0.8.15 (2021-05-06) + + + +## 0.8.14 (2021-05-05) + + + +## 0.8.13 (2021-05-04) + + + +## 0.8.12 (2021-05-04) + + + +## 0.8.11 (2021-05-03) + + + +## 0.8.10 (2021-04-30) + + + +## 0.8.9 (2021-04-28) + + + +## 0.8.8 (2021-04-26) + + + +## 0.8.7 (2021-04-26) + + + +## 0.8.6 (2021-04-23) + + + +## 0.8.5 (2021-04-23) + + + +## 0.8.4 (2021-04-23) + + + +## 0.8.3 (2021-04-22) + + + +## 0.8.2 (2021-04-22) + + + +## 0.8.1 (2021-04-21) + + +### Bug Fixes + +* [] use exact version for lerna publish and version ([#401](https://github.com/contentful/create-contentful-app/issues/401)) ([e992f97](https://github.com/contentful/create-contentful-app/commit/e992f9730c166a1a8655e95773276eccdf1b64fc)) + + + +# 0.8.0 (2021-04-21) + + +### Features + +* update engines property ([638e4cc](https://github.com/contentful/create-contentful-app/commit/638e4cc3eb8b707de8c885df181cac8e13da905f)) + + + +## 0.7.4 (2021-04-20) + + + +## 0.7.3 (2021-04-20) + + + +## 0.7.2 (2021-04-20) + + + +## 0.7.1 (2021-04-17) + + + +# 0.7.0 (2021-04-16) + + + +## 0.6.2 (2021-04-16) + + + +## 0.6.1 (2021-04-15) + + + +# 0.6.0 (2021-04-15) + + + +## 0.5.1 (2021-04-15) + + + +# 0.5.0 (2021-04-14) + + + +## 0.4.6 (2021-04-14) + + + +## 0.4.5 (2021-04-11) + + + +## 0.4.4 (2021-04-09) + + + +## 0.4.3 (2021-04-08) + + +### Bug Fixes + +* extract app scripts ([#368](https://github.com/contentful/create-contentful-app/issues/368)) ([85d4a49](https://github.com/contentful/create-contentful-app/commit/85d4a49fb4954cf8dfd9bc54b7b36ae18d2a3bec)) +* extract app scripts ([#368](https://github.com/contentful/create-contentful-app/issues/368)) ([9e53220](https://github.com/contentful/create-contentful-app/commit/9e5322074fc09cec4ba21fe9b97bc674ae02c3ed)) + + + + + +## [0.14.136](https://github.com/contentful/create-contentful-app/compare/v0.14.135...v0.14.136) (2022-02-22) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.135](https://github.com/contentful/create-contentful-app/compare/v0.14.134...v0.14.135) (2022-02-22) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.134](https://github.com/contentful/create-contentful-app/compare/v0.14.133...v0.14.134) (2022-02-21) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.133](https://github.com/contentful/create-contentful-app/compare/v0.14.132...v0.14.133) (2022-02-21) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.132](https://github.com/contentful/create-contentful-app/compare/v0.14.131...v0.14.132) (2022-02-21) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.131](https://github.com/contentful/create-contentful-app/compare/v0.14.130...v0.14.131) (2022-02-21) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.130](https://github.com/contentful/create-contentful-app/compare/v0.14.129...v0.14.130) (2022-02-18) + +**Note:** Version bump only for package create-contentful-app + + + + + +## [0.14.129](https://github.com/contentful/create-contentful-app/compare/v0.14.128...v0.14.129) (2022-02-17) + +**Note:** Version bump only for package create-contentful-app + + + + + ## [0.14.128](https://github.com/contentful/create-contentful-app/compare/v0.14.127...v0.14.128) (2022-02-15) **Note:** Version bump only for package create-contentful-app diff --git a/packages/create-contentful-app/package.json b/packages/create-contentful-app/package.json index f086186a7..a39baf0ba 100644 --- a/packages/create-contentful-app/package.json +++ b/packages/create-contentful-app/package.json @@ -1,6 +1,6 @@ { "name": "create-contentful-app", - "version": "0.14.128", + "version": "0.15.0", "description": "A template for building Contentful Apps", "author": "Contentful GmbH", "license": "MIT", @@ -18,8 +18,7 @@ "lint-staged": { "*.js": [ "eslint --fix", - "prettier --write", - "git add" + "prettier --write" ] }, "bin": {