Skip to content

Commit c34e17b

Browse files
chore(release): release [skip ci]
- @contentful/app-scripts@1.33.0 - @contentful/create-contentful-app@1.18.0 - create-contentful-app@1.3.32
1 parent cd083a7 commit c34e17b

File tree

9 files changed

+39
-13
lines changed

9 files changed

+39
-13
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.33.0](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@1.32.3...@contentful/app-scripts@1.33.0) (2025-02-26)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.47.1 to 11.47.2 ([#2342](https://github.com/contentful/create-contentful-app/issues/2342)) ([f93c4eb](https://github.com/contentful/create-contentful-app/commit/f93c4eb6a9e4b6395ee0ffa6ec1f4ba2bf42e6b3))
11+
- **deps:** bump esbuild from 0.24.2 to 0.25.0 ([#2329](https://github.com/contentful/create-contentful-app/issues/2329)) ([53b92ce](https://github.com/contentful/create-contentful-app/commit/53b92cebe2157eaddb72c678a52f70b61de67b22))
12+
- **deps:** bump zod from 3.24.1 to 3.24.2 ([#2333](https://github.com/contentful/create-contentful-app/issues/2333)) ([63dea22](https://github.com/contentful/create-contentful-app/commit/63dea22adfed35376811d7725a7624883786a231))
13+
14+
### Features
15+
16+
- easy-add-app-functions [EXT-6022] ([#2326](https://github.com/contentful/create-contentful-app/issues/2326)) ([cd083a7](https://github.com/contentful/create-contentful-app/commit/cd083a714199a1beba10c1ab4ec71aea10255a9b))
17+
618
## [1.32.3](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@1.32.2...@contentful/app-scripts@1.32.3) (2025-02-07)
719

820
### 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": "1.32.3",
3+
"version": "1.33.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.18.0](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.7...@contentful/create-contentful-app@1.18.0) (2025-02-26)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.47.1 to 11.47.2 ([#2342](https://github.com/contentful/create-contentful-app/issues/2342)) ([f93c4eb](https://github.com/contentful/create-contentful-app/commit/f93c4eb6a9e4b6395ee0ffa6ec1f4ba2bf42e6b3))
11+
12+
### Features
13+
14+
- easy-add-app-functions [EXT-6022] ([#2326](https://github.com/contentful/create-contentful-app/issues/2326)) ([cd083a7](https://github.com/contentful/create-contentful-app/commit/cd083a714199a1beba10c1ab4ec71aea10255a9b))
15+
616
## [1.17.7](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.6...@contentful/create-contentful-app@1.17.7) (2025-02-07)
717

818
### 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": "1.17.7",
3+
"version": "1.18.0",
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": "1.32.3",
39+
"@contentful/app-scripts": "1.33.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+
## [1.3.32](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.31...create-contentful-app@1.3.32) (2025-02-26)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.31](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.30...create-contentful-app@1.3.31) (2025-02-07)
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.31",
3+
"version": "1.3.32",
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.7"
32+
"@contentful/create-contentful-app": "1.18.0"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)