Skip to content

Commit 0164f41

Browse files
chore(release): release [skip ci]
- @contentful/app-scripts@1.32.3 - @contentful/create-contentful-app@1.17.7 - create-contentful-app@1.3.31
1 parent a292360 commit 0164f41

File tree

9 files changed

+51
-13
lines changed

9 files changed

+51
-13
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.32.3](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@1.32.2...@contentful/app-scripts@1.32.3) (2025-02-07)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump @segment/analytics-node from 2.2.0 to 2.2.1 ([#2289](https://github.com/contentful/create-contentful-app/issues/2289)) ([6c94c0c](https://github.com/contentful/create-contentful-app/commit/6c94c0c5fb48341a8526353080df7907568bf28a))
11+
- **deps:** bump contentful-management from 11.40.3 to 11.40.5 ([#2284](https://github.com/contentful/create-contentful-app/issues/2284)) ([a7a02cd](https://github.com/contentful/create-contentful-app/commit/a7a02cdf98f7f6dfd3643b18bc87f1195c764542))
12+
- **deps:** bump contentful-management from 11.40.5 to 11.41.0 ([#2290](https://github.com/contentful/create-contentful-app/issues/2290)) ([9783fdf](https://github.com/contentful/create-contentful-app/commit/9783fdfd2d50219cc5c54d8767565ac76428a2c4))
13+
- **deps:** bump contentful-management from 11.41.0 to 11.42.0 ([#2295](https://github.com/contentful/create-contentful-app/issues/2295)) ([bbc1b07](https://github.com/contentful/create-contentful-app/commit/bbc1b07aefa0f44fa1cc9f7fda5ba1e8619ce15b))
14+
- **deps:** bump contentful-management from 11.42.0 to 11.43.0 ([#2302](https://github.com/contentful/create-contentful-app/issues/2302)) ([7128cc2](https://github.com/contentful/create-contentful-app/commit/7128cc2ee8d9da69eadeda72feca30d8164d94c5))
15+
- **deps:** bump contentful-management from 11.43.0 to 11.43.2 ([#2304](https://github.com/contentful/create-contentful-app/issues/2304)) ([4d4d584](https://github.com/contentful/create-contentful-app/commit/4d4d584110c7fc2bc15271f278b1d0b6a28f6ef5))
16+
- **deps:** bump contentful-management from 11.43.2 to 11.44.0 ([#2314](https://github.com/contentful/create-contentful-app/issues/2314)) ([187bc76](https://github.com/contentful/create-contentful-app/commit/187bc76e2ad682017e6c1bf3c2621d70cb1624ad))
17+
- **deps:** bump contentful-management from 11.44.0 to 11.45.0 ([#2316](https://github.com/contentful/create-contentful-app/issues/2316)) ([55cf957](https://github.com/contentful/create-contentful-app/commit/55cf9576e4bcf1c4b7cad230faab5e2c93109815))
18+
- **deps:** bump contentful-management from 11.45.0 to 11.45.1 ([#2317](https://github.com/contentful/create-contentful-app/issues/2317)) ([350badd](https://github.com/contentful/create-contentful-app/commit/350badd7c10a1bc7577ebe1df055f830182a296c))
19+
- **deps:** bump contentful-management from 11.45.1 to 11.46.0 ([#2322](https://github.com/contentful/create-contentful-app/issues/2322)) ([146a7e6](https://github.com/contentful/create-contentful-app/commit/146a7e6e64d93f5da948edf53eeca56af5ca52a6))
20+
- **deps:** bump contentful-management from 11.46.0 to 11.47.1 ([#2324](https://github.com/contentful/create-contentful-app/issues/2324)) ([219cedf](https://github.com/contentful/create-contentful-app/commit/219cedf24adb30eb20119931dcace6a2958ec5ff))
21+
- **deps:** bump ignore from 7.0.0 to 7.0.3 ([#2288](https://github.com/contentful/create-contentful-app/issues/2288)) ([9f30a4d](https://github.com/contentful/create-contentful-app/commit/9f30a4d45ac0105f0d62c58b13687119f756c906))
22+
- support host option for all commands [EXT-5971] ([#2325](https://github.com/contentful/create-contentful-app/issues/2325)) ([a292360](https://github.com/contentful/create-contentful-app/commit/a2923606dc8e93c59815c031a845eb273eff34c3))
23+
624
## [1.32.2](https://github.com/contentful/create-contentful-app/compare/@contentful/app-scripts@1.32.1...@contentful/app-scripts@1.32.2) (2025-01-03)
725

826
### 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": "1.32.2",
3+
"version": "1.32.3",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.17.7](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.6...@contentful/create-contentful-app@1.17.7) (2025-02-07)
7+
8+
### Bug Fixes
9+
10+
- **deps:** bump @segment/analytics-node from 2.2.0 to 2.2.1 ([#2289](https://github.com/contentful/create-contentful-app/issues/2289)) ([6c94c0c](https://github.com/contentful/create-contentful-app/commit/6c94c0c5fb48341a8526353080df7907568bf28a))
11+
- **deps:** bump contentful-management from 11.40.3 to 11.40.5 ([#2284](https://github.com/contentful/create-contentful-app/issues/2284)) ([a7a02cd](https://github.com/contentful/create-contentful-app/commit/a7a02cdf98f7f6dfd3643b18bc87f1195c764542))
12+
- **deps:** bump contentful-management from 11.40.5 to 11.41.0 ([#2290](https://github.com/contentful/create-contentful-app/issues/2290)) ([9783fdf](https://github.com/contentful/create-contentful-app/commit/9783fdfd2d50219cc5c54d8767565ac76428a2c4))
13+
- **deps:** bump contentful-management from 11.41.0 to 11.42.0 ([#2295](https://github.com/contentful/create-contentful-app/issues/2295)) ([bbc1b07](https://github.com/contentful/create-contentful-app/commit/bbc1b07aefa0f44fa1cc9f7fda5ba1e8619ce15b))
14+
- **deps:** bump contentful-management from 11.42.0 to 11.43.0 ([#2302](https://github.com/contentful/create-contentful-app/issues/2302)) ([7128cc2](https://github.com/contentful/create-contentful-app/commit/7128cc2ee8d9da69eadeda72feca30d8164d94c5))
15+
- **deps:** bump contentful-management from 11.43.0 to 11.43.2 ([#2304](https://github.com/contentful/create-contentful-app/issues/2304)) ([4d4d584](https://github.com/contentful/create-contentful-app/commit/4d4d584110c7fc2bc15271f278b1d0b6a28f6ef5))
16+
- **deps:** bump contentful-management from 11.43.2 to 11.44.0 ([#2314](https://github.com/contentful/create-contentful-app/issues/2314)) ([187bc76](https://github.com/contentful/create-contentful-app/commit/187bc76e2ad682017e6c1bf3c2621d70cb1624ad))
17+
- **deps:** bump contentful-management from 11.44.0 to 11.45.0 ([#2316](https://github.com/contentful/create-contentful-app/issues/2316)) ([55cf957](https://github.com/contentful/create-contentful-app/commit/55cf9576e4bcf1c4b7cad230faab5e2c93109815))
18+
- **deps:** bump contentful-management from 11.45.0 to 11.45.1 ([#2317](https://github.com/contentful/create-contentful-app/issues/2317)) ([350badd](https://github.com/contentful/create-contentful-app/commit/350badd7c10a1bc7577ebe1df055f830182a296c))
19+
- **deps:** bump contentful-management from 11.45.1 to 11.46.0 ([#2322](https://github.com/contentful/create-contentful-app/issues/2322)) ([146a7e6](https://github.com/contentful/create-contentful-app/commit/146a7e6e64d93f5da948edf53eeca56af5ca52a6))
20+
- **deps:** bump contentful-management from 11.46.0 to 11.47.1 ([#2324](https://github.com/contentful/create-contentful-app/issues/2324)) ([219cedf](https://github.com/contentful/create-contentful-app/commit/219cedf24adb30eb20119931dcace6a2958ec5ff))
21+
622
## [1.17.6](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.5...@contentful/create-contentful-app@1.17.6) (2025-01-03)
723

824
**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.17.6",
3+
"version": "1.17.7",
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": "1.32.2",
39+
"@contentful/app-scripts": "1.32.3",
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.31](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.30...create-contentful-app@1.3.31) (2025-02-07)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.30](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.29...create-contentful-app@1.3.30) (2025-01-03)
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.30",
3+
"version": "1.3.31",
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.17.6"
32+
"@contentful/create-contentful-app": "1.17.7"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)