Skip to content

Commit 82cccf6

Browse files
author
whydah-gally
committed
chore(release): release [skip ci]
1 parent c7de435 commit 82cccf6

File tree

14 files changed

+58
-9
lines changed

14 files changed

+58
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.23](https://github.com/contentful/create-contentful-app/compare/v0.9.22...v0.9.23) (2021-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** bump open from 8.2.0 to 8.2.1 ([91376c3](https://github.com/contentful/create-contentful-app/commit/91376c36cd2c487cd89147449ff4f5e1a8f96e13))
12+
13+
14+
15+
16+
617
## [0.9.22](https://github.com/contentful/create-contentful-app/compare/v0.9.21...v0.9.22) (2021-06-16)
718

819

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.22"
13+
"version": "0.9.23"
1414
}

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.23](https://github.com/contentful/create-contentful-app/compare/v0.9.22...v0.9.23) (2021-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** bump open from 8.2.0 to 8.2.1 ([91376c3](https://github.com/contentful/create-contentful-app/commit/91376c36cd2c487cd89147449ff4f5e1a8f96e13))
12+
13+
14+
15+
16+
617
## [0.9.22](https://github.com/contentful/create-contentful-app/compare/v0.9.21...v0.9.22) (2021-06-16)
718

819

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.22",
3+
"version": "0.9.23",
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.23](https://github.com/contentful/create-contentful-app/compare/v0.9.22...v0.9.23) (2021-06-21)
7+
8+
**Note:** Version bump only for package @contentful/cra-template-create-contentful-app
9+
10+
11+
12+
13+
614
## [0.9.22](https://github.com/contentful/create-contentful-app/compare/v0.9.21...v0.9.22) (2021-06-16)
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.22",
3+
"version": "0.9.23",
44
"description": "A template for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.23](https://github.com/contentful/create-contentful-app/compare/v0.9.22...v0.9.23) (2021-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** bump open from 8.2.0 to 8.2.1 ([91376c3](https://github.com/contentful/create-contentful-app/commit/91376c36cd2c487cd89147449ff4f5e1a8f96e13))
12+
13+
14+
15+
16+
617
## [0.9.22](https://github.com/contentful/create-contentful-app/compare/v0.9.21...v0.9.22) (2021-06-16)
718

819

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: 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": "0.9.22",
3+
"version": "0.9.23",
44
"description": "A template for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

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.23](https://github.com/contentful/create-contentful-app/compare/v0.9.22...v0.9.23) (2021-06-21)
7+
8+
**Note:** Version bump only for package create-contentful-app
9+
10+
11+
12+
13+
614
## [0.9.22](https://github.com/contentful/create-contentful-app/compare/v0.9.21...v0.9.22) (2021-06-16)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-contentful-app",
3-
"version": "0.9.22",
3+
"version": "0.9.23",
44
"description": "A template for building Contentful Apps",
55
"author": "Contentful GmbH",
66
"license": "MIT",

0 commit comments

Comments
 (0)