Skip to content

Commit

Permalink
chore(ci): bump version to 2.2.0 (#2639)
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 Jun 13, 2024
1 parent a649078 commit bfdd14f
Show file tree
Hide file tree
Showing 30 changed files with 220 additions and 308 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)


### Bug Fixes

* **idempotency:** deep sort payload during hashing ([#2570](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2570)) ([6765f35](https://github.com/aws-powertools/powertools-lambda-typescript/commit/6765f35e98e2d8267d2672c12ba387a9af62a4b5))
* **parser:** handle API Gateway Test UI sourceIp ([#2531](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2531)) ([cd6c512](https://github.com/aws-powertools/powertools-lambda-typescript/commit/cd6c512c3a3b799debdafabac1558c8d40c8dc93))


### Features

* **batch:** add option to continue processing other group IDs on failure in `SqsFifoPartialProcessor` ([#2590](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2590)) ([a615c24](https://github.com/aws-powertools/powertools-lambda-typescript/commit/a615c24108c4653be4c62d8488092fc08a4a3cc3))





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)


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.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)

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





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)

**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.1.1",
"version": "2.2.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.1.1",
"@aws-lambda-powertools/idempotency": "^2.1.1",
"@aws-lambda-powertools/logger": "^2.1.1",
"@aws-lambda-powertools/metrics": "^2.1.1",
"@aws-lambda-powertools/parameters": "^2.1.1",
"@aws-lambda-powertools/tracer": "^2.1.1",
"@aws-lambda-powertools/batch": "^2.2.0",
"@aws-lambda-powertools/idempotency": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.2.0",
"@aws-lambda-powertools/metrics": "^2.2.0",
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/tracer": "^2.2.0",
"@aws-sdk/client-ssm": "^3.592.0",
"@aws-sdk/lib-dynamodb": "^3.592.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.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)


### Features

* **batch:** add option to continue processing other group IDs on failure in `SqsFifoPartialProcessor` ([#2590](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2590)) ([a615c24](https://github.com/aws-powertools/powertools-lambda-typescript/commit/a615c24108c4653be4c62d8488092fc08a4a3cc3))





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)

**Note:** Version bump only for package code-snippets
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.1.1",
"version": "2.2.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.1.1",
"@aws-lambda-powertools/idempotency": "^2.1.1",
"@aws-lambda-powertools/jmespath": "^2.1.1",
"@aws-lambda-powertools/logger": "^2.1.1",
"@aws-lambda-powertools/metrics": "^2.1.1",
"@aws-lambda-powertools/parameters": "^2.1.1",
"@aws-lambda-powertools/parser": "^2.1.1",
"@aws-lambda-powertools/tracer": "^2.1.1",
"@aws-lambda-powertools/batch": "^2.2.0",
"@aws-lambda-powertools/idempotency": "^2.2.0",
"@aws-lambda-powertools/jmespath": "^2.2.0",
"@aws-lambda-powertools/logger": "^2.2.0",
"@aws-lambda-powertools/metrics": "^2.2.0",
"@aws-lambda-powertools/parameters": "^2.2.0",
"@aws-lambda-powertools/parser": "^2.2.0",
"@aws-lambda-powertools/tracer": "^2.2.0",
"@aws-sdk/client-appconfigdata": "^3.592.0",
"@aws-sdk/client-dynamodb": "^3.592.0",
"@aws-sdk/client-secrets-manager": "^3.592.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.2.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.1...v2.2.0) (2024-06-12)

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





## [2.1.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.1.0...v2.1.1) (2024-05-14)

**Note:** Version bump only for package layers
Expand Down
3 changes: 1 addition & 2 deletions layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "2.1.1",
"version": "2.2.0",
"bin": {
"layer": "bin/layers.js"
},
Expand All @@ -18,7 +18,6 @@
"test:e2e": "jest --group=e2e",
"createLayerFolder": "cdk synth --context BuildFromLocal=true"
},

"repository": {
"type": "git",
"url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
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",
"examples/snippets"
],
"version": "2.1.1",
"version": "2.2.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
}
Loading

0 comments on commit bfdd14f

Please sign in to comment.