Skip to content

Commit e23bd55

Browse files
github-actions[bot]aws-powertools-botam29d
authored
chore(ci): bump version to 2.0.0 (#2156)
* bump version to 2.0.0 Co-authored-by: aws-powertools-bot <[email protected]> Co-authored-by: Alexander Schueren <[email protected]>
1 parent d8bb870 commit e23bd55

28 files changed

+177
-68
lines changed

Diff for: 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.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package aws-lambda-powertools-typescript
9+
10+
11+
12+
13+
614
## 1.18.1 (2024-02-20)
715

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

Diff for: docs/snippets/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package docs
9+
10+
11+
12+
13+

Diff for: docs/snippets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.14.0",
3+
"version": "2.0.0",
44
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
55
"author": {
66
"name": "Amazon Web Services",
@@ -39,4 +39,4 @@
3939
"axios": "^1.6.7",
4040
"hashi-vault-js": "^0.4.14"
4141
}
42-
}
42+
}

Diff for: 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.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package cdk-sample
9+
10+
11+
12+
13+
614
## 1.18.1 (2024-02-20)
715

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

Diff for: examples/cdk/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-sample",
3-
"version": "1.18.1",
3+
"version": "2.0.0",
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.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",
28+
"@aws-lambda-powertools/commons": "^2.0.0",
29+
"@aws-lambda-powertools/logger": "^2.0.0",
30+
"@aws-lambda-powertools/metrics": "^2.0.0",
31+
"@aws-lambda-powertools/parameters": "^2.0.0",
32+
"@aws-lambda-powertools/tracer": "^2.0.0",
3333
"@aws-sdk/client-ssm": "^3.523.0",
3434
"@aws-sdk/lib-dynamodb": "^3.523.0",
3535
"@types/aws-lambda": "^8.10.134",
@@ -50,4 +50,4 @@
5050
"phin": "^3.7.0",
5151
"source-map-support": "^0.5.21"
5252
}
53-
}
53+
}

Diff for: examples/sam/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.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package sam-example
9+
10+
11+
12+
13+
614
## 1.18.1 (2024-02-20)
715

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

Diff for: examples/sam/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sam-example",
3-
"version": "1.18.1",
3+
"version": "2.0.0",
44
"author": {
55
"name": "Amazon Web Services",
66
"url": "https://aws.amazon.com"
@@ -34,11 +34,11 @@
3434
"typescript": "^5.3.3"
3535
},
3636
"dependencies": {
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",
37+
"@aws-lambda-powertools/logger": "^2.0.0",
38+
"@aws-lambda-powertools/metrics": "^2.0.0",
39+
"@aws-lambda-powertools/parameters": "^2.0.0",
40+
"@aws-lambda-powertools/tracer": "^2.0.0",
4141
"@middy/core": "^4.7.0",
4242
"phin": "^3.7.0"
4343
}
44-
}
44+
}

Diff for: layers/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
## 1.18.1 (2024-02-20)
6+
# [2.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package layers
9+
10+
11+
12+
13+
14+
# 1.18.1 (2024-02-20)
715

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

Diff for: layers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "layers",
3-
"version": "1.18.1",
3+
"version": "2.0.0",
44
"bin": {
55
"layer": "bin/layers.js"
66
},
@@ -43,4 +43,4 @@
4343
"aws-cdk-lib": "^2.130.0",
4444
"esbuild": "^0.20.1"
4545
}
46-
}
46+
}

Diff for: lerna.json

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

Diff for: package-lock.json

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

Diff for: 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.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/batch
9+
10+
11+
12+
13+
614
## 1.18.1 (2024-02-20)
715

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

Diff for: packages/batch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/batch",
3-
"version": "1.18.1",
3+
"version": "2.0.0",
44
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
55
"author": {
66
"name": "Amazon Web Services",
@@ -79,4 +79,4 @@
7979
"devDependencies": {
8080
"@aws-lambda-powertools/testing-utils": "file:../testing"
8181
}
82-
}
82+
}

Diff for: 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.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)
7+
8+
**Note:** Version bump only for package @aws-lambda-powertools/commons
9+
10+
11+
12+
13+
614
## 1.18.1 (2024-02-20)
715

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

Diff for: packages/commons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/commons",
3-
"version": "1.18.1",
3+
"version": "2.0.0",
44
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
55
"author": {
66
"name": "Amazon Web Services",
@@ -75,4 +75,4 @@
7575
"devDependencies": {
7676
"@aws-lambda-powertools/testing-utils": "file:../testing"
7777
}
78-
}
78+
}

Diff for: 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 = '1.18.1';
2+
export const PT_VERSION = '2.0.0';

0 commit comments

Comments
 (0)