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 14, 2024
1 parent 4f8716c commit 3718479
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-readers-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-coats-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-mails-fry.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@apps/storybook": "*",
"@apps/website": "*",
"@codedazur/cdk-static-site": "^2.0.5",
"@codedazur/cdk-static-site": "^2.0.6",
"@codedazur/essentials": "^1.9.1",
"aws-cdk-lib": "^2.147.2",
"constructs": "^10.3.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codedazur/cdk-docker-cluster

## 0.7.0

### Minor Changes

- [`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The cache policy now defaults to the recommended policy for an Application Load Balancer origin.

### Patch Changes

- Updated dependencies [[`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4), [`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4)]:
- @codedazur/cdk-site-distribution@0.2.0

## 0.6.4

### 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.4",
"version": "0.7.0",
"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.6"
"@codedazur/cdk-site-distribution": "^0.2.0"
},
"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.9

### Patch Changes

- Updated dependencies [[`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4)]:
- @codedazur/cdk-docker-cluster@0.7.0

## 0.2.8

### 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.8",
"version": "0.2.9",
"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.4"
"@codedazur/cdk-docker-cluster": "^0.7.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
10 changes: 10 additions & 0 deletions packages/cdk-site-distribution/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codedazur/cdk-site-distribution

## 0.2.0

### Minor Changes

- [`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Custom cache policies are now supported.

### Patch Changes

- [`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Cross origin embedding is now allwed by default.

## 0.1.6

### 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.6",
"version": "0.2.0",
"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.6

### Patch Changes

- Updated dependencies [[`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4), [`4f8716c`](https://github.com/codedazur/toolkit/commit/4f8716c534265493e708ede8239bd47d38ff83a4)]:
- @codedazur/cdk-site-distribution@0.2.0

## 2.0.5

### 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.5",
"version": "2.0.6",
"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.6"
"@codedazur/cdk-site-distribution": "^0.2.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down

0 comments on commit 3718479

Please sign in to comment.