Skip to content

Commit acf2269

Browse files
chore(ci): bump version to 2.18.0 (#3813)
Co-authored-by: aws-powertools-bot <[email protected]>
1 parent 236ab7f commit acf2269

34 files changed

+218
-82
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0) (2025-04-07)
7+
8+
9+
### Features
10+
11+
* **parser:** add Cognito pre-signup trigger schema ([#3729](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3729)) ([4116f65](https://github.com/aws-powertools/powertools-lambda-typescript/commit/4116f65dda099a38b780ce26e005ccea90abdd7b))
12+
* **parser:** add schema support for API Gateway WebSocket events ([#3807](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3807)) ([663d328](https://github.com/aws-powertools/powertools-lambda-typescript/commit/663d32866cdbf1225260fbf1372e126c42a962e1))
13+
14+
15+
16+
17+
618
# [2.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.16.0...v2.17.0) (2025-03-25)
719

820

Diff for: examples/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0) (2025-04-07)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
# [2.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.16.0...v2.17.0) (2025-03-25)
715

816
**Note:** Version bump only for package powertools-sample-app

Diff for: examples/app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powertools-sample-app",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -38,12 +38,12 @@
3838
"vitest": "^3.0.5"
3939
},
4040
"dependencies": {
41-
"@aws-lambda-powertools/batch": "^2.17.0",
42-
"@aws-lambda-powertools/idempotency": "^2.17.0",
43-
"@aws-lambda-powertools/logger": "^2.17.0",
44-
"@aws-lambda-powertools/metrics": "^2.17.0",
45-
"@aws-lambda-powertools/parameters": "^2.17.0",
46-
"@aws-lambda-powertools/tracer": "^2.17.0",
41+
"@aws-lambda-powertools/batch": "^2.18.0",
42+
"@aws-lambda-powertools/idempotency": "^2.18.0",
43+
"@aws-lambda-powertools/logger": "^2.18.0",
44+
"@aws-lambda-powertools/metrics": "^2.18.0",
45+
"@aws-lambda-powertools/parameters": "^2.18.0",
46+
"@aws-lambda-powertools/tracer": "^2.18.0",
4747
"@aws-sdk/client-ssm": "^3.782.0",
4848
"@aws-sdk/lib-dynamodb": "^3.782.0",
4949
"@middy/core": "^4.7.0",

Diff for: examples/snippets/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0) (2025-04-07)
7+
8+
**Note:** Version bump only for package code-snippets
9+
10+
11+
12+
13+
614
# [2.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.16.0...v2.17.0) (2025-03-25)
715

816

Diff for: examples/snippets/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",
@@ -24,14 +24,14 @@
2424
},
2525
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
2626
"devDependencies": {
27-
"@aws-lambda-powertools/batch": "^2.17.0",
28-
"@aws-lambda-powertools/idempotency": "^2.17.0",
29-
"@aws-lambda-powertools/jmespath": "^2.17.0",
30-
"@aws-lambda-powertools/logger": "^2.17.0",
31-
"@aws-lambda-powertools/metrics": "^2.17.0",
32-
"@aws-lambda-powertools/parameters": "^2.17.0",
33-
"@aws-lambda-powertools/parser": "^2.17.0",
34-
"@aws-lambda-powertools/tracer": "^2.17.0",
27+
"@aws-lambda-powertools/batch": "^2.18.0",
28+
"@aws-lambda-powertools/idempotency": "^2.18.0",
29+
"@aws-lambda-powertools/jmespath": "^2.18.0",
30+
"@aws-lambda-powertools/logger": "^2.18.0",
31+
"@aws-lambda-powertools/metrics": "^2.18.0",
32+
"@aws-lambda-powertools/parameters": "^2.18.0",
33+
"@aws-lambda-powertools/parser": "^2.18.0",
34+
"@aws-lambda-powertools/tracer": "^2.18.0",
3535
"@aws-sdk/client-appconfigdata": "^3.782.0",
3636
"@aws-sdk/client-dynamodb": "^3.782.0",
3737
"@aws-sdk/client-secrets-manager": "^3.782.0",

Diff for: layers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0) (2025-04-07)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
# [2.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.16.0...v2.17.0) (2025-03-25)
715

816
**Note:** Version bump only for package layers

Diff for: layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"layers",
1717
"examples/snippets"
1818
],
19-
"version": "2.17.0",
19+
"version": "2.18.0",
2020
"npmClient": "npm",
2121
"message": "chore(release): %s [skip ci]"
2222
}

Diff for: package-lock.json

+40-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/batch/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0) (2025-04-07)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
# [2.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.16.0...v2.17.0) (2025-03-25)
715

816
**Note:** Version bump only for package @aws-lambda-powertools/batch

Diff for: packages/batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/batch",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/commons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.17.0...v2.18.0) (2025-04-07)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
# [2.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.16.0...v2.17.0) (2025-03-25)
715

816

Diff for: packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",

Diff for: packages/commons/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file is auto generated, do not modify
2-
export const PT_VERSION = '2.17.0';
2+
export const PT_VERSION = '2.18.0';

0 commit comments

Comments
 (0)