Skip to content

Commit 8138df1

Browse files
github-actions[bot]aws-powertools-botdreamorosi
authored
chore(ci): bump version to 2.0.3 (#2240)
* chore(ci): bump version to 2.0.3 * chore: update logger changelog * chore: update idempotency changelog * chore: update logger changelog * chore: update commons changelog * chore: update layers changelog * chore: update main changelog --------- Co-authored-by: aws-powertools-bot <[email protected]> Co-authored-by: Andrea Amorosi <[email protected]>
1 parent a88ec79 commit 8138df1

30 files changed

+158
-61
lines changed

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.0.3 (2024-03-15)
7+
8+
**feat(logger):** improve regex in stack trace parsing ([#2121](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2121)) ([ebe5eef](https://github.com/aws-powertools/powertools-lambda-typescript/commit/ebe5eef3319fc95070c2c33c0ac64b8e42443b38))
9+
**fix(idempotency):** transform private class fields ([#2230](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2230)) ([aa6e6e0](https://github.com/aws-powertools/powertools-lambda-typescript/commit/aa6e6e0c25bbc93151cc5cddc584400575604f05))
10+
**improv(commons):**: expand type utils functions ([#2191](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2191)) ([9208393](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9208393fe07d33cb35ea479b3c0866c8a7b91a21))
11+
**feat(commons):** add fromBase64 helper function ([#2188](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2188)) ([133159b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/133159ba4cca41a61c14d62f9356bb89a7f0a08f))
12+
**fix(layers):**: add createRequire banner in esm build ([#2231](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2231)) ([730bcc9](https://github.com/aws-powertools/powertools-lambda-typescript/commit/730bcc93c027f4d60788badb6c5c01a09b3c70be))
13+
614
## 2.0.2 (2024-03-05)
715

816

docs/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.0.3 (2024-03-15)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## 2.0.2 (2024-03-05)
715

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

docs/snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",

examples/cdk/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.0.3 (2024-03-15)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
## 2.0.2 (2024-03-05)
715

816
**Note:** Version bump only for package cdk-sample

examples/cdk/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -25,11 +25,11 @@
2525
"*.js": "npm run lint-fix"
2626
},
2727
"devDependencies": {
28-
"@aws-lambda-powertools/commons": "^2.0.2",
29-
"@aws-lambda-powertools/logger": "^2.0.2",
30-
"@aws-lambda-powertools/metrics": "^2.0.2",
31-
"@aws-lambda-powertools/parameters": "^2.0.2",
32-
"@aws-lambda-powertools/tracer": "^2.0.2",
28+
"@aws-lambda-powertools/commons": "^2.0.3",
29+
"@aws-lambda-powertools/logger": "^2.0.3",
30+
"@aws-lambda-powertools/metrics": "^2.0.3",
31+
"@aws-lambda-powertools/parameters": "^2.0.3",
32+
"@aws-lambda-powertools/tracer": "^2.0.3",
3333
"@aws-sdk/client-ssm": "^3.533.0",
3434
"@aws-sdk/lib-dynamodb": "^3.533.0",
3535
"@types/aws-lambda": "^8.10.136",

examples/sam/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.0.3 (2024-03-15)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
13+
614
## 2.0.2 (2024-03-05)
715

816
**Note:** Version bump only for package sam-example

examples/sam/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -34,10 +34,10 @@
3434
"typescript": "^5.4.2"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^2.0.2",
38-
"@aws-lambda-powertools/metrics": "^2.0.2",
39-
"@aws-lambda-powertools/parameters": "^2.0.2",
40-
"@aws-lambda-powertools/tracer": "^2.0.2",
37+
"@aws-lambda-powertools/logger": "^2.0.3",
38+
"@aws-lambda-powertools/metrics": "^2.0.3",
39+
"@aws-lambda-powertools/parameters": "^2.0.3",
40+
"@aws-lambda-powertools/tracer": "^2.0.3",
4141
"@middy/core": "^4.7.0",
4242
"phin": "^3.7.0"
4343
}

layers/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.3 (2024-03-15)
7+
8+
**fix:**: add createRequire banner in esm build ([#2231](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2231)) ([730bcc9](https://github.com/aws-powertools/powertools-lambda-typescript/commit/730bcc93c027f4d60788badb6c5c01a09b3c70be))
9+
610
## 2.0.2 (2024-03-05)
711

812
**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.0.2",
3+
"version": "2.0.3",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"layers",
1515
"docs/snippets"
1616
],
17-
"version": "2.0.2",
17+
"version": "2.0.3",
1818
"npmClient": "npm",
1919
"message": "chore(release): %s [skip ci]"
20-
}
20+
}

package-lock.json

+28-28
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.0.3 (2024-03-15)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
## 2.0.2 (2024-03-05)
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.0.2",
3+
"version": "2.0.3",
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

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.0.3 (2024-03-15)
7+
8+
**improv:**: expand type utils functions ([#2191](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2191)) ([9208393](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9208393fe07d33cb35ea479b3c0866c8a7b91a21))
9+
**feat:** add fromBase64 helper function ([#2188](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2188)) ([133159b](https://github.com/aws-powertools/powertools-lambda-typescript/commit/133159ba4cca41a61c14d62f9356bb89a7f0a08f))
10+
611
## 2.0.2 (2024-03-05)
712

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

packages/commons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",
@@ -91,4 +91,4 @@
9191
"devDependencies": {
9292
"@aws-lambda-powertools/testing-utils": "file:../testing"
9393
}
94-
}
94+
}

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

packages/idempotency/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.3 (2024-03-15)
7+
8+
**fix:** transform private class fields ([#2230](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2230)) ([aa6e6e0](https://github.com/aws-powertools/powertools-lambda-typescript/commit/aa6e6e0c25bbc93151cc5cddc584400575604f05))
9+
610
## 2.0.2 (2024-03-05)
711

812
**Note:** Version bump only for package @aws-lambda-powertools/idempotency

packages/idempotency/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "The idempotency package for the Powertools for AWS Lambda (TypeScript) library. It provides options to make your Lambda functions idempotent and safe to retry.",
55
"author": {
66
"name": "Amazon Web Services",
@@ -100,7 +100,7 @@
100100
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
101101
},
102102
"dependencies": {
103-
"@aws-lambda-powertools/commons": "^2.0.2",
103+
"@aws-lambda-powertools/commons": "^2.0.3",
104104
"@aws-sdk/util-base64-node": "^3.209.0",
105105
"jmespath": "^0.16.0"
106106
},

0 commit comments

Comments
 (0)