Skip to content

Commit

Permalink
version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and thijsdaniels committed Jul 4, 2024
1 parent 8eb2053 commit 85aaf16
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codedazur/cdk-docker-cluster

## 0.6.1

### Patch Changes

- Updated dependencies [[`1296f15`](https://github.com/codedazur/toolkit/commit/1296f15e14e538c4a64f827435335251c547940e)]:
- @codedazur/cdk-site-distribution@0.1.3

## 0.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-docker-cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-docker-cluster",
"version": "0.6.0",
"version": "0.6.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-site-distribution": "^0.1.2"
"@codedazur/cdk-site-distribution": "^0.1.3"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/cdk-static-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codedazur/cdk-static-site

## 2.0.2

### Patch Changes

- Updated dependencies [[`1296f15`](https://github.com/codedazur/toolkit/commit/1296f15e14e538c4a64f827435335251c547940e)]:
- @codedazur/cdk-site-distribution@0.1.3

## 2.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-static-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-static-site",
"version": "2.0.1",
"version": "2.0.2",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-site-distribution": "^0.1.2"
"@codedazur/cdk-site-distribution": "^0.1.3"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down

0 comments on commit 85aaf16

Please sign in to comment.