Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @tnotifier/lamware-appconfig@1.0.1
 - @tnotifier/lamware@1.0.1
 - @tnotifier/lamware-do-not-wait@1.0.1
 - @tnotifier/lamware-powertools-tracing@1.0.1
 - @tnotifier/lamware-sentry@1.0.1
 - @tnotifier/lamware-warmer@1.0.1
  • Loading branch information
GitHub Actions committed Mar 22, 2022
1 parent 6883c4b commit 5f533c0
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 11 deletions.
8 changes: 8 additions & 0 deletions packages/appconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 1.0.1 (2022-03-22)

**Note:** Version bump only for package @tnotifier/lamware-appconfig
4 changes: 2 additions & 2 deletions packages/appconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnotifier/lamware-appconfig",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lamware Middleware to asynchronously load AppConfig",
"files": [
"build"
Expand Down Expand Up @@ -40,7 +40,7 @@
"lint": "eslint --ext .ts,vue --ignore-path .gitignore src"
},
"dependencies": {
"@tnotifier/lamware": "*"
"@tnotifier/lamware": "^1.0.1"
},
"devDependencies": {
"@types/node": "^14.18.12",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 1.0.1 (2022-03-22)

**Note:** Version bump only for package @tnotifier/lamware
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnotifier/lamware",
"version": "1.0.0",
"version": "1.0.1",
"description": "AWS Lambda Middleware Pattern (NodeJS)",
"files": [
"build"
Expand Down
8 changes: 8 additions & 0 deletions packages/do-not-wait/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 1.0.1 (2022-03-22)

**Note:** Version bump only for package @tnotifier/lamware-do-not-wait
4 changes: 2 additions & 2 deletions packages/do-not-wait/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnotifier/lamware-do-not-wait",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lamware Middleware to disable Lambda waiting for an empty event loop",
"files": [
"build"
Expand Down Expand Up @@ -40,7 +40,7 @@
"lint": "eslint --ext .ts,vue --ignore-path .gitignore src"
},
"dependencies": {
"@tnotifier/lamware": "*"
"@tnotifier/lamware": "^1.0.1"
},
"devDependencies": {
"@types/node": "^14.18.12",
Expand Down
8 changes: 8 additions & 0 deletions packages/powertools-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 1.0.1 (2022-03-22)

**Note:** Version bump only for package @tnotifier/lamware-powertools-tracing
4 changes: 2 additions & 2 deletions packages/powertools-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnotifier/lamware-powertools-tracing",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lamware Middleware to utilize the official Tracing powertools",
"files": [
"build"
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@aws-lambda-powertools/tracer": "^0.7.1",
"@tnotifier/lamware": "*"
"@tnotifier/lamware": "^1.0.1"
},
"devDependencies": {
"@types/node": "^14.18.12",
Expand Down
8 changes: 8 additions & 0 deletions packages/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 1.0.1 (2022-03-22)

**Note:** Version bump only for package @tnotifier/lamware-sentry
4 changes: 2 additions & 2 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnotifier/lamware-sentry",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lamware Middleware for tracking with Sentry",
"files": [
"build"
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@sentry/serverless": "^6.18.2",
"@tnotifier/lamware": "*"
"@tnotifier/lamware": "^1.0.1"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.93",
Expand Down
8 changes: 8 additions & 0 deletions packages/warmer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 1.0.1 (2022-03-22)

**Note:** Version bump only for package @tnotifier/lamware-warmer
4 changes: 2 additions & 2 deletions packages/warmer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tnotifier/lamware-warmer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lamware Middleware for keeping Functions warm",
"files": [
"build"
Expand Down Expand Up @@ -40,7 +40,7 @@
"lint": "eslint --ext .ts,vue --ignore-path .gitignore src"
},
"dependencies": {
"@tnotifier/lamware": "*",
"@tnotifier/lamware": "^1.0.1",
"lambda-warmer": "^1.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 5f533c0

Please sign in to comment.