Skip to content

Commit 61f6331

Browse files
chore(release): publish [skip ci]
- project: @contentful/create-contentful-app 2.2.6 - project: @contentful/react-apps-toolkit 1.2.21 - project: @contentful/app-scripts 2.5.10 - project: create-contentful-app 2.0.22
1 parent 79e1c1c commit 61f6331

9 files changed

Lines changed: 51 additions & 13 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2.5.10 (2026-03-10)
2+
3+
### 🩹 Fixes
4+
5+
- **app-scripts:** raise TLD character limit in allowNetworks validation from 6 to 63 ([#2972](https://github.com/contentful/create-contentful-app/pull/2972))
6+
- **deps:** bump rimraf from 5.0.8 to 6.1.3 ([#2959](https://github.com/contentful/create-contentful-app/pull/2959))
7+
- **deps:** bump dotenv from 17.2.4 to 17.3.1 ([#2958](https://github.com/contentful/create-contentful-app/pull/2958))
8+
- **deps:** bump dotenv from 17.2.2 to 17.2.4 ([#2944](https://github.com/contentful/create-contentful-app/pull/2944))
9+
10+
### ❤️ Thank You
11+
12+
- Tyler
13+
114
## 2.5.9 (2026-02-20)
215

316
### 🩹 Fixes

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.9",
3+
"version": "2.5.10",
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.6 (2026-03-10)
2+
3+
### 🩹 Fixes
4+
5+
- **deps:** bump contentful-management from 11.66.0 to 11.72.0 ([#2967](https://github.com/contentful/create-contentful-app/pull/2967))
6+
- **deps:** bump contentful-management from 11.66.0 to 11.71.0 ([#2965](https://github.com/contentful/create-contentful-app/pull/2965))
7+
- **deps:** bump contentful-management from 11.66.0 to 11.69.3 ([#2964](https://github.com/contentful/create-contentful-app/pull/2964))
8+
- **deps:** bump rimraf from 5.0.8 to 6.1.3 ([#2959](https://github.com/contentful/create-contentful-app/pull/2959))
9+
- **deps:** bump contentful-management from 11.66.0 to 11.69.2 ([#2952](https://github.com/contentful/create-contentful-app/pull/2952))
10+
- **deps:** bump contentful-management from 11.66.0 to 11.69.1 ([#2942](https://github.com/contentful/create-contentful-app/pull/2942))
11+
12+
### 🧱 Updated Dependencies
13+
14+
- Updated @contentful/app-scripts to 2.5.10
15+
116
## 2.2.5 (2026-02-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.5",
3+
"version": "2.2.6",
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.9",
39+
"@contentful/app-scripts": "2.5.10",
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.21 (2026-03-10)
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.20 (2026-02-20)
26

37
This was a version bump only for @contentful/react-apps-toolkit to align it with other projects, there were no code changes.

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.20",
3+
"version": "1.2.21",
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.22 (2026-03-10)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @contentful/create-contentful-app to 2.2.6
6+
17
## 2.0.21 (2026-02-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.21",
3+
"version": "2.0.22",
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.5"
32+
"@contentful/create-contentful-app": "2.2.6"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)