Skip to content

Commit 047ad5c

Browse files
github-actions[bot]aws-powertools-botam29d
authored
chore(ci): bump version to 2.0.2 (#2165)
* chore(ci): bump version to 2.0.2 * remove changelog message in unrelated packages --------- Co-authored-by: aws-powertools-bot <[email protected]> Co-authored-by: Alexander Schueren <[email protected]>
1 parent 29630b5 commit 047ad5c

28 files changed

+168
-54
lines changed

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.0.2 (2024-03-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **tracer:** modify aws-xray-sdk-core import for js ([#2164](https://github.com/aws-powertools/powertools-lambda-typescript/issues/2164)) ([29630b5](https://github.com/aws-powertools/powertools-lambda-typescript/commit/29630b5b68915ccca1324f3e7ce3e95b85a616be))
12+
13+
14+
15+
16+
617
## 2.0.1 (2024-03-04)
718

819
**Note:** Version bump only for package aws-lambda-powertools-typescript

docs/snippets/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.0.2 (2024-03-05)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614
## 2.0.1 (2024-03-04)
715

816
**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.1",
3+
"version": "2.0.2",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",

examples/cdk/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.0.2 (2024-03-05)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
## 2.0.1 (2024-03-04)
715

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

examples/cdk/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
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": "^2.0.1",
29-
"@aws-lambda-powertools/logger": "^2.0.1",
30-
"@aws-lambda-powertools/metrics": "^2.0.1",
31-
"@aws-lambda-powertools/parameters": "^2.0.1",
32-
"@aws-lambda-powertools/tracer": "^2.0.1",
28+
"@aws-lambda-powertools/commons": "^2.0.2",
29+
"@aws-lambda-powertools/logger": "^2.0.2",
30+
"@aws-lambda-powertools/metrics": "^2.0.2",
31+
"@aws-lambda-powertools/parameters": "^2.0.2",
32+
"@aws-lambda-powertools/tracer": "^2.0.2",
3333
"@aws-sdk/client-ssm": "^3.523.0",
3434
"@aws-sdk/lib-dynamodb": "^3.523.0",
3535
"@types/aws-lambda": "^8.10.134",

examples/sam/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.0.2 (2024-03-05)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
613
## 2.0.1 (2024-03-04)
714

815
**Note:** Version bump only for package sam-example

examples/sam/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
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": "^2.0.1",
38-
"@aws-lambda-powertools/metrics": "^2.0.1",
39-
"@aws-lambda-powertools/parameters": "^2.0.1",
40-
"@aws-lambda-powertools/tracer": "^2.0.1",
37+
"@aws-lambda-powertools/logger": "^2.0.2",
38+
"@aws-lambda-powertools/metrics": "^2.0.2",
39+
"@aws-lambda-powertools/parameters": "^2.0.2",
40+
"@aws-lambda-powertools/tracer": "^2.0.2",
4141
"@middy/core": "^4.7.0",
4242
"phin": "^3.7.0"
4343
}

layers/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.0.2 (2024-03-05)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
614
## 2.0.1 (2024-03-04)
715

816
**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.1",
3+
"version": "2.0.2",
44
"bin": {
55
"layer": "bin/layers.js"
66
},

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"layers",
1414
"docs/snippets"
1515
],
16-
"version": "2.0.1",
16+
"version": "2.0.2",
1717
"npmClient": "npm",
1818
"message": "chore(release): %s [skip ci]"
1919
}

package-lock.json

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

packages/batch/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.0.2 (2024-03-05)
7+
8+
9+
**Note:** Version bump only for package @aws-lambda-powertools/batch
10+
11+
12+
13+
14+
615
## 2.0.1 (2024-03-04)
716

817
**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.1",
3+
"version": "2.0.2",
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.0.2 (2024-03-05)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
## 2.0.1 (2024-03-04)
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.1",
3+
"version": "2.0.2",
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.1';
2+
export const PT_VERSION = '2.0.2';

packages/idempotency/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.0.2 (2024-03-05)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/idempotency
9+
10+
11+
12+
13+
614
## 2.0.1 (2024-03-04)
715

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

packages/idempotency/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/idempotency",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
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,7 +100,7 @@
100100
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
101101
},
102102
"dependencies": {
103-
"@aws-lambda-powertools/commons": "^2.0.1",
103+
"@aws-lambda-powertools/commons": "^2.0.2",
104104
"@aws-sdk/util-base64-node": "^3.209.0",
105105
"jmespath": "^0.16.0"
106106
},

0 commit comments

Comments
 (0)