Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07ddeda

Browse files
github-actions[bot]aws-powertools-bot
andauthoredFeb 20, 2024
chore(ci): bump version to 1.18.1 (#2114)
Co-authored-by: aws-powertools-bot <151832416+aws-powertools-bot@users.noreply.github.com>
1 parent 3174781 commit 07ddeda

25 files changed

+147
-51
lines changed
 

‎CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package aws-lambda-powertools-typescript
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

816
### Features

‎examples/cdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

816
**Note:** Version bump only for package cdk-sample

‎examples/cdk/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -25,11 +25,11 @@
2525
"*.js": "npm run lint-fix"
2626
},
2727
"devDependencies": {
28-
"@aws-lambda-powertools/commons": "^1.18.0",
29-
"@aws-lambda-powertools/logger": "^1.18.0",
30-
"@aws-lambda-powertools/metrics": "^1.18.0",
31-
"@aws-lambda-powertools/parameters": "^1.18.0",
32-
"@aws-lambda-powertools/tracer": "^1.18.0",
28+
"@aws-lambda-powertools/commons": "^1.18.1",
29+
"@aws-lambda-powertools/logger": "^1.18.1",
30+
"@aws-lambda-powertools/metrics": "^1.18.1",
31+
"@aws-lambda-powertools/parameters": "^1.18.1",
32+
"@aws-lambda-powertools/tracer": "^1.18.1",
3333
"@aws-sdk/client-ssm": "^3.515.0",
3434
"@aws-sdk/lib-dynamodb": "^3.515.0",
3535
"@types/aws-lambda": "^8.10.133",

‎examples/sam/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

816
**Note:** Version bump only for package sam-sample

‎examples/sam/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -34,10 +34,10 @@
3434
"typescript": "^5.3.3"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^1.18.0",
38-
"@aws-lambda-powertools/metrics": "^1.18.0",
39-
"@aws-lambda-powertools/parameters": "^1.18.0",
40-
"@aws-lambda-powertools/tracer": "^1.18.0",
37+
"@aws-lambda-powertools/logger": "^1.18.1",
38+
"@aws-lambda-powertools/metrics": "^1.18.1",
39+
"@aws-lambda-powertools/parameters": "^1.18.1",
40+
"@aws-lambda-powertools/tracer": "^1.18.1",
4141
"@middy/core": "^4.7.0",
4242
"phin": "^3.7.0"
4343
}

‎layers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

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

‎layers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

‎lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"examples/sam",
1313
"layers"
1414
],
15-
"version": "1.18.0",
15+
"version": "1.18.1",
1616
"npmClient": "npm",
1717
"message": "chore(release): %s [skip ci]"
1818
}

‎package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/batch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

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

‎packages/batch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/batch",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
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

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

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

‎packages/commons/package.json

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

‎packages/idempotency/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/idempotency
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

816
### Features

‎packages/idempotency/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
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",
@@ -81,7 +81,7 @@
8181
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
8282
},
8383
"dependencies": {
84-
"@aws-lambda-powertools/commons": "^1.18.0",
84+
"@aws-lambda-powertools/commons": "^1.18.1",
8585
"@aws-sdk/util-base64-node": "^3.209.0",
8686
"jmespath": "^0.16.0"
8787
},

‎packages/logger/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/logger
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

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

‎packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/logger",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -55,7 +55,7 @@
5555
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
5656
},
5757
"dependencies": {
58-
"@aws-lambda-powertools/commons": "^1.18.0",
58+
"@aws-lambda-powertools/commons": "^1.18.1",
5959
"lodash.merge": "^4.6.2"
6060
},
6161
"keywords": [

‎packages/metrics/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/metrics
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

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

‎packages/metrics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/metrics",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "The metrics package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -57,7 +57,7 @@
5757
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
5858
},
5959
"dependencies": {
60-
"@aws-lambda-powertools/commons": "^1.18.0"
60+
"@aws-lambda-powertools/commons": "^1.18.1"
6161
},
6262
"keywords": [
6363
"aws",

‎packages/parameters/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/parameters
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

816
### Bug Fixes

‎packages/parameters/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/parameters",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "The parameters package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -148,7 +148,7 @@
148148
"aws-sdk-client-mock-jest": "^3.0.1"
149149
},
150150
"dependencies": {
151-
"@aws-lambda-powertools/commons": "^1.18.0",
151+
"@aws-lambda-powertools/commons": "^1.18.1",
152152
"@aws-sdk/util-base64-node": "^3.209.0"
153153
},
154154
"peerDependencies": {

‎packages/testing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/testing-utils
9+
10+
11+
12+
13+
614
## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)
715

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

‎packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/testing-utils",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "A package containing utilities to test your serverless workloads",
55
"author": {
66
"name": "Amazon Web Services",

‎packages/tracer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## 1.18.1 (2024-02-20)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/tracer
9+
10+
11+
12+
13+
614
## [1.17.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.16.0...v1.17.0) (2023-11-24)
715

816
**maintenance:** drop support for Node.js 14 ([#1664](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1664)) ([e2a0923](https://github.com/aws-powertools/powertools-lambda-typescript/commit/e2a09232f86167b5208be2daf892aa1ea433ce0f))

‎packages/tracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/tracer",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "The tracer package for the Powertools for AWS Lambda (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -60,7 +60,7 @@
6060
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
6161
},
6262
"dependencies": {
63-
"@aws-lambda-powertools/commons": "^1.18.0",
63+
"@aws-lambda-powertools/commons": "^1.18.1",
6464
"aws-xray-sdk-core": "^3.5.3"
6565
},
6666
"keywords": [

0 commit comments

Comments
 (0)
Please sign in to comment.