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 Jun 11, 2024
1 parent 9c08f7c commit e6a2617
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 10 deletions.
10 changes: 10 additions & 0 deletions packages/contentful--app-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.23.0](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-06-11)

### Bug Fixes

- **deps:** bump contentful-management from 11.26.2 to 11.27.0 ([#2000](https://github.com/contentful/create-contentful-app/issues/2000)) ([999d408](https://github.com/contentful/create-contentful-app/commit/999d40820fa33cf2bf270bacc1e0d5ad48fcafeb))

### Features

- add a script to install the app ([#2009](https://github.com/contentful/create-contentful-app/issues/2009)) ([9c08f7c](https://github.com/contentful/create-contentful-app/commit/9c08f7cfff5fa0db3443fb7c5f90bfd363b8494a))

# [1.22.0](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-06-05)

### 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.22.0",
"version": "1.23.0",
"description": "A collection of scripts for building Contentful Apps",
"author": "Contentful GmbH",
"license": "MIT",
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.16.10](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-06-11)

### Bug Fixes

- **deps:** bump contentful-management from 11.26.2 to 11.27.0 ([#2000](https://github.com/contentful/create-contentful-app/issues/2000)) ([999d408](https://github.com/contentful/create-contentful-app/commit/999d40820fa33cf2bf270bacc1e0d5ad48fcafeb))

## [1.16.9](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-06-05)

**Note:** Version bump only for package @contentful/create-contentful-app
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.16.9",
"version": "1.16.10",
"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.22.0",
"@contentful/app-scripts": "1.23.0",
"analytics-node": "^6.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.14](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.14) (2024-06-11)

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

## [1.3.13](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.13) (2024-06-05)

**Note:** Version bump only for package create-contentful-app
Expand Down
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.13",
"version": "1.3.14",
"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.16.9"
"@contentful/create-contentful-app": "1.16.10"
},
"bugs": {
"url": "https://github.com/contentful/create-contentful-app/issues"
Expand Down

0 comments on commit e6a2617

Please sign in to comment.