Skip to content

Commit 2f5704c

Browse files
github-actions[bot]aws-powertools-botdreamorosi
authored
chore(ci): bump version to 2.19.1 (#3895)
Co-authored-by: aws-powertools-bot <[email protected]> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 9f8e224 commit 2f5704c

34 files changed

+218
-84
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.19.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1) (2025-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **event-handler:** ignore return type from onSubscribe handler ([#3888](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3888)) ([02b3cda](https://github.com/aws-powertools/powertools-lambda-typescript/commit/02b3cda9fd10c4e757dee321749d484c9ac542ee))
12+
13+
14+
15+
16+
617
# [2.19.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.18.0...v2.19.0) (2025-04-24)
718

819

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.19.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1) (2025-05-05)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
# [2.19.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.18.0...v2.19.0) (2025-04-24)
715

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

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.19.0",
3+
"version": "2.19.1",
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.19.0",
42-
"@aws-lambda-powertools/idempotency": "^2.19.0",
43-
"@aws-lambda-powertools/logger": "^2.19.0",
44-
"@aws-lambda-powertools/metrics": "^2.19.0",
45-
"@aws-lambda-powertools/parameters": "^2.19.0",
46-
"@aws-lambda-powertools/tracer": "^2.19.0",
41+
"@aws-lambda-powertools/batch": "^2.19.1",
42+
"@aws-lambda-powertools/idempotency": "^2.19.1",
43+
"@aws-lambda-powertools/logger": "^2.19.1",
44+
"@aws-lambda-powertools/metrics": "^2.19.1",
45+
"@aws-lambda-powertools/parameters": "^2.19.1",
46+
"@aws-lambda-powertools/tracer": "^2.19.1",
4747
"@aws-sdk/client-ssm": "^3.799.0",
4848
"@aws-sdk/lib-dynamodb": "^3.799.0",
4949
"@middy/core": "^4.7.0",

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.19.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1) (2025-05-05)
7+
8+
**Note:** Version bump only for package code-snippets
9+
10+
11+
12+
13+
614
# [2.19.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.18.0...v2.19.0) (2025-04-24)
715

816

examples/snippets/package.json

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

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.19.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1) (2025-05-05)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
# [2.19.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.18.0...v2.19.0) (2025-04-24)
715

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

layers/package.json

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

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.19.0",
19+
"version": "2.19.1",
2020
"npmClient": "npm",
2121
"message": "chore(release): %s [skip ci]"
2222
}

package-lock.json

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

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.19.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1) (2025-05-05)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
# [2.19.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.18.0...v2.19.0) (2025-04-24)
715

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

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.19.0",
3+
"version": "2.19.1",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",

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.19.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.19.0...v2.19.1) (2025-05-05)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
# [2.19.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.18.0...v2.19.0) (2025-04-24)
715

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

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.19.0",
3+
"version": "2.19.1",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",

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.19.0';
2+
export const PT_VERSION = '2.19.1';

0 commit comments

Comments
 (0)