Skip to content

Commit dce83a3

Browse files
chore(release): release [skip ci]
- @contentful/create-contentful-app@1.17.4 - create-contentful-app@1.3.28
1 parent feaaa15 commit dce83a3

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

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+
## [1.17.4](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.3...@contentful/create-contentful-app@1.17.4) (2025-01-02)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.40.2 to 11.40.3 ([#2276](https://github.com/contentful/create-contentful-app/issues/2276)) ([c77e0ae](https://github.com/contentful/create-contentful-app/commit/c77e0ae2a395bf80c62aa27354f908bcc721ddf7))
11+
- improve error handling for invalid templates in CCA [EXT-4028] ([#2277](https://github.com/contentful/create-contentful-app/issues/2277)) ([feaaa15](https://github.com/contentful/create-contentful-app/commit/feaaa15b8a1803d4ff07b1d8b264ba1049c291f8))
12+
613
## [1.17.3](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.2...@contentful/create-contentful-app@1.17.3) (2024-12-20)
714

815
### Bug Fixes

packages/contentful--create-contentful-app/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--create-contentful-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/create-contentful-app",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "A template for building Contentful Apps",
55
"keywords": [
66
"contentful",

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+
## [1.3.28](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.27...create-contentful-app@1.3.28) (2025-01-02)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.27](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.26...create-contentful-app@1.3.27) (2024-12-20)
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": "1.3.27",
3+
"version": "1.3.28",
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": "1.17.3"
32+
"@contentful/create-contentful-app": "1.17.4"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)