Skip to content

chore(ci): bump version to 2.0.0 #2156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions 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.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





## 1.18.1 (2024-02-20)

**Note:** Version bump only for package aws-lambda-powertools-typescript
Expand Down
13 changes: 13 additions & 0 deletions docs/snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





4 changes: 2 additions & 2 deletions docs/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.14.0",
"version": "2.0.0",
"description": "A collection code snippets for the Powertools for AWS Lambda (TypeScript) docs",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -39,4 +39,4 @@
"axios": "^1.6.7",
"hashi-vault-js": "^0.4.14"
}
}
}
8 changes: 8 additions & 0 deletions examples/cdk/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.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





## 1.18.1 (2024-02-20)

**Note:** Version bump only for package cdk-sample
Expand Down
14 changes: 7 additions & 7 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-sample",
"version": "1.18.1",
"version": "2.0.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand All @@ -25,11 +25,11 @@
"*.js": "npm run lint-fix"
},
"devDependencies": {
"@aws-lambda-powertools/commons": "^1.18.1",
"@aws-lambda-powertools/logger": "^1.18.1",
"@aws-lambda-powertools/metrics": "^1.18.1",
"@aws-lambda-powertools/parameters": "^1.18.1",
"@aws-lambda-powertools/tracer": "^1.18.1",
"@aws-lambda-powertools/commons": "^2.0.0",
"@aws-lambda-powertools/logger": "^2.0.0",
"@aws-lambda-powertools/metrics": "^2.0.0",
"@aws-lambda-powertools/parameters": "^2.0.0",
"@aws-lambda-powertools/tracer": "^2.0.0",
"@aws-sdk/client-ssm": "^3.523.0",
"@aws-sdk/lib-dynamodb": "^3.523.0",
"@types/aws-lambda": "^8.10.134",
Expand All @@ -50,4 +50,4 @@
"phin": "^3.7.0",
"source-map-support": "^0.5.21"
}
}
}
8 changes: 8 additions & 0 deletions examples/sam/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.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





## 1.18.1 (2024-02-20)

**Note:** Version bump only for package sam-example
Expand Down
12 changes: 6 additions & 6 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sam-example",
"version": "1.18.1",
"version": "2.0.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -34,11 +34,11 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.18.1",
"@aws-lambda-powertools/metrics": "^1.18.1",
"@aws-lambda-powertools/parameters": "^1.18.1",
"@aws-lambda-powertools/tracer": "^1.18.1",
"@aws-lambda-powertools/logger": "^2.0.0",
"@aws-lambda-powertools/metrics": "^2.0.0",
"@aws-lambda-powertools/parameters": "^2.0.0",
"@aws-lambda-powertools/tracer": "^2.0.0",
"@middy/core": "^4.7.0",
"phin": "^3.7.0"
}
}
}
10 changes: 9 additions & 1 deletion layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 1.18.1 (2024-02-20)
# [2.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





# 1.18.1 (2024-02-20)

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

Expand Down
4 changes: 2 additions & 2 deletions layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "1.18.1",
"version": "2.0.0",
"bin": {
"layer": "bin/layers.js"
},
Expand Down Expand Up @@ -43,4 +43,4 @@
"aws-cdk-lib": "^2.130.0",
"esbuild": "^0.20.1"
}
}
}
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"layers",
"docs/snippets"
],
"version": "1.18.1",
"version": "2.0.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
}
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/batch/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.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





## 1.18.1 (2024-02-20)

**Note:** Version bump only for package @aws-lambda-powertools/batch
Expand Down
4 changes: 2 additions & 2 deletions packages/batch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/batch",
"version": "1.18.1",
"version": "2.0.0",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -79,4 +79,4 @@
"devDependencies": {
"@aws-lambda-powertools/testing-utils": "file:../testing"
}
}
}
8 changes: 8 additions & 0 deletions packages/commons/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.0.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.18.1...v2.0.0) (2024-03-04)

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





## 1.18.1 (2024-02-20)

**Note:** Version bump only for package @aws-lambda-powertools/commons
Expand Down
4 changes: 2 additions & 2 deletions packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/commons",
"version": "1.18.1",
"version": "2.0.0",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -75,4 +75,4 @@
"devDependencies": {
"@aws-lambda-powertools/testing-utils": "file:../testing"
}
}
}
2 changes: 1 addition & 1 deletion packages/commons/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// this file is auto generated, do not modify
export const PT_VERSION = '1.18.1';
export const PT_VERSION = '2.0.0';
Loading