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 Sep 2, 2024
1 parent 315085a commit e35d502
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-rice-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-bags-run.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cdk-docker-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codedazur/cdk-docker-cluster

## 0.9.6

### Patch Changes

- [`315085a`](https://github.com/codedazur/toolkit/commit/315085a029c6f0f2f71b1a48ea223b0b78d316aa) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The DockerCluster's site distribution attribute was renamed.

- Updated dependencies [[`315085a`](https://github.com/codedazur/toolkit/commit/315085a029c6f0f2f71b1a48ea223b0b78d316aa)]:
- @codedazur/cdk-site-distribution@0.5.3

## 0.9.5

### 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.9.5",
"version": "0.9.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.5.2"
"@codedazur/cdk-site-distribution": "^0.5.3"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand Down
9 changes: 8 additions & 1 deletion packages/cdk-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# @codedazur/cdk-next-app

## 0.3.4

### Patch Changes

- Updated dependencies [[`315085a`](https://github.com/codedazur/toolkit/commit/315085a029c6f0f2f71b1a48ea223b0b78d316aa)]:
- @codedazur/cdk-docker-cluster@0.9.6

## 0.3.3

### Patch Changes

- Updated dependencies [[`ddef1e0`](https://github.com/codedazur/toolkit/commit/361f03c2aafe7a2bc04789b433c99ca79350da2a)]:
- Updated dependencies [[`361f03c`](https://github.com/codedazur/toolkit/commit/361f03c2aafe7a2bc04789b433c99ca79350da2a)]:
- @codedazur/cdk-docker-cluster@0.9.5

## 0.3.2
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.3.3",
"version": "0.3.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.9.5"
"@codedazur/cdk-docker-cluster": "^0.9.6"
},
"devDependencies": {
"@types/node": "^20.14.10",
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.5.3

### Patch Changes

- [`315085a`](https://github.com/codedazur/toolkit/commit/315085a029c6f0f2f71b1a48ea223b0b78d316aa) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The SiteDistribution's functions attribute was made public.

## 0.5.2

### 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.5.2",
"version": "0.5.3",
"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.5

### Patch Changes

- Updated dependencies [[`315085a`](https://github.com/codedazur/toolkit/commit/315085a029c6f0f2f71b1a48ea223b0b78d316aa)]:
- @codedazur/cdk-site-distribution@0.5.3

## 2.1.4

### 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.1.4",
"version": "2.1.5",
"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.5.2"
"@codedazur/cdk-site-distribution": "^0.5.3"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand Down

0 comments on commit e35d502

Please sign in to comment.