Skip to content

Commit

Permalink
v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 18, 2021
1 parent cb7c9a3 commit ae76497
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## v0.8.10 (2021-06-18)

#### 🐛 Bug Fix
* `@cosmos-building-blocks/service`
* [#296](https://github.com/cdk-cosmos/cosmos/pull/296) #294 merging host header config instead of duplicating it ([@unerh](https://github.com/unerh))

#### Committers: 2
- Hakan Uner ([@unerh](https://github.com/unerh))
- Tim P ([@timpur](https://github.com/timpur))


## v0.8.9 (2021-06-15)

#### 🚀 Enhancement:
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/@cdk-cosmos/*",
"packages/@cosmos-building-blocks/*"
],
"version": "0.8.9",
"version": "0.8.10",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdk-cosmos/cdk-credentials-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdk-cosmos/cdk-credentials-plugin",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/@cdk-cosmos/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cdk-cosmos/core",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,8 +26,8 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@cosmos-building-blocks/common": "^0.8.9",
"@cosmos-building-blocks/pipeline": "^0.8.9"
"@cosmos-building-blocks/common": "^0.8.10",
"@cosmos-building-blocks/pipeline": "^0.8.10"
},
"peerDependencies": {
"@aws-cdk/aws-certificatemanager": "^1.104.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/app-ec2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/app-ec2",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/common",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/network",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@cosmos-building-blocks/pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/pipeline",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"clean": "rm -rf lib"
},
"dependencies": {
"@cosmos-building-blocks/common": "^0.8.9"
"@cosmos-building-blocks/common": "^0.8.10"
},
"peerDependencies": {
"@aws-cdk/aws-codebuild": "^1.104.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cosmos-building-blocks/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmos-building-blocks/service",
"version": "0.8.9",
"version": "0.8.10",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ae76497

Please sign in to comment.