Skip to content

Commit 57ed550

Browse files
chore(release): publish [skip ci]
- project: @contentful/create-contentful-app 2.2.5 - project: @contentful/react-apps-toolkit 1.2.20 - project: @contentful/app-scripts 2.5.9 - project: create-contentful-app 2.0.21
1 parent 0a5939e commit 57ed550

9 files changed

Lines changed: 149 additions & 50 deletions

File tree

package-lock.json

Lines changed: 112 additions & 44 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.5.9 (2026-02-20)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** bump lodash from 4.17.21 to 4.17.23 ([#2892](https://github.com/contentful/create-contentful-app/pull/2892))
6+
17
## 2.5.8 (2026-01-20)
28

39
This was a version bump only for @contentful/app-scripts to align it with other projects, there were no code changes.

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.8",
3+
"version": "2.5.9",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.2.5 (2026-02-20)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** bump contentful-management from 11.66.0 to 11.68.1 ([#2924](https://github.com/contentful/create-contentful-app/pull/2924))
6+
- **deps:** bump contentful-management from 11.66.0 to 11.68.0 ([#2903](https://github.com/contentful/create-contentful-app/pull/2903))
7+
- **deps:** bump contentful-management from 11.66.0 to 11.67.2 ([#2899](https://github.com/contentful/create-contentful-app/pull/2899))
8+
- **deps:** bump contentful-management from 11.66.0 to 11.67.1 ([#2898](https://github.com/contentful/create-contentful-app/pull/2898))
9+
- **deps:** bump contentful-management from 11.66.0 to 11.67.0 ([#2887](https://github.com/contentful/create-contentful-app/pull/2887))
10+
- **deps:** bump validate-npm-package-name from 6.0.2 to 7.0.2 ([#2893](https://github.com/contentful/create-contentful-app/pull/2893))
11+
12+
### 🧱 Updated Dependencies
13+
14+
- Updated @contentful/app-scripts to 2.5.9
15+
116
## 2.2.4 (2026-01-20)
217

318
### 🩹 Fixes

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.4",
3+
"version": "2.2.5",
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.8",
39+
"@contentful/app-scripts": "2.5.9",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.20 (2026-02-20)
2+
3+
This was a version bump only for @contentful/react-apps-toolkit to align it with other projects, there were no code changes.
4+
15
## 1.2.19 (2026-01-20)
26

37
### 🩹 Fixes

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.19",
3+
"version": "1.2.20",
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.21 (2026-02-20)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @contentful/create-contentful-app to 2.2.5
6+
17
## 2.0.20 (2026-01-20)
28

39
### 🧱 Updated Dependencies

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

0 commit comments

Comments
 (0)