Skip to content

Commit 526f5b4

Browse files
chore(release): release [skip ci]
- @contentful/create-contentful-app@1.17.3 - create-contentful-app@1.3.27
1 parent 893e936 commit 526f5b4

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

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.17.3](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.2...@contentful/create-contentful-app@1.17.3) (2024-12-20)
7+
8+
### Bug Fixes
9+
10+
- no longer copy build-functions script, copy build script from example package [EXT-6084] ([#2267](https://github.com/contentful/create-contentful-app/issues/2267)) ([893e936](https://github.com/contentful/create-contentful-app/commit/893e9368544625103673e9857f6069e2c5b63de3))
11+
612
## [1.17.2](https://github.com/contentful/create-contentful-app/compare/@contentful/create-contentful-app@1.17.1...@contentful/create-contentful-app@1.17.2) (2024-12-17)
713

814
### Bug Fixes

packages/contentful--create-contentful-app/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--create-contentful-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/create-contentful-app",
3-
"version": "1.17.2",
3+
"version": "1.17.3",
44
"description": "A template for building Contentful Apps",
55
"keywords": [
66
"contentful",

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.27](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.26...create-contentful-app@1.3.27) (2024-12-20)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
610
## [1.3.26](https://github.com/contentful/create-contentful-app/compare/create-contentful-app@1.3.25...create-contentful-app@1.3.26) (2024-12-17)
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.26",
3+
"version": "1.3.27",
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.2"
32+
"@contentful/create-contentful-app": "1.17.3"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)