Skip to content

Commit 14a49c8

Browse files
chore(release): release [skip ci]
- @contentful/app-scripts@1.32.0 - @contentful/create-contentful-app@1.17.2 - create-contentful-app@1.3.26
1 parent de3ca4f commit 14a49c8

File tree

9 files changed

+36
-13
lines changed

9 files changed

+36
-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.32.0](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@1.31.1...@contentful/app-scripts@1.32.0) (2024-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.40.0 to 11.40.1 ([#2249](https://github.com/contentful/create-contentful-app/issues/2249)) ([b8940e1](https://github.com/contentful/create-contentful-app/commit/b8940e1ca33419d5cf89b0f4f8228a2da6b263e9))
11+
- **deps:** bump contentful-management from 11.40.1 to 11.40.2 ([#2251](https://github.com/contentful/create-contentful-app/issues/2251)) ([37f03d2](https://github.com/contentful/create-contentful-app/commit/37f03d24a7557ddf6551d83cd0a377372e29c3e6))
12+
- **deps:** bump dotenv from 16.4.6 to 16.4.7 ([#2250](https://github.com/contentful/create-contentful-app/issues/2250)) ([54d366c](https://github.com/contentful/create-contentful-app/commit/54d366cd2a890eacf16d81e1affe573f634449a8))
13+
14+
### Features
15+
16+
- build-functions app script [EXT-5978] ([#2264](https://github.com/contentful/create-contentful-app/issues/2264)) ([de3ca4f](https://github.com/contentful/create-contentful-app/commit/de3ca4f55b8c543346919d34d678994efa559585))
17+
618
## [1.31.1](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@1.31.0...@contentful/app-scripts@1.31.1) (2024-12-03)
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.31.1",
3+
"version": "1.32.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+
## [1.17.2](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.1...@contentful/create-contentful-app@1.17.2) (2024-12-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.40.0 to 11.40.1 ([#2249](https://github.com/contentful/create-contentful-app/issues/2249)) ([b8940e1](https://github.com/contentful/create-contentful-app/commit/b8940e1ca33419d5cf89b0f4f8228a2da6b263e9))
11+
- **deps:** bump contentful-management from 11.40.1 to 11.40.2 ([#2251](https://github.com/contentful/create-contentful-app/issues/2251)) ([37f03d2](https://github.com/contentful/create-contentful-app/commit/37f03d24a7557ddf6551d83cd0a377372e29c3e6))
12+
613
## [1.17.1](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.0...@contentful/create-contentful-app@1.17.1) (2024-12-03)
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": "1.17.1",
3+
"version": "1.17.2",
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.31.1",
39+
"@contentful/app-scripts": "1.32.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.26](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.25...create-contentful-app@1.3.26) (2024-12-17)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.25](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.24...create-contentful-app@1.3.25) (2024-12-03)
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.25",
3+
"version": "1.3.26",
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.1"
32+
"@contentful/create-contentful-app": "1.17.2"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)