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 15, 2024
1 parent d557d82 commit a0f29b3
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-trainers-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-needles-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-nails-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-steaks-applaud.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.6",
"@codedazur/cdk-static-site": "^2.1.0",
"@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.8.0

### Minor Changes

- [`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The AllViewer origin request policy is now used by default.

### Patch Changes

- Updated dependencies [[`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674)]:
- @codedazur/cdk-site-distribution@0.3.0

## 0.7.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.7.0",
"version": "0.8.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.2.0"
"@codedazur/cdk-site-distribution": "^0.3.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.10

### Patch Changes

- Updated dependencies [[`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674)]:
- @codedazur/cdk-docker-cluster@0.8.0

## 0.2.9

### 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.9",
"version": "0.2.10",
"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.7.0"
"@codedazur/cdk-docker-cluster": "^0.8.0"
},
"devDependencies": {
"@types/node": "^20.14.9",
Expand Down
12 changes: 12 additions & 0 deletions packages/cdk-sanity-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @codedazur/cdk-sanity-site

## 0.1.0

### Minor Changes

- [`fa1f7e5`](https://github.com/codedazur/toolkit/commit/fa1f7e56250e13a58badd908e7ff46973ac18d16) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Experimental release.

### Patch Changes

- Updated dependencies [[`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674)]:
- @codedazur/cdk-static-site@2.1.0
4 changes: 2 additions & 2 deletions packages/cdk-sanity-site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedazur/cdk-sanity-site",
"version": "0.0.0",
"version": "0.1.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-static-site": "^2.0.5"
"@codedazur/cdk-static-site": "^2.1.0"
},
"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.3.0

### Minor Changes

- [`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - It is now supported to provide a custom origin request policy.

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cdk-static-site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codedazur/cdk-static-site

## 2.1.0

### Minor Changes

- [`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The S3 origin with CORS origin request policy is now used by default.

### Patch Changes

- Updated dependencies [[`d557d82`](https://github.com/codedazur/toolkit/commit/d557d822ffe8e42b0907f1d4e1a2b243f3430674)]:
- @codedazur/cdk-site-distribution@0.3.0

## 2.0.6

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

0 comments on commit a0f29b3

Please sign in to comment.