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 5, 2024
1 parent 1c02632 commit 5588106
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-zebras-perform.md

This file was deleted.

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.3

### Patch Changes

- Updated dependencies [[`1c02632`](https://github.com/codedazur/toolkit/commit/1c026324d77c3ebeb81f9722a41a88cf8947d2c0)]:
- @codedazur/cdk-site-distribution@0.1.5

## 0.6.2

### Patch 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.2",
"version": "0.6.3",
"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.4"
"@codedazur/cdk-site-distribution": "^0.1.5"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
7 changes: 7 additions & 0 deletions packages/cdk-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codedazur/cdk-next-app

## 0.2.7

### Patch Changes

- Updated dependencies [[`1c02632`](https://github.com/codedazur/toolkit/commit/1c026324d77c3ebeb81f9722a41a88cf8947d2c0)]:
- @codedazur/cdk-docker-cluster@0.6.3

## 0.2.6

### 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.6",
"version": "0.2.7",
"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.6.2"
"@codedazur/cdk-docker-cluster": "^0.6.3"
},
"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.5

### Patch Changes

- [`1c02632`](https://github.com/codedazur/toolkit/commit/1c026324d77c3ebeb81f9722a41a88cf8947d2c0) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The CloudFront functions are created in series to reduce the chances of hitting the service rate limit.

## 0.1.4

### 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.4",
"version": "0.1.5",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
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.4

### Patch Changes

- Updated dependencies [[`1c02632`](https://github.com/codedazur/toolkit/commit/1c026324d77c3ebeb81f9722a41a88cf8947d2c0)]:
- @codedazur/cdk-site-distribution@0.1.5

## 2.0.3

### 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.3",
"version": "2.0.4",
"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.4"
"@codedazur/cdk-site-distribution": "^0.1.5"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down

0 comments on commit 5588106

Please sign in to comment.