Skip to content

Commit c5dc99f

Browse files
chore(release): release [skip ci]
- @contentful/app-scripts@2.1.0 - @contentful/create-contentful-app@1.18.4 - create-contentful-app@1.3.36
1 parent 81c088d commit c5dc99f

File tree

9 files changed

+33
-13
lines changed

9 files changed

+33
-13
lines changed

packages/contentful--app-scripts/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+
# [2.1.0](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@2.0.2...@contentful/app-scripts@2.1.0) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.47.2 to 11.47.3 ([#2360](https://github.com/contentful/create-contentful-app/issues/2360)) ([681a299](https://github.com/contentful/create-contentful-app/commit/681a299abf9e9f8745a69788395a99916c824019))
11+
12+
### Features
13+
14+
- pretty error message when app upload gets 403 [5872] ([#2359](https://github.com/contentful/create-contentful-app/issues/2359)) ([81c088d](https://github.com/contentful/create-contentful-app/commit/81c088d09126aa192b9e4e52fdf3db6ff8b1928e))
15+
616
## [2.0.2](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@2.0.1...@contentful/app-scripts@2.0.2) (2025-02-27)
717

818
### 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": "2.0.2",
3+
"version": "2.1.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.4](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.18.3...@contentful/create-contentful-app@1.18.4) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump contentful-management from 11.47.2 to 11.47.3 ([#2360](https://github.com/contentful/create-contentful-app/issues/2360)) ([681a299](https://github.com/contentful/create-contentful-app/commit/681a299abf9e9f8745a69788395a99916c824019))
11+
612
## [1.18.3](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.18.2...@contentful/create-contentful-app@1.18.3) (2025-02-27)
713

814
**Note:** Version bump only for package @contentful/create-contentful-app

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.18.3",
3+
"version": "1.18.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.0.2",
39+
"@contentful/app-scripts": "2.1.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.36](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.35...create-contentful-app@1.3.36) (2025-03-03)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.35](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.34...create-contentful-app@1.3.35) (2025-02-27)
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.35",
3+
"version": "1.3.36",
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.18.3"
32+
"@contentful/create-contentful-app": "1.18.4"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)