Skip to content

Commit b6ce5bd

Browse files
author
whydah-gally
committed
chore(release): release [skip ci]
1 parent 5b86b27 commit b6ce5bd

File tree

14 files changed

+52
-12
lines changed

14 files changed

+52
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.9.7](https://github.com/contentful/create-contentful-app/compare/v0.9.6...v0.9.7) (2021-06-03)
7+
8+
**Note:** Version bump only for package @contentful/create-contentful-app
9+
10+
11+
12+
13+
614
## [0.9.6](https://github.com/contentful/create-contentful-app/compare/v0.9.5...v0.9.6) (2021-06-03)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"message": "chore(release): release [skip ci]"
1111
}
1212
},
13-
"version": "0.9.6"
13+
"version": "0.9.7"
1414
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.9.7](https://github.com/contentful/create-contentful-app/compare/v0.9.6...v0.9.7) (2021-06-03)
7+
8+
**Note:** Version bump only for package @contentful/app-scripts
9+
10+
11+
12+
13+
614
## [0.9.6](https://github.com/contentful/create-contentful-app/compare/v0.9.5...v0.9.6) (2021-06-03)
715

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

packages/contentful--app-scripts/package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.9.6",
3+
"version": "0.9.7",
44
"description": "A collection of scripts for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

packages/contentful--cra-template-create-contentful-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.9.7](https://github.com/contentful/create-contentful-app/compare/v0.9.6...v0.9.7) (2021-06-03)
7+
8+
**Note:** Version bump only for package @contentful/cra-template-create-contentful-app
9+
10+
11+
12+
13+
614
## [0.9.6](https://github.com/contentful/create-contentful-app/compare/v0.9.5...v0.9.6) (2021-06-03)
715

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

packages/contentful--cra-template-create-contentful-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful--cra-template-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/cra-template-create-contentful-app",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "A template for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.9.7](https://github.com/contentful/create-contentful-app/compare/v0.9.6...v0.9.7) (2021-06-03)
7+
8+
**Note:** Version bump only for package @contentful/create-contentful-app
9+
10+
11+
12+
13+
614
## [0.9.6](https://github.com/contentful/create-contentful-app/compare/v0.9.5...v0.9.6) (2021-06-03)
715

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

packages/contentful--create-contentful-app/package-lock.json

Lines changed: 1 addition & 1 deletion
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/create-contentful-app",
3-
"version": "0.9.6",
3+
"version": "0.9.7",
44
"description": "A template for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",
@@ -32,8 +32,8 @@
3232
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
3333
},
3434
"dependencies": {
35-
"@contentful/app-scripts": "0.9.6",
36-
"@contentful/cra-template-create-contentful-app": "0.9.6",
35+
"@contentful/app-scripts": "0.9.7",
36+
"@contentful/cra-template-create-contentful-app": "0.9.7",
3737
"chalk": "^4.1.0",
3838
"contentful-management": "^7.5.1",
3939
"create-react-app": "^4.0.1",

packages/create-contentful-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [0.9.7](https://github.com/contentful/create-contentful-app/compare/v0.9.6...v0.9.7) (2021-06-03)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
10+
11+
12+
13+
614
## [0.9.6](https://github.com/contentful/create-contentful-app/compare/v0.9.5...v0.9.6) (2021-06-03)
715

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

packages/create-contentful-app/package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.9.6",
3+
"version": "0.9.7",
44
"description": "A template for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"create-contentful-app": "index.js"
2626
},
2727
"dependencies": {
28-
"@contentful/create-contentful-app": "0.9.6"
28+
"@contentful/create-contentful-app": "0.9.7"
2929
},
3030
"bugs": {
3131
"url": "https://github.com/contentful/create-contentful-app/issues"

0 commit comments

Comments
 (0)