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 Jun 30, 2024
1 parent 4bbe16d commit f6b2ec2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-ladybugs-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-lies-cheer.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/cdk-docker-cluster

## 0.6.0

### Minor Changes

- [`4bbe16d`](https://github.com/codedazur/toolkit/commit/4bbe16ddf6880fa33649d70f45144e8c7d7c82de) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Container environment and secrets are now supported.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5.2",
"version": "0.6.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/cdk-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codedazur/cdk-next-app

## 0.2.5

### Patch Changes

- [`4bbe16d`](https://github.com/codedazur/toolkit/commit/4bbe16ddf6880fa33649d70f45144e8c7d7c82de) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Props were updated to match DockerCluster.

- Updated dependencies [[`4bbe16d`](https://github.com/codedazur/toolkit/commit/4bbe16ddf6880fa33649d70f45144e8c7d7c82de)]:
- @codedazur/cdk-docker-cluster@0.6.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-next-app",
"version": "0.2.4",
"version": "0.2.5",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"constructs": ">=10"
},
"dependencies": {
"@codedazur/cdk-docker-cluster": "^0.5.2"
"@codedazur/cdk-docker-cluster": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down

0 comments on commit f6b2ec2

Please sign in to comment.