Skip to content

Commit 7bc010a

Browse files
Merge pull request #1549 from aligent/changeset-release/main
chore: release packages
2 parents b5723a8 + 9f5268b commit 7bc010a

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

.changeset/deep-hornets-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/itchy-masks-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-cars-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/graphql-mesh-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @aligent/cdk-graphql-mesh-server
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#1550](https://github.com/aligent/cdk-constructs/pull/1550) [`8e63d31`](https://github.com/aligent/cdk-constructs/commit/8e63d312baf077fa21e0798a7d1a5115f8bf759b) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Use policy interface rather than plain objects as required in upgraded cdk version
8+
39
## 3.2.1
410

511
### Patch Changes

packages/graphql-mesh-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aligent/cdk-graphql-mesh-server",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "A construct to host Graphql Mesh in Fargate",
55
"main": "index.js",
66
"scripts": {

packages/prerender-fargate/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @aligent/cdk-prerender-fargate
22

3+
## 2.15.0
4+
5+
### Minor Changes
6+
7+
- [#1550](https://github.com/aligent/cdk-constructs/pull/1550) [`65f1bbd`](https://github.com/aligent/cdk-constructs/commit/65f1bbd9b60303fa126a592b96f7a0562f999a26) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Add check for prerender token before hitting the backend
8+
9+
### Patch Changes
10+
11+
- [#1542](https://github.com/aligent/cdk-constructs/pull/1542) [`7094ccf`](https://github.com/aligent/cdk-constructs/commit/7094ccfa460acde3ceec2f45bc8c704eb61a0b68) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Force AMD64 platform for building image
12+
313
## 2.14.0
414

515
### Minor Changes

packages/prerender-fargate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aligent/cdk-prerender-fargate",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "A construct to host Prerender in Fargate",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)