Skip to content

Commit

Permalink
chore(ci): bump version to 2.5.0 (#2775)
Browse files Browse the repository at this point in the history
Co-authored-by: aws-powertools-bot <[email protected]>
  • Loading branch information
github-actions[bot] and aws-powertools-bot authored Jul 15, 2024
1 parent 34d0b55 commit 3f5a4fa
Show file tree
Hide file tree
Showing 30 changed files with 199 additions and 70 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)


### Bug Fixes

* **parser:** include error cause in ParseError ([#2774](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2774)) ([34d0b55](https://github.com/aws-powertools/powertools-lambda-typescript/commit/34d0b5500ca67a6df0703be66031d1aee61a09fa))


### Features

* **logger:** custom function for unserializable values (JSON replacer) ([#2739](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2739)) ([fbc8688](https://github.com/aws-powertools/powertools-lambda-typescript/commit/fbc86889f88203945a4201c6a6c403b3a257d54f))





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)


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.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

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





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)

**Note:** Version bump only for package powertools-sample-app
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.4.0",
"version": "2.5.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -45,12 +45,12 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@aws-lambda-powertools/batch": "^2.4.0",
"@aws-lambda-powertools/idempotency": "^2.4.0",
"@aws-lambda-powertools/logger": "^2.4.0",
"@aws-lambda-powertools/metrics": "^2.4.0",
"@aws-lambda-powertools/parameters": "^2.4.0",
"@aws-lambda-powertools/tracer": "^2.4.0",
"@aws-lambda-powertools/batch": "^2.5.0",
"@aws-lambda-powertools/idempotency": "^2.5.0",
"@aws-lambda-powertools/logger": "^2.5.0",
"@aws-lambda-powertools/metrics": "^2.5.0",
"@aws-lambda-powertools/parameters": "^2.5.0",
"@aws-lambda-powertools/tracer": "^2.5.0",
"@aws-sdk/client-ssm": "^3.614.0",
"@aws-sdk/lib-dynamodb": "^3.614.0",
"@middy/core": "^4.7.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)


### Features

* **logger:** custom function for unserializable values (JSON replacer) ([#2739](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2739)) ([fbc8688](https://github.com/aws-powertools/powertools-lambda-typescript/commit/fbc86889f88203945a4201c6a6c403b3a257d54f))





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)


Expand Down
18 changes: 9 additions & 9 deletions examples/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-snippets",
"version": "2.4.0",
"version": "2.5.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -29,14 +29,14 @@
},
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"devDependencies": {
"@aws-lambda-powertools/batch": "^2.4.0",
"@aws-lambda-powertools/idempotency": "^2.4.0",
"@aws-lambda-powertools/jmespath": "^2.4.0",
"@aws-lambda-powertools/logger": "^2.4.0",
"@aws-lambda-powertools/metrics": "^2.4.0",
"@aws-lambda-powertools/parameters": "^2.4.0",
"@aws-lambda-powertools/parser": "^2.4.0",
"@aws-lambda-powertools/tracer": "^2.4.0",
"@aws-lambda-powertools/batch": "^2.5.0",
"@aws-lambda-powertools/idempotency": "^2.5.0",
"@aws-lambda-powertools/jmespath": "^2.5.0",
"@aws-lambda-powertools/logger": "^2.5.0",
"@aws-lambda-powertools/metrics": "^2.5.0",
"@aws-lambda-powertools/parameters": "^2.5.0",
"@aws-lambda-powertools/parser": "^2.5.0",
"@aws-lambda-powertools/tracer": "^2.5.0",
"@aws-sdk/client-appconfigdata": "^3.614.0",
"@aws-sdk/client-dynamodb": "^3.614.0",
"@aws-sdk/client-secrets-manager": "^3.614.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.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

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





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)


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.4.0",
"version": "2.5.0",
"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 @@ -14,7 +14,7 @@
"layers",
"examples/snippets"
],
"version": "2.4.0",
"version": "2.5.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
68 changes: 34 additions & 34 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.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

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





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)


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.4.0",
"version": "2.5.0",
"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.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

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





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)


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.4.0",
"version": "2.5.0",
"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.4.0';
export const PT_VERSION = '2.5.0';
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.5.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.4.0...v2.5.0) (2024-07-15)

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





# [2.4.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.3.0...v2.4.0) (2024-07-10)


Expand Down
Loading

0 comments on commit 3f5a4fa

Please sign in to comment.