Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2021
1 parent 5d8d04f commit f88cf54
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@



## v0.8.12 (2021-07-20)

#### 🐛 Bug Fix
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.12",
"version": "0.9.0",
"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.12",
"version": "0.9.0",
"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.12",
"version": "0.9.0",
"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.12",
"@cosmos-building-blocks/pipeline": "^0.8.12"
"@cosmos-building-blocks/common": "^0.9.0",
"@cosmos-building-blocks/pipeline": "^0.9.0"
},
"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.12",
"version": "0.9.0",
"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.12",
"version": "0.9.0",
"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.12",
"version": "0.9.0",
"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.12",
"version": "0.9.0",
"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.12"
"@cosmos-building-blocks/common": "^0.9.0"
},
"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.12",
"version": "0.9.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f88cf54

Please sign in to comment.