Skip to content

Commit 8b1a9ad

Browse files
chore(ci): bump version to 2.1.0 (#2392)
1 parent ba2f897 commit 8b1a9ad

30 files changed

+189
-57
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **jmespath:** refactor custom function introspection to work with minification ([#2384](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2384)) ([21ecc4f](https://github.com/aws-powertools/powertools-lambda-typescript/commit/21ecc4f736ccba85c276889163860a98613174cc))
12+
13+
14+
### Features
15+
16+
* **idempotency:** add custom JMESPath functions ([#2364](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2364)) ([9721e7c](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9721e7c01fc010944eb477bdbc24b9e06a5c4571))
17+
18+
19+
20+
21+
622
## 2.0.4 (2024-04-10)
723

824
### Bug Fixes

docs/snippets/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
9+
### Features
10+
11+
* **idempotency:** add custom JMESPath functions ([#2364](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2364)) ([9721e7c](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9721e7c01fc010944eb477bdbc24b9e06a5c4571))
12+
13+
14+
15+
16+
617
## 2.0.4 (2024-04-10)
718

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

docs/snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",

examples/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
**Note:** Version bump only for package powertools-sample-app
9+
10+
11+
12+
13+
614
## 2.0.4 (2024-04-10)
715

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

examples/app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powertools-sample-app",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -45,12 +45,12 @@
4545
"typescript": "^5.4.5"
4646
},
4747
"dependencies": {
48-
"@aws-lambda-powertools/batch": "^2.0.4",
49-
"@aws-lambda-powertools/idempotency": "^2.0.4",
50-
"@aws-lambda-powertools/logger": "^2.0.4",
51-
"@aws-lambda-powertools/metrics": "^2.0.4",
52-
"@aws-lambda-powertools/parameters": "^2.0.4",
53-
"@aws-lambda-powertools/tracer": "^2.0.4",
48+
"@aws-lambda-powertools/batch": "^2.1.0",
49+
"@aws-lambda-powertools/idempotency": "^2.1.0",
50+
"@aws-lambda-powertools/logger": "^2.1.0",
51+
"@aws-lambda-powertools/metrics": "^2.1.0",
52+
"@aws-lambda-powertools/parameters": "^2.1.0",
53+
"@aws-lambda-powertools/tracer": "^2.1.0",
5454
"@aws-sdk/client-ssm": "^3.554.0",
5555
"@aws-sdk/lib-dynamodb": "^3.554.0",
5656
"@middy/core": "^4.7.0",

layers/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
9+
### Features
10+
11+
* **idempotency:** add custom JMESPath functions ([#2364](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2364)) ([9721e7c](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9721e7c01fc010944eb477bdbc24b9e06a5c4571))
12+
13+
14+
15+
16+
617
## 2.0.4 (2024-04-10)
718

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

layers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"layers",
1515
"docs/snippets"
1616
],
17-
"version": "2.0.4",
17+
"version": "2.1.0",
1818
"npmClient": "npm",
1919
"message": "chore(release): %s [skip ci]"
20-
}
20+
}

package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/batch/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
## 2.0.4 (2024-04-10)
715

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

packages/batch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/batch",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",

packages/commons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
## 2.0.4 (2024-04-10)
715

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

packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",

packages/commons/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file is auto generated, do not modify
2-
export const PT_VERSION = '2.0.4';
2+
export const PT_VERSION = '2.1.0';

packages/idempotency/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.1.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.0.4...v2.1.0) (2024-04-17)
7+
8+
9+
### Features
10+
11+
* **idempotency:** add custom JMESPath functions ([#2364](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2364)) ([9721e7c](https://github.com/aws-powertools/powertools-lambda-typescript/commit/9721e7c01fc010944eb477bdbc24b9e06a5c4571))
12+
13+
14+
15+
16+
617
## 2.0.4 (2024-04-10)
718

819
### Bug Fixes

packages/idempotency/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"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.",
55
"author": {
66
"name": "Amazon Web Services",
@@ -100,8 +100,8 @@
100100
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
101101
},
102102
"dependencies": {
103-
"@aws-lambda-powertools/commons": "^2.0.4",
104-
"@aws-lambda-powertools/jmespath": "^2.0.4"
103+
"@aws-lambda-powertools/commons": "^2.1.0",
104+
"@aws-lambda-powertools/jmespath": "^2.1.0"
105105
},
106106
"peerDependencies": {
107107
"@aws-sdk/client-dynamodb": ">=3.x",

0 commit comments

Comments
 (0)