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 307d746 commit ed046a9
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-waves-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-seahorses-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-boats-raise.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.1.0",
"@codedazur/cdk-static-site": "^2.1.1",
"@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.9.0

### Minor Changes

- [`c8d5f0b`](https://github.com/codedazur/toolkit/commit/c8d5f0b86cb3eb1677d51a4531e8bcc948f8ea4b) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - All HTTP methods are now allowed by default.

### Patch Changes

- Updated dependencies [[`7d709c8`](https://github.com/codedazur/toolkit/commit/7d709c8be6ea8b0573443e9cc138d7b909412a30)]:
- @codedazur/cdk-site-distribution@0.4.0

## 0.8.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.8.0",
"version": "0.9.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.3.0"
"@codedazur/cdk-site-distribution": "^0.4.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.11

### Patch Changes

- Updated dependencies [[`c8d5f0b`](https://github.com/codedazur/toolkit/commit/c8d5f0b86cb3eb1677d51a4531e8bcc948f8ea4b)]:
- @codedazur/cdk-docker-cluster@0.9.0

## 0.2.10

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

## 0.1.1

### Patch Changes

- [`307d746`](https://github.com/codedazur/toolkit/commit/307d7468f11177b60c02e03d7111c6b08a4a19f3) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Every request that is not to a static file is now rewritten to the index.

- Updated dependencies []:
- @codedazur/cdk-static-site@2.1.1

## 0.1.0

### Minor Changes
Expand Down
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.1.0",
"version": "0.1.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-static-site": "^2.1.0"
"@codedazur/cdk-static-site": "^2.1.1"
},
"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.4.0

### Minor Changes

- [`7d709c8`](https://github.com/codedazur/toolkit/commit/7d709c8be6ea8b0573443e9cc138d7b909412a30) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - You can now choose which HTTP methods to allow.

## 0.3.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.3.0",
"version": "0.4.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.1.1

### Patch Changes

- Updated dependencies [[`7d709c8`](https://github.com/codedazur/toolkit/commit/7d709c8be6ea8b0573443e9cc138d7b909412a30)]:
- @codedazur/cdk-site-distribution@0.4.0

## 2.1.0

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

0 comments on commit ed046a9

Please sign in to comment.