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 30, 2024
1 parent 49582be commit 8206b36
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/sour-cycles-fail.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.0",
"@codedazur/cdk-static-site": "^2.0.1",
"@codedazur/essentials": "^1.9.1",
"aws-cdk-lib": "^2.147.2",
"constructs": "^10.3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codedazur/cdk-docker-cluster

## 0.5.2

### Patch Changes

- [`49582be`](https://github.com/codedazur/toolkit/commit/49582be94f1f39d57a359fb2ae69c303f0503871) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Updated dependencies.

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.5.2",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/cdk-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codedazur/cdk-next-app

## 0.2.4

### Patch Changes

- [`49582be`](https://github.com/codedazur/toolkit/commit/49582be94f1f39d57a359fb2ae69c303f0503871) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Updated dependencies.

- Updated dependencies [[`49582be`](https://github.com/codedazur/toolkit/commit/49582be94f1f39d57a359fb2ae69c303f0503871)]:
- @codedazur/cdk-docker-cluster@0.5.2

## 0.2.3

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

## 2.0.1

### Patch Changes

- [`49582be`](https://github.com/codedazur/toolkit/commit/49582be94f1f39d57a359fb2ae69c303f0503871) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Updated dependencies.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "2.0.1",
"main": ".dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8206b36

Please sign in to comment.