Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4 (2024-04-10)

**Note:** Version bump only for package aws-lambda-powertools-typescript





## 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))
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.4 (2024-04-10)

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





## 2.0.3 (2024-03-15)

**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.3",
"version": "2.0.4",
"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/app/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.4 (2024-04-10)

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





## 2.0.3 (2024-03-15)

**Note:** Version bump only for package cdk-sample
Expand Down
14 changes: 7 additions & 7 deletions examples/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powertools-sample-app",
"version": "2.0.3",
"version": "2.0.4",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -45,12 +45,12 @@
"typescript": "^5.4.4"
},
"dependencies": {
"@aws-lambda-powertools/batch": "^2.0.3",
"@aws-lambda-powertools/idempotency": "^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-lambda-powertools/batch": "^2.0.4",
"@aws-lambda-powertools/idempotency": "^2.0.4",
"@aws-lambda-powertools/logger": "^2.0.4",
"@aws-lambda-powertools/metrics": "^2.0.4",
"@aws-lambda-powertools/parameters": "^2.0.4",
"@aws-lambda-powertools/tracer": "^2.0.4",
"@aws-sdk/client-ssm": "^3.549.0",
"@aws-sdk/lib-dynamodb": "^3.549.0",
"@middy/core": "^4.7.0",
Expand Down
8 changes: 8 additions & 0 deletions layers/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.4 (2024-04-10)

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





## 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))
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.3",
"version": "2.0.4",
"bin": {
"layer": "bin/layers.js"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"layers",
"docs/snippets"
],
"version": "2.0.3",
"version": "2.0.4",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
48 changes: 24 additions & 24 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.4 (2024-04-10)

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





## 2.0.3 (2024-03-15)

**Note:** Version bump only for package @aws-lambda-powertools/batch
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.3",
"version": "2.0.4",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/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.4 (2024-04-10)

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





## 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))
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "2.0.4",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
"author": {
"name": "Amazon Web Services",
Expand Down
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.3';
export const PT_VERSION = '2.0.4';
8 changes: 8 additions & 0 deletions packages/idempotency/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.4 (2024-04-10)

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





## 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))
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.3",
"version": "2.0.4",
"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.3",
"@aws-lambda-powertools/commons": "^2.0.4",
"jmespath": "^0.16.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jmespath/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.4 (2024-04-10)

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





## 2.0.3 (2024-03-15)

**Note:** Version bump only for package @aws-lambda-powertools/jmespath
4 changes: 2 additions & 2 deletions packages/jmespath/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/jmespath",
"version": "2.0.3",
"version": "2.0.4",
"description": "A type safe and modern jmespath module to parse and extract data from JSON documents using JMESPath",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -74,7 +74,7 @@
"lib"
],
"dependencies": {
"@aws-lambda-powertools/commons": "^2.0.3"
"@aws-lambda-powertools/commons": "^2.0.4"
},
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/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.4 (2024-04-10)

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





## 2.0.3 (2024-03-15)

**feat:** 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))
Expand Down
Loading