Skip to content

chore(ci): bump version to 1.18.1 #2113

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 1 commit into from
Feb 20, 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: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

### Features
Expand Down
8 changes: 0 additions & 8 deletions examples/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package cdk-sample
Expand Down
12 changes: 6 additions & 6 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": "1.18.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": "^1.18.0",
"@aws-lambda-powertools/logger": "^1.18.0",
"@aws-lambda-powertools/metrics": "^1.18.0",
"@aws-lambda-powertools/parameters": "^1.18.0",
"@aws-lambda-powertools/tracer": "^1.18.0",
"@aws-sdk/client-ssm": "^3.515.0",
"@aws-sdk/lib-dynamodb": "^3.515.0",
"@types/aws-lambda": "^8.10.133",
Expand Down
8 changes: 0 additions & 8 deletions examples/sam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package sam-sample
Expand Down
10 changes: 5 additions & 5 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": "1.18.0",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -34,10 +34,10 @@
"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": "^1.18.0",
"@aws-lambda-powertools/metrics": "^1.18.0",
"@aws-lambda-powertools/parameters": "^1.18.0",
"@aws-lambda-powertools/tracer": "^1.18.0",
"@middy/core": "^4.7.0",
"phin": "^3.7.0"
}
Expand Down
8 changes: 0 additions & 8 deletions layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package layers
Expand Down
2 changes: 1 addition & 1 deletion layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layers",
"version": "1.18.1",
"version": "1.18.0",
"bin": {
"layer": "bin/layers.js"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"examples/sam",
"layers"
],
"version": "1.18.1",
"version": "1.18.0",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
50 changes: 25 additions & 25 deletions package-lock.json

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

8 changes: 0 additions & 8 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package @aws-lambda-powertools/batch
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.18.0",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down
8 changes: 0 additions & 8 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package @aws-lambda-powertools/commons
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.18.0",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
"author": {
"name": "Amazon Web Services",
Expand Down
8 changes: 0 additions & 8 deletions packages/idempotency/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/idempotency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/idempotency",
"version": "1.18.1",
"version": "1.18.0",
"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.",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -81,7 +81,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.18.1",
"@aws-lambda-powertools/commons": "^1.18.0",
"@aws-sdk/util-base64-node": "^3.209.0",
"jmespath": "^0.16.0"
},
Expand Down
8 changes: 0 additions & 8 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package @aws-lambda-powertools/logger
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-lambda-powertools/logger",
"version": "1.18.1",
"version": "1.18.0",
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -55,7 +55,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.18.1",
"@aws-lambda-powertools/commons": "^1.18.0",
"lodash.merge": "^4.6.2"
},
"keywords": [
Expand Down
8 changes: 0 additions & 8 deletions packages/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
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)

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





## [1.18.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.17.0...v1.18.0) (2024-01-26)

**Note:** Version bump only for package @aws-lambda-powertools/metrics
Expand Down
Loading