Skip to content

Commit

Permalink
chore(release): release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
whydah-gally committed Apr 21, 2021
1 parent e992f97 commit a49e56f
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/contentful/create-contentful-app/compare/v0.8.0...v0.8.1) (2021-04-21)


### Bug Fixes

* [] use exact version for lerna publish and version ([#401](https://github.com/contentful/create-contentful-app/issues/401)) ([e992f97](https://github.com/contentful/create-contentful-app/commit/e992f9730c166a1a8655e95773276eccdf1b64fc))





# [0.8.0](https://github.com/contentful/create-contentful-app/compare/v0.7.4...v0.8.0) (2021-04-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"message": "chore(release): release [skip ci]"
}
},
"version": "0.8.0"
"version": "0.8.1"
}
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/contentful/create-contentful-app/compare/v0.8.0...v0.8.1) (2021-04-21)


### Bug Fixes

* [] use exact version for lerna publish and version ([#401](https://github.com/contentful/create-contentful-app/issues/401)) ([e992f97](https://github.com/contentful/create-contentful-app/commit/e992f9730c166a1a8655e95773276eccdf1b64fc))





# [0.8.0](https://github.com/contentful/create-contentful-app/compare/v0.7.4...v0.8.0) (2021-04-21)


Expand Down

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--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": "0.8.0",
"version": "0.8.1",
"description": "A template for building Contentful Apps",
"author": "Contentful GmbH",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-contentful-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/contentful/create-contentful-app/compare/v0.8.0...v0.8.1) (2021-04-21)


### Bug Fixes

* [] use exact version for lerna publish and version ([#401](https://github.com/contentful/create-contentful-app/issues/401)) ([e992f97](https://github.com/contentful/create-contentful-app/commit/e992f9730c166a1a8655e95773276eccdf1b64fc))





# [0.8.0](https://github.com/contentful/create-contentful-app/compare/v0.7.4...v0.8.0) (2021-04-21)


Expand Down
2 changes: 1 addition & 1 deletion 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": "0.8.0",
"version": "0.8.1",
"description": "A template for building Contentful Apps",
"author": "Contentful GmbH",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"create-contentful-app": "index.js"
},
"dependencies": {
"@contentful/create-contentful-app": "0.8.0"
"@contentful/create-contentful-app": "0.8.1"
},
"bugs": {
"url": "https://github.com/contentful/create-contentful-app/issues"
Expand Down

0 comments on commit a49e56f

Please sign in to comment.