Skip to content

Commit 571371b

Browse files
chore(release): release [skip ci]
- @contentful/[email protected] - @contentful/[email protected] - [email protected]
1 parent a526d14 commit 571371b

File tree

9 files changed

+37
-13
lines changed

9 files changed

+37
-13
lines changed

packages/contentful--app-scripts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.4.0](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-01)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.48.1 to 11.48.3 ([#2413](https://github.com/contentful/create-contentful-app/issues/2413)) ([e85ea7f](https://github.com/contentful/create-contentful-app/commit/e85ea7f1a2ca71ec2d0d56ebfabc1465a5ba273a))
11+
- **deps:** bump contentful-management from 11.48.3 to 11.49.0 ([#2418](https://github.com/contentful/create-contentful-app/issues/2418)) ([11d952e](https://github.com/contentful/create-contentful-app/commit/11d952e650395eb94c22c796a9ad7468b116bbe4))
12+
- **deps:** bump contentful-management from 11.49.0 to 11.50.1 ([#2425](https://github.com/contentful/create-contentful-app/issues/2425)) ([d84fa23](https://github.com/contentful/create-contentful-app/commit/d84fa230190f1ca5995a599e4f9458f8002ddc32))
13+
- **deps:** bump esbuild from 0.25.1 to 0.25.2 ([#2420](https://github.com/contentful/create-contentful-app/issues/2420)) ([1706171](https://github.com/contentful/create-contentful-app/commit/1706171ae6d2f7a9463a4d592ac81b7168683d3e))
14+
15+
### Features
16+
17+
- generate-function accepts keepPackageJson flag [EXT-6292] ([#2419](https://github.com/contentful/create-contentful-app/issues/2419)) ([a526d14](https://github.com/contentful/create-contentful-app/commit/a526d147b59aaa7e4f76141852a02367847b761d))
18+
619
## [2.3.1](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-25)
720

821
### Bug Fixes

packages/contentful--app-scripts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful--app-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/app-scripts",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "A collection of scripts for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

packages/contentful--create-contentful-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.6](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-04-01)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.48.3 to 11.49.0 ([#2418](https://github.com/contentful/create-contentful-app/issues/2418)) ([11d952e](https://github.com/contentful/create-contentful-app/commit/11d952e650395eb94c22c796a9ad7468b116bbe4))
11+
- **deps:** bump contentful-management from 11.49.0 to 11.50.1 ([#2425](https://github.com/contentful/create-contentful-app/issues/2425)) ([d84fa23](https://github.com/contentful/create-contentful-app/commit/d84fa230190f1ca5995a599e4f9458f8002ddc32))
12+
613
## [2.1.5](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-03-27)
714

815
### Bug Fixes

packages/contentful--create-contentful-app/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful--create-contentful-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/create-contentful-app",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "A template for building Contentful Apps",
55
"keywords": [
66
"contentful",
@@ -36,7 +36,7 @@
3636
"test": "mocha 'test/**/*.spec.{js,ts}'"
3737
},
3838
"dependencies": {
39-
"@contentful/app-scripts": "2.3.1",
39+
"@contentful/app-scripts": "2.4.0",
4040
"@segment/analytics-node": "^2.2.0",
4141
"chalk": "4.1.2",
4242
"commander": "12.1.0",

packages/create-contentful-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.7](https://github.com/contentful/create-contentful-app/compare/[email protected]@2.0.7) (2025-04-01)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [2.0.6](https://github.com/contentful/create-contentful-app/compare/[email protected]@2.0.6) (2025-03-27)
711

812
**Note:** Version bump only for package create-contentful-app

packages/create-contentful-app/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-contentful-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-contentful-app",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "A template for building Contentful Apps",
55
"keywords": [
66
"contentful",
@@ -29,7 +29,7 @@
2929
"create-contentful-app": "index.js"
3030
},
3131
"dependencies": {
32-
"@contentful/create-contentful-app": "2.1.5"
32+
"@contentful/create-contentful-app": "2.1.6"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)