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 29, 2024
1 parent d9e51b0 commit a26d41e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-rocks-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-papayas-shake.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- [`d9e51b0`](https://github.com/codedazur/toolkit/commit/d9e51b0e2fb36d64c641ae341124b0fb2bd298df) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - An unused certificate resource was removed.

- Updated dependencies [[`d9e51b0`](https://github.com/codedazur/toolkit/commit/d9e51b0e2fb36d64c641ae341124b0fb2bd298df)]:
- @codedazur/cdk-site-distribution@0.1.2

## 0.5.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.5.0",
"version": "0.5.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.1"
"@codedazur/cdk-site-distribution": "^0.1.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/cdk-site-distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/cdk-site-distribution

## 0.1.2

### Patch Changes

- [`d9e51b0`](https://github.com/codedazur/toolkit/commit/d9e51b0e2fb36d64c641ae341124b0fb2bd298df) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The Certificate construct is now used instead of the deprecated DnsValidatedCertificate.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-site-distribution/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-site-distribution",
"version": "0.1.1",
"version": "0.1.2",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a26d41e

Please sign in to comment.