Skip to content

Commit

Permalink
chore(ci): bump version to 2.0.3 (#2240)
Browse files Browse the repository at this point in the history
* 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 <151832416+aws-powertools-bot@users.noreply.github.com>
Co-authored-by: Andrea Amorosi <dreamorosi@gmail.com>
  • Loading branch information
3 people authored Mar 15, 2024
1 parent a88ec79 commit 8138df1
Show file tree
Hide file tree
Showing 30 changed files with 158 additions and 61 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

**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))
**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))
**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))
**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))
**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))

## 2.0.2 (2024-03-05)


Expand Down
8 changes: 8 additions & 0 deletions docs/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

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





## 2.0.2 (2024-03-05)

**Note:** Version bump only for package docs
Expand Down
2 changes: 1 addition & 1 deletion docs/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "2.0.2",
"version": "2.0.3",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
Expand Down
8 changes: 8 additions & 0 deletions examples/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

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





## 2.0.2 (2024-03-05)

**Note:** Version bump only for package cdk-sample
Expand Down
12 changes: 6 additions & 6 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-sample",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand All @@ -25,11 +25,11 @@
"*.js": "npm run lint-fix"
},
"devDependencies": {
"@aws-lambda-powertools/commons": "^2.0.2",
"@aws-lambda-powertools/logger": "^2.0.2",
"@aws-lambda-powertools/metrics": "^2.0.2",
"@aws-lambda-powertools/parameters": "^2.0.2",
"@aws-lambda-powertools/tracer": "^2.0.2",
"@aws-lambda-powertools/commons": "^2.0.3",
"@aws-lambda-powertools/logger": "^2.0.3",
"@aws-lambda-powertools/metrics": "^2.0.3",
"@aws-lambda-powertools/parameters": "^2.0.3",
"@aws-lambda-powertools/tracer": "^2.0.3",
"@aws-sdk/client-ssm": "^3.533.0",
"@aws-sdk/lib-dynamodb": "^3.533.0",
"@types/aws-lambda": "^8.10.136",
Expand Down
8 changes: 8 additions & 0 deletions examples/sam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

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





## 2.0.2 (2024-03-05)

**Note:** Version bump only for package sam-example
Expand Down
10 changes: 5 additions & 5 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sam-example",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -34,10 +34,10 @@
"typescript": "^5.4.2"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.0.2",
"@aws-lambda-powertools/metrics": "^2.0.2",
"@aws-lambda-powertools/parameters": "^2.0.2",
"@aws-lambda-powertools/tracer": "^2.0.2",
"@aws-lambda-powertools/logger": "^2.0.3",
"@aws-lambda-powertools/metrics": "^2.0.3",
"@aws-lambda-powertools/parameters": "^2.0.3",
"@aws-lambda-powertools/tracer": "^2.0.3",
"@middy/core": "^4.7.0",
"phin": "^3.7.0"
}
Expand Down
4 changes: 4 additions & 0 deletions layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

**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))

## 2.0.2 (2024-03-05)

**Note:** Version bump only for package layers
Expand Down
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "2.0.2",
"version": "2.0.3",
"bin": {
"layer": "bin/layers.js"
},
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"layers",
"docs/snippets"
],
"version": "2.0.2",
"version": "2.0.3",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
}
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

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





## 2.0.2 (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/batch",
"version": "2.0.2",
"version": "2.0.3",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down
5 changes: 5 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

**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))
**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))

## 2.0.2 (2024-03-05)

**Note:** Version bump only for package @aws-lambda-powertools/commons
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/commons",
"version": "2.0.2",
"version": "2.0.3",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -91,4 +91,4 @@
"devDependencies": {
"@aws-lambda-powertools/testing-utils": "file:../testing"
}
}
}
2 changes: 1 addition & 1 deletion packages/commons/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this file is auto generated, do not modify
export const PT_VERSION = '2.0.2';
export const PT_VERSION = '2.0.3';
4 changes: 4 additions & 0 deletions packages/idempotency/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2.0.3 (2024-03-15)

**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))

## 2.0.2 (2024-03-05)

**Note:** Version bump only for package @aws-lambda-powertools/idempotency
Expand Down
4 changes: 2 additions & 2 deletions packages/idempotency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/idempotency",
"version": "2.0.2",
"version": "2.0.3",
"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.",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -100,7 +100,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^2.0.2",
"@aws-lambda-powertools/commons": "^2.0.3",
"@aws-sdk/util-base64-node": "^3.209.0",
"jmespath": "^0.16.0"
},
Expand Down
Loading

0 comments on commit 8138df1

Please sign in to comment.