Skip to content

Commit 36966ed

Browse files
chore(release): publish [skip ci]
- project: @contentful/create-contentful-app 2.2.4 - project: @contentful/react-apps-toolkit 1.2.19 - project: @contentful/app-scripts 2.5.8 - project: create-contentful-app 2.0.20
1 parent 1d4c1e1 commit 36966ed

9 files changed

Lines changed: 51 additions & 12 deletions

File tree

package-lock.json

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.8 (2026-01-20)
2+
3+
This was a version bump only for @contentful/app-scripts to align it with other projects, there were no code changes.
4+
15
# Change Log
26

37
All notable changes to this project will be documented in this file.

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.5.7",
3+
"version": "2.5.8",
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
@@ -1,3 +1,13 @@
1+
## 2.2.4 (2026-01-20)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** bump validate-npm-package-name from 6.0.2 to 7.0.1 ([#2848](https://github.com/contentful/create-contentful-app/pull/2848))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @contentful/app-scripts to 2.5.8
10+
111
# Change Log
212

313
All notable changes to this project will be documented in this file.

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.2.3",
3+
"version": "2.2.4",
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.5.7",
39+
"@contentful/app-scripts": "2.5.8",
4040
"@segment/analytics-node": "^2.2.0",
4141
"chalk": "4.1.2",
4242
"commander": "12.1.0",

packages/contentful--react-apps-toolkit/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.2.19 (2026-01-20)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** bump contentful-management from 11.63.1 to 11.66.0 ([#2833](https://github.com/contentful/create-contentful-app/pull/2833))
6+
- **deps:** bump glob from 10.4.5 to 10.5.0 ([#2801](https://github.com/contentful/create-contentful-app/pull/2801))
7+
- **deps:** bump contentful-management from 11.61.0 to 11.63.1 ([#2789](https://github.com/contentful/create-contentful-app/pull/2789))
8+
- **deps:** bump contentful-management from 11.57.4 to 11.61.0 ([#2759](https://github.com/contentful/create-contentful-app/pull/2759))
9+
- **deps:** bump contentful-management from 11.57.3 to 11.57.4 ([#2704](https://github.com/contentful/create-contentful-app/pull/2704))
10+
- **deps:** bump contentful-management from 11.57.2 to 11.57.3 ([#2698](https://github.com/contentful/create-contentful-app/pull/2698))
11+
- **deps:** bump contentful-management from 11.54.4 to 11.57.2 ([#2694](https://github.com/contentful/create-contentful-app/pull/2694))
12+
- **deps:** bump contentful-management from 11.54.3 to 11.54.4 ([#2614](https://github.com/contentful/create-contentful-app/pull/2614))
13+
- **deps:** bump contentful-management from 11.54.2 to 11.54.3 ([#2602](https://github.com/contentful/create-contentful-app/pull/2602))
14+
- **deps:** bump form-data from 4.0.0 to 4.0.4 ([#2598](https://github.com/contentful/create-contentful-app/pull/2598))
15+
- **deps:** bump contentful-management from 11.54.1 to 11.54.2 ([#2593](https://github.com/contentful/create-contentful-app/pull/2593))
16+
- **deps:** bump contentful-management from 11.54.0 to 11.54.1 ([#2563](https://github.com/contentful/create-contentful-app/pull/2563))
17+
- **deps:** bump contentful-management from 11.53.0 to 11.54.0 ([#2556](https://github.com/contentful/create-contentful-app/pull/2556))
18+
- **deps:** bump contentful-management from 11.52.2 to 11.53.0 ([#2542](https://github.com/contentful/create-contentful-app/pull/2542))
19+
120
# Change Log
221

322
All notable changes to this project will be documented in this file.

packages/contentful--react-apps-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/react-apps-toolkit",
3-
"version": "1.2.18",
3+
"version": "1.2.19",
44
"description": "Toolkit for building a Contentful app in React",
55
"keywords": [],
66
"author": "Contentful GmbH",

packages/create-contentful-app/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.20 (2026-01-20)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @contentful/create-contentful-app to 2.2.4
6+
17
# Change Log
28

39
All notable changes to this project will be documented in this file.

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.19",
3+
"version": "2.0.20",
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.2.3"
32+
"@contentful/create-contentful-app": "2.2.4"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)