Skip to content

Commit d382727

Browse files
chore(release): release [skip ci]
- @contentful/create-contentful-app@2.0.0-alpha.0 - create-contentful-app@2.0.0-alpha.0
1 parent e0fec0f commit d382727

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.0](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.18.6...@contentful/create-contentful-app@2.0.0-alpha.0) (2025-03-05)
7+
8+
- feat!: [BREAKING CHANGE] Remove actions option from CCA [EXT-6023] (#2358) ([e0fec0f](https://github.com/contentful/create-contentful-app/commit/e0fec0f8510331f9e46fed6e4b3e86503c0eb66b)), closes [#2358](https://github.com/contentful/create-contentful-app/issues/2358)
9+
10+
### BREAKING CHANGES
11+
12+
- remove app actions and bump engines
13+
614
## [1.18.6](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.18.5...@contentful/create-contentful-app@1.18.6) (2025-03-05)
715

816
**Note:** Version bump only for package @contentful/create-contentful-app

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.18.6",
3+
"version": "2.0.0-alpha.0",
44
"description": "A template for building Contentful Apps",
55
"keywords": [
66
"contentful",

packages/create-contentful-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0-alpha.0](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.38...create-contentful-app@2.0.0-alpha.0) (2025-03-05)
7+
8+
- feat!: [BREAKING CHANGE] Remove actions option from CCA [EXT-6023] (#2358) ([e0fec0f](https://github.com/contentful/create-contentful-app/commit/e0fec0f8510331f9e46fed6e4b3e86503c0eb66b)), closes [#2358](https://github.com/contentful/create-contentful-app/issues/2358)
9+
10+
### BREAKING CHANGES
11+
12+
- remove app actions and bump engines
13+
614
## [1.3.38](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.37...create-contentful-app@1.3.38) (2025-03-05)
715

816
**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.38",
3+
"version": "2.0.0-alpha.0",
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.18.6"
32+
"@contentful/create-contentful-app": "2.0.0-alpha.0"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)