Skip to content

Commit 3f2c300

Browse files
chore(ci): bump version to 2.10.0 (#3228)
Co-authored-by: aws-powertools-bot <[email protected]>
1 parent a3dd654 commit 3f2c300

30 files changed

+188
-70
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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
9+
### Features
10+
11+
* **logger:** include enumerable properties in formatted errors ([#3195](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3195)) ([4b80d9f](https://github.com/aws-powertools/powertools-lambda-typescript/commit/4b80d9ff77a638d2290411764a1b9dc2dc9d8cbd))
12+
13+
14+
15+
16+
617
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
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.9.0",
3+
"version": "2.10.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -39,12 +39,12 @@
3939
"vitest": "^2.0.5"
4040
},
4141
"dependencies": {
42-
"@aws-lambda-powertools/batch": "^2.9.0",
43-
"@aws-lambda-powertools/idempotency": "^2.9.0",
44-
"@aws-lambda-powertools/logger": "^2.9.0",
45-
"@aws-lambda-powertools/metrics": "^2.9.0",
46-
"@aws-lambda-powertools/parameters": "^2.9.0",
47-
"@aws-lambda-powertools/tracer": "^2.9.0",
42+
"@aws-lambda-powertools/batch": "^2.10.0",
43+
"@aws-lambda-powertools/idempotency": "^2.10.0",
44+
"@aws-lambda-powertools/logger": "^2.10.0",
45+
"@aws-lambda-powertools/metrics": "^2.10.0",
46+
"@aws-lambda-powertools/parameters": "^2.10.0",
47+
"@aws-lambda-powertools/tracer": "^2.10.0",
4848
"@aws-sdk/client-ssm": "^3.675.0",
4949
"@aws-sdk/lib-dynamodb": "^3.675.0",
5050
"@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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
**Note:** Version bump only for package code-snippets
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
715

816

examples/snippets/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-snippets",
3-
"version": "2.9.0",
3+
"version": "2.10.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.9.0",
28-
"@aws-lambda-powertools/idempotency": "^2.9.0",
29-
"@aws-lambda-powertools/jmespath": "^2.9.0",
30-
"@aws-lambda-powertools/logger": "^2.9.0",
31-
"@aws-lambda-powertools/metrics": "^2.9.0",
32-
"@aws-lambda-powertools/parameters": "^2.9.0",
27+
"@aws-lambda-powertools/batch": "^2.10.0",
28+
"@aws-lambda-powertools/idempotency": "^2.10.0",
29+
"@aws-lambda-powertools/jmespath": "^2.10.0",
30+
"@aws-lambda-powertools/logger": "^2.10.0",
31+
"@aws-lambda-powertools/metrics": "^2.10.0",
32+
"@aws-lambda-powertools/parameters": "^2.10.0",
3333
"@aws-lambda-powertools/parser": "^2.9.0",
34-
"@aws-lambda-powertools/tracer": "^2.9.0",
34+
"@aws-lambda-powertools/tracer": "^2.10.0",
3535
"@aws-sdk/client-appconfigdata": "^3.675.0",
3636
"@aws-sdk/client-dynamodb": "^3.675.0",
3737
"@aws-sdk/client-secrets-manager": "^3.675.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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
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.9.0",
3+
"version": "2.10.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"layers",
1616
"examples/snippets"
1717
],
18-
"version": "2.9.0",
18+
"version": "2.10.0",
1919
"npmClient": "npm",
2020
"message": "chore(release): %s [skip ci]"
2121
}

package-lock.json

+34-34
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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
715

816

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.9.0",
3+
"version": "2.10.0",
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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
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.9.0",
3+
"version": "2.10.0",
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.9.0';
2+
export const PT_VERSION = '2.10.0';

packages/event-handler/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.10.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.9.0...v2.10.0) (2024-10-22)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/event-handler
9+
10+
11+
12+
13+
614
# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)
715

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

packages/event-handler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/event-handler",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Lightweight routing to reduce boilerplate for API Gateway REST/HTTP API, ALB and Lambda Function URLs",
55
"author": {
66
"name": "Amazon Web Services",
@@ -50,7 +50,7 @@
5050
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
5151
},
5252
"dependencies": {
53-
"@aws-lambda-powertools/commons": "^2.9.0"
53+
"@aws-lambda-powertools/commons": "^2.10.0"
5454
},
5555
"keywords": [
5656
"aws",

0 commit comments

Comments
 (0)