Skip to content

Commit

Permalink
chore(release): v1.13.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2023
1 parent 0681511 commit 1c7a169
Show file tree
Hide file tree
Showing 25 changed files with 117 additions and 57 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

### Bug Fixes

- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions examples/cdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

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

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

**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.13.0",
"version": "1.13.1",
"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.13.0",
"@aws-lambda-powertools/logger": "^1.13.0",
"@aws-lambda-powertools/metrics": "^1.13.0",
"@aws-lambda-powertools/parameters": "^1.13.0",
"@aws-lambda-powertools/tracer": "^1.13.0",
"@aws-lambda-powertools/commons": "^1.13.1",
"@aws-lambda-powertools/logger": "^1.13.1",
"@aws-lambda-powertools/metrics": "^1.13.1",
"@aws-lambda-powertools/parameters": "^1.13.1",
"@aws-lambda-powertools/tracer": "^1.13.1",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
"@types/aws-lambda": "^8.10.121",
Expand Down
4 changes: 4 additions & 0 deletions examples/sam/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

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

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

**Note:** Version bump only for package sam-example
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.13.0",
"version": "1.13.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -30,10 +30,10 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.13.0",
"@aws-lambda-powertools/metrics": "^1.13.0",
"@aws-lambda-powertools/parameters": "^1.13.0",
"@aws-lambda-powertools/tracer": "^1.13.0",
"@aws-lambda-powertools/logger": "^1.13.1",
"@aws-lambda-powertools/metrics": "^1.13.1",
"@aws-lambda-powertools/parameters": "^1.13.1",
"@aws-lambda-powertools/tracer": "^1.13.1",
"@aws-sdk/client-dynamodb": "^3.413.0",
"@aws-sdk/client-ssm": "^3.413.0",
"@aws-sdk/lib-dynamodb": "^3.413.0",
Expand Down
4 changes: 4 additions & 0 deletions layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

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

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

**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.13.0",
"version": "1.13.1",
"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.13.0",
"version": "1.13.1",
"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.

4 changes: 4 additions & 0 deletions packages/batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

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

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

### Bug Fixes
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.13.0",
"version": "1.13.1",
"description": "The batch processing package for the Powertools for AWS Lambda (TypeScript) library.",
"author": {
"name": "Amazon Web Services",
Expand Down
4 changes: 4 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

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

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

**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.13.0",
"version": "1.13.1",
"description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
"author": {
"name": "Amazon Web Services",
Expand Down
6 changes: 6 additions & 0 deletions packages/idempotency/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

### Bug Fixes

- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

**Note:** Version bump only for package @aws-lambda-powertools/idempotency
Expand Down
6 changes: 3 additions & 3 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.13.0",
"version": "1.13.1",
"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 @@ -79,7 +79,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.13.0",
"@aws-lambda-powertools/commons": "^1.13.1",
"@aws-sdk/util-base64-node": "^3.209.0",
"jmespath": "^0.16.0"
},
Expand Down Expand Up @@ -115,4 +115,4 @@
"aws-sdk-client-mock": "^3.0.0",
"aws-sdk-client-mock-jest": "^3.0.0"
}
}
}
6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

### Bug Fixes

- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

**Note:** Version bump only for package @aws-lambda-powertools/logger
Expand Down
6 changes: 3 additions & 3 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.13.0",
"version": "1.13.1",
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library",
"author": {
"name": "Amazon Web Services",
Expand Down Expand Up @@ -53,7 +53,7 @@
"url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
},
"dependencies": {
"@aws-lambda-powertools/commons": "^1.13.0",
"@aws-lambda-powertools/commons": "^1.13.1",
"lodash.merge": "^4.6.2"
},
"keywords": [
Expand All @@ -65,4 +65,4 @@
"serverless",
"nodejs"
]
}
}
6 changes: 6 additions & 0 deletions packages/metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.13.1](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.13.0...v1.13.1) (2023-09-21)

### Bug Fixes

- **maintenance:** remove upper peer dependency Middy ([#1705](https://github.com/aws-powertools/powertools-lambda-typescript/issues/1705)) ([df21ec8](https://github.com/aws-powertools/powertools-lambda-typescript/commit/df21ec8761b1be511c13c28fedd41bf0e2851061))

# [1.13.0](https://github.com/aws-powertools/powertools-lambda-typescript/compare/v1.12.1...v1.13.0) (2023-09-18)

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

0 comments on commit 1c7a169

Please sign in to comment.