Skip to content

Commit ec5a153

Browse files
chore(release): release [skip ci]
- @contentful/[email protected] - @contentful/[email protected] - [email protected]
1 parent 023b39e commit ec5a153

File tree

9 files changed

+28
-13
lines changed

9 files changed

+28
-13
lines changed

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

+7
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+
## [2.0.2](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-02-27)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump axios from 1.7.9 to 1.8.1 ([#2353](https://github.com/contentful/create-contentful-app/issues/2353)) ([e8f7e0a](https://github.com/contentful/create-contentful-app/commit/e8f7e0af7f37548c0d6945e293eea8b2409a4c82))
11+
- Removed unneeded './' at start of entry path and entry entryFile ([#2352](https://github.com/contentful/create-contentful-app/issues/2352)) ([023b39e](https://github.com/contentful/create-contentful-app/commit/023b39e17e94a3273a669af791d73b1066cda22b))
12+
613
## [2.0.1](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-02-26)
714

815
### Bug Fixes

packages/contentful--app-scripts/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful--app-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/app-scripts",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A collection of scripts for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

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

+4
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.18.3](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-02-27)
7+
8+
**Note:** Version bump only for package @contentful/create-contentful-app
9+
610
## [1.18.2](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2025-02-26)
711

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

packages/contentful--create-contentful-app/package-lock.json

+3-3
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/create-contentful-app",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
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.1",
39+
"@contentful/app-scripts": "2.0.2",
4040
"@segment/analytics-node": "^2.2.0",
4141
"chalk": "4.1.2",
4242
"commander": "12.1.0",

packages/create-contentful-app/CHANGELOG.md

+4
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.35](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.35) (2025-02-27)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.34](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.34) (2025-02-26)
711

812
**Note:** Version bump only for package create-contentful-app

packages/create-contentful-app/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-contentful-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-contentful-app",
3-
"version": "1.3.34",
3+
"version": "1.3.35",
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.2"
32+
"@contentful/create-contentful-app": "1.18.3"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)