Skip to content

Commit

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

## [1.4.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)


### Bug Fixes

* **metrics:** store service name in defaultDimensions to avoid clearing it ([#1146](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1146)) ([a979202](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/a979202ae0563f8ce00dee98bbf15d0bcfcfd3cc))





# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)


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.4.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)

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





# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)

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

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

10 changes: 5 additions & 5 deletions examples/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-sample",
"version": "1.4.0",
"version": "1.4.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -39,9 +39,9 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.3.0",
"@aws-lambda-powertools/metrics": "^1.3.0",
"@aws-lambda-powertools/tracer": "^1.3.0",
"@aws-lambda-powertools/logger": "^1.4.0",
"@aws-lambda-powertools/metrics": "^1.4.0",
"@aws-lambda-powertools/tracer": "^1.4.0",
"@aws-sdk/client-sts": "^3.53.0",
"@middy/core": "^2.5.6",
"@types/aws-lambda": "^8.10.86",
Expand All @@ -50,4 +50,4 @@
"constructs": "^10.0.82",
"source-map-support": "^0.5.16"
}
}
}
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.4.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)

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





# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)

**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.

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.4.0",
"version": "1.4.1",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com"
Expand Down Expand Up @@ -35,9 +35,9 @@
"typescript": "^4.1.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^1.3.0",
"@aws-lambda-powertools/metrics": "^1.3.0",
"@aws-lambda-powertools/tracer": "^1.3.0",
"@aws-lambda-powertools/logger": "^1.4.0",
"@aws-lambda-powertools/metrics": "^1.4.0",
"@aws-lambda-powertools/tracer": "^1.4.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.4.1](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.4.0...v1.4.1) (2022-11-09)

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





# [1.4.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v1.3.0...v1.4.0) (2022-10-27)


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.

4 changes: 2 additions & 2 deletions layer-publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layer-publisher",
"version": "1.4.0",
"version": "1.4.1",
"bin": {
"layer-publisher": "bin/layer-publisher.js"
},
Expand Down Expand Up @@ -39,4 +39,4 @@
"source-map-support": "^0.5.16",
"ts-md5": "^1.3.1"
}
}
}
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.4.0",
"version": "1.4.1",
"npmClient": "npm",
"message": "chore(release): %s [skip ci]"
}
Loading

0 comments on commit 103a3a1

Please sign in to comment.