Skip to content

Commit

Permalink
chore(release): release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
contentful-automation[bot] committed Dec 17, 2024
1 parent de3ca4f commit 14a49c8
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 13 deletions.
12 changes: 12 additions & 0 deletions packages/contentful--app-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.32.0](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-17)

### Bug Fixes

- **deps:** bump contentful-management from 11.40.0 to 11.40.1 ([#2249](https://github.com/contentful/create-contentful-app/issues/2249)) ([b8940e1](https://github.com/contentful/create-contentful-app/commit/b8940e1ca33419d5cf89b0f4f8228a2da6b263e9))
- **deps:** bump contentful-management from 11.40.1 to 11.40.2 ([#2251](https://github.com/contentful/create-contentful-app/issues/2251)) ([37f03d2](https://github.com/contentful/create-contentful-app/commit/37f03d24a7557ddf6551d83cd0a377372e29c3e6))
- **deps:** bump dotenv from 16.4.6 to 16.4.7 ([#2250](https://github.com/contentful/create-contentful-app/issues/2250)) ([54d366c](https://github.com/contentful/create-contentful-app/commit/54d366cd2a890eacf16d81e1affe573f634449a8))

### Features

- build-functions app script [EXT-5978] ([#2264](https://github.com/contentful/create-contentful-app/issues/2264)) ([de3ca4f](https://github.com/contentful/create-contentful-app/commit/de3ca4f55b8c543346919d34d678994efa559585))

## [1.31.1](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/contentful--app-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contentful--app-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/app-scripts",
"version": "1.31.1",
"version": "1.32.0",
"description": "A collection of scripts for building Contentful Apps",
"author": "Contentful GmbH",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/contentful--create-contentful-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.17.2](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-17)

### Bug Fixes

- **deps:** bump contentful-management from 11.40.0 to 11.40.1 ([#2249](https://github.com/contentful/create-contentful-app/issues/2249)) ([b8940e1](https://github.com/contentful/create-contentful-app/commit/b8940e1ca33419d5cf89b0f4f8228a2da6b263e9))
- **deps:** bump contentful-management from 11.40.1 to 11.40.2 ([#2251](https://github.com/contentful/create-contentful-app/issues/2251)) ([37f03d2](https://github.com/contentful/create-contentful-app/commit/37f03d24a7557ddf6551d83cd0a377372e29c3e6))

## [1.17.1](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-12-03)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/contentful--create-contentful-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/contentful--create-contentful-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/create-contentful-app",
"version": "1.17.1",
"version": "1.17.2",
"description": "A template for building Contentful Apps",
"keywords": [
"contentful",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "mocha 'test/**/*.spec.{js,ts}'"
},
"dependencies": {
"@contentful/app-scripts": "1.31.1",
"@contentful/app-scripts": "1.32.0",
"@segment/analytics-node": "^2.2.0",
"chalk": "4.1.2",
"commander": "12.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/create-contentful-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.26](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.26) (2024-12-17)

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

## [1.3.25](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.25) (2024-12-03)

**Note:** Version bump only for package create-contentful-app
Expand Down
6 changes: 3 additions & 3 deletions packages/create-contentful-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/create-contentful-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-contentful-app",
"version": "1.3.25",
"version": "1.3.26",
"description": "A template for building Contentful Apps",
"keywords": [
"contentful",
Expand Down Expand Up @@ -29,7 +29,7 @@
"create-contentful-app": "index.js"
},
"dependencies": {
"@contentful/create-contentful-app": "1.17.1"
"@contentful/create-contentful-app": "1.17.2"
},
"bugs": {
"url": "https://github.com/contentful/create-contentful-app/issues"
Expand Down

0 comments on commit 14a49c8

Please sign in to comment.