Skip to content

Commit

Permalink
chore(release): v1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2022
1 parent 46dea7c commit bafed02
Show file tree
Hide file tree
Showing 19 changed files with 163 additions and 88 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)


### Bug Fixes

* **logger:** decorated class methods cannot access `this` ([#1060](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1060)) ([73990bb](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/73990bbcbbd9d5a6d6f55f553e4fd8f038654fa9))
* **tracer:** decorated class methods cannot access `this` ([#1055](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1055)) ([107fa04](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/107fa04148ec86c8a0c0a29b5b2d35a62fe2b4e6))
* workflow concurrency + leftover needs ([#1054](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1054)) ([9ce180a](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/9ce180a3b70a86af5e6cc94f51ecf4a0b6a7a96e))





# [1.1.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.0.2...v1.1.0) (2022-08-12)


Expand Down
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.

## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)

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





# [1.1.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.0.2...v1.1.0) (2022-08-12)

**Note:** Version bump only for package cdk-app
Expand Down
70 changes: 35 additions & 35 deletions examples/cdk/package-lock.json

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

8 changes: 4 additions & 4 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-app",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -32,9 +32,9 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.0.2",
"@aws-lambda-powertools/metrics": "^1.0.2",
"@aws-lambda-powertools/tracer": "^1.0.2",
"@aws-lambda-powertools/logger": "^1.1.0",
"@aws-lambda-powertools/metrics": "^1.1.0",
"@aws-lambda-powertools/tracer": "^1.1.0",
"@aws-sdk/client-sts": "^3.53.0",
"@middy/core": "^2.5.6",
"@types/aws-lambda": "^8.10.86",
Expand Down
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.

## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)

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





# [1.1.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.0.2...v1.1.0) (2022-08-12)

**Note:** Version bump only for package powertools-typescript-sam-example
Expand Down
70 changes: 35 additions & 35 deletions examples/sam/package-lock.json

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

8 changes: 4 additions & 4 deletions examples/sam/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powertools-typescript-sam-example",
"version": "1.1.0",
"version": "1.1.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -28,9 +28,9 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.0.2",
"@aws-lambda-powertools/metrics": "^1.0.2",
"@aws-lambda-powertools/tracer": "^1.0.2",
"@aws-lambda-powertools/logger": "^1.1.0",
"@aws-lambda-powertools/metrics": "^1.1.0",
"@aws-lambda-powertools/tracer": "^1.1.0",
"aws-sdk": "^2.1122.0"
}
}
8 changes: 8 additions & 0 deletions layer-publisher/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.

## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)

**Note:** Version bump only for package layer-publisher





# [1.1.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.0.2...v1.1.0) (2022-08-12)


Expand Down
2 changes: 1 addition & 1 deletion layer-publisher/package-lock.json

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

2 changes: 1 addition & 1 deletion layer-publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layer-publisher",
"version": "1.1.0",
"version": "1.1.1",
"bin": {
"layer-publisher": "bin/layer-publisher.js"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"examples/sam",
"layer-publisher"
],
"version": "1.1.0",
"version": "1.1.1",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
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.

## [1.1.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.1.0...v1.1.1) (2022-08-18)

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





# [1.1.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.0.2...v1.1.0) (2022-08-12)


Expand Down
Loading

0 comments on commit bafed02

Please sign in to comment.