Skip to content

Commit

Permalink
chore(ci): bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-powertools-bot committed Oct 7, 2024
1 parent 74c6edd commit 32c2bf3
Show file tree
Hide file tree
Showing 32 changed files with 214 additions and 74 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)


### Features

* **batch:** sequential async processing of records for `BatchProcessor` ([#3109](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3109)) ([e31279a](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e31279af90446050a7974fbe25c34758f64915f9))
* **idempotency:** ability to specify JMESPath custom functions ([#3150](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3150)) ([869b6fc](https://github.com/aws-powertools/powertools-lambda-typescript/commit/869b6fced659ad820ffe79a0b905022061570974))
* **idempotency:** manipulate idempotent response via response hook ([#3071](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3071)) ([f7c1769](https://github.com/aws-powertools/powertools-lambda-typescript/commit/f7c176901a36698f591d897c2abde54cf30c9ea9))





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)


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

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





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)

**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.8.0",
"version": "2.9.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -39,12 +39,12 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@aws-lambda-powertools/batch": "^2.8.0",
"@aws-lambda-powertools/idempotency": "^2.8.0",
"@aws-lambda-powertools/logger": "^2.8.0",
"@aws-lambda-powertools/metrics": "^2.8.0",
"@aws-lambda-powertools/parameters": "^2.8.0",
"@aws-lambda-powertools/tracer": "^2.8.0",
"@aws-lambda-powertools/batch": "^2.9.0",
"@aws-lambda-powertools/idempotency": "^2.9.0",
"@aws-lambda-powertools/logger": "^2.9.0",
"@aws-lambda-powertools/metrics": "^2.9.0",
"@aws-lambda-powertools/parameters": "^2.9.0",
"@aws-lambda-powertools/tracer": "^2.9.0",
"@aws-sdk/client-ssm": "^3.664.0",
"@aws-sdk/lib-dynamodb": "^3.664.0",
"@middy/core": "^4.7.0",
Expand Down
13 changes: 13 additions & 0 deletions examples/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)


### Features

* **batch:** sequential async processing of records for `BatchProcessor` ([#3109](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3109)) ([e31279a](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e31279af90446050a7974fbe25c34758f64915f9))
* **idempotency:** ability to specify JMESPath custom functions ([#3150](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3150)) ([869b6fc](https://github.com/aws-powertools/powertools-lambda-typescript/commit/869b6fced659ad820ffe79a0b905022061570974))
* **idempotency:** manipulate idempotent response via response hook ([#3071](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3071)) ([f7c1769](https://github.com/aws-powertools/powertools-lambda-typescript/commit/f7c176901a36698f591d897c2abde54cf30c9ea9))





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)


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.8.0",
"version": "2.9.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
Expand All @@ -24,14 +24,14 @@
},
"homepage": "https://github.com/aws-powertools/powertools-lambda-typescript#readme",
"devDependencies": {
"@aws-lambda-powertools/batch": "^2.8.0",
"@aws-lambda-powertools/idempotency": "^2.8.0",
"@aws-lambda-powertools/jmespath": "^2.8.0",
"@aws-lambda-powertools/logger": "^2.8.0",
"@aws-lambda-powertools/metrics": "^2.8.0",
"@aws-lambda-powertools/parameters": "^2.8.0",
"@aws-lambda-powertools/parser": "^2.8.0",
"@aws-lambda-powertools/tracer": "^2.8.0",
"@aws-lambda-powertools/batch": "^2.9.0",
"@aws-lambda-powertools/idempotency": "^2.9.0",
"@aws-lambda-powertools/jmespath": "^2.9.0",
"@aws-lambda-powertools/logger": "^2.9.0",
"@aws-lambda-powertools/metrics": "^2.9.0",
"@aws-lambda-powertools/parameters": "^2.9.0",
"@aws-lambda-powertools/parser": "^2.9.0",
"@aws-lambda-powertools/tracer": "^2.9.0",
"@aws-sdk/client-appconfigdata": "^3.664.0",
"@aws-sdk/client-dynamodb": "^3.664.0",
"@aws-sdk/client-secrets-manager": "^3.664.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.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)

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





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)

**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.8.0",
"version": "2.9.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 @@ -15,7 +15,7 @@
"layers",
"examples/snippets"
],
"version": "2.8.0",
"version": "2.9.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
72 changes: 36 additions & 36 deletions package-lock.json

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

11 changes: 11 additions & 0 deletions packages/batch/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.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)


### Features

* **batch:** sequential async processing of records for `BatchProcessor` ([#3109](https://github.com/aws-powertools/powertools-lambda-typescript/issues/3109)) ([e31279a](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e31279af90446050a7974fbe25c34758f64915f9))





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)

**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.8.0",
"version": "2.9.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.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)

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





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)

**Note:** Version bump only for package @aws-lambda-powertools/commons
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.8.0",
"version": "2.9.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.8.0';
export const PT_VERSION = '2.9.0';
8 changes: 8 additions & 0 deletions packages/event-handler/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.9.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.8.0...v2.9.0) (2024-10-07)

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





# [2.8.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.7.0...v2.8.0) (2024-09-16)

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

0 comments on commit 32c2bf3

Please sign in to comment.