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 Apr 30, 2024
1 parent d4436f6 commit d5287d1
Show file tree
Hide file tree
Showing 8 changed files with 28 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.19.1](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-04-30)

### Bug Fixes

- **deps:** bump @segment/analytics-node from 2.1.0 to 2.1.2 ([#1959](https://github.com/contentful/create-contentful-app/issues/1959)) ([4a67f94](https://github.com/contentful/create-contentful-app/commit/4a67f9453fef7fcc642dd340da67d64bbd9884eb))
- **deps:** bump contentful-management from 11.24.5 to 11.25.0 ([#1941](https://github.com/contentful/create-contentful-app/issues/1941)) ([4591121](https://github.com/contentful/create-contentful-app/commit/4591121e938e663666450c2e767cf019f19ccdcf))
- **deps:** bump contentful-management from 11.25.0 to 11.25.1 ([#1954](https://github.com/contentful/create-contentful-app/issues/1954)) ([4b09838](https://github.com/contentful/create-contentful-app/commit/4b098383a981afca9176da135fbf2de80e381d1d))
- **deps:** bump contentful-management from 11.25.1 to 11.25.2 ([#1955](https://github.com/contentful/create-contentful-app/issues/1955)) ([8ffcaf6](https://github.com/contentful/create-contentful-app/commit/8ffcaf67891345e22a92e28b3ac787a3b3626659))
- remove unnecessary `console.log` statement ([#1960](https://github.com/contentful/create-contentful-app/issues/1960)) ([d4436f6](https://github.com/contentful/create-contentful-app/commit/d4436f62dc01c85d7b91b4f08bd4af2123809a89))

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

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

## [1.16.5](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-04-30)

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

## [1.16.4](https://github.com/contentful/create-contentful-app/compare/@contentful/[email protected]...@contentful/[email protected]) (2024-04-30)

### 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.16.4",
"version": "1.16.5",
"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.19.0",
"@contentful/app-scripts": "1.19.1",
"analytics-node": "^6.2.0",
"chalk": "4.1.2",
"commander": "12.0.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.9](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.9) (2024-04-30)

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

## [1.3.8](https://github.com/contentful/create-contentful-app/compare/[email protected]@1.3.8) (2024-04-30)

**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.8",
"version": "1.3.9",
"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.4"
"@contentful/create-contentful-app": "1.16.5"
},
"bugs": {
"url": "https://github.com/contentful/create-contentful-app/issues"
Expand Down

0 comments on commit d5287d1

Please sign in to comment.