Skip to content

Commit

Permalink
chore: release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed May 10, 2023
1 parent 261864d commit 6a47bf4
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.0](https://github.com/digita-ai/handlersjs/compare/v0.18.1...v0.19.0) (2023-05-10)


### **Features**

* make errors loggable ([#235](https://github.com/digita-ai/handlersjs/issues/235)) ([261864d](https://github.com/digita-ai/handlersjs/commit/261864d3bd2dc1c05f74d9117920fb3145d7850f))



### [0.18.1](https://github.com/digita-ai/handlersjs/compare/v0.18.0...v0.18.1) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: handlersjs
title: Handlers JS
version: 0.18.1
version: 0.19.0
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
}
}
},
"version": "0.18.1"
"version": "0.19.0"
}
8 changes: 8 additions & 0 deletions packages/handlersjs-core/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.

## [0.19.0](https://github.com/digita-ai/handlersjs/compare/v0.18.1...v0.19.0) (2023-05-10)

**Note:** Version bump only for package @digita-ai/handlersjs-core





### [0.18.1](https://github.com/digita-ai/handlersjs/compare/v0.18.0...v0.18.1) (2023-05-05)

**Note:** Version bump only for package @digita-ai/handlersjs-core
Expand Down
2 changes: 1 addition & 1 deletion packages/handlersjs-core/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 packages/handlersjs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/handlersjs-core",
"version": "0.18.1",
"version": "0.19.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/handlersjs-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.0](https://github.com/digita-ai/handlersjs/compare/v0.18.1...v0.19.0) (2023-05-10)


### **Features**

* make errors loggable ([#235](https://github.com/digita-ai/handlersjs/issues/235)) ([261864d](https://github.com/digita-ai/handlersjs/commit/261864d3bd2dc1c05f74d9117920fb3145d7850f))



### [0.18.1](https://github.com/digita-ai/handlersjs/compare/v0.18.0...v0.18.1) (2023-05-05)

**Note:** Version bump only for package @digita-ai/handlersjs-http
Expand Down
2 changes: 1 addition & 1 deletion packages/handlersjs-http/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 packages/handlersjs-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/handlersjs-http",
"version": "0.18.1",
"version": "0.19.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -59,9 +59,9 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@digita-ai/handlersjs-core": "0.18.1",
"@digita-ai/handlersjs-logging": "0.18.1",
"@digita-ai/handlersjs-storage": "0.18.1",
"@digita-ai/handlersjs-core": "0.19.0",
"@digita-ai/handlersjs-logging": "0.19.0",
"@digita-ai/handlersjs-storage": "0.19.0",
"node-fetch": "^2.6.1",
"rxjs": "^7.5.7",
"uuid": "^9.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/handlersjs-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.0](https://github.com/digita-ai/handlersjs/compare/v0.18.1...v0.19.0) (2023-05-10)


### **Features**

* make errors loggable ([#235](https://github.com/digita-ai/handlersjs/issues/235)) ([261864d](https://github.com/digita-ai/handlersjs/commit/261864d3bd2dc1c05f74d9117920fb3145d7850f))



### [0.18.1](https://github.com/digita-ai/handlersjs/compare/v0.18.0...v0.18.1) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/handlersjs-logging/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 packages/handlersjs-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/handlersjs-logging",
"version": "0.18.1",
"version": "0.19.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@digita-ai/handlersjs-core": "0.18.1",
"@digita-ai/handlersjs-core": "0.19.0",
"pino": "^8.11.0",
"pino-pretty": "^10.0.0",
"rxjs": "^7.5.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/handlersjs-storage/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.

## [0.19.0](https://github.com/digita-ai/handlersjs/compare/v0.18.1...v0.19.0) (2023-05-10)

**Note:** Version bump only for package @digita-ai/handlersjs-storage





### [0.18.1](https://github.com/digita-ai/handlersjs/compare/v0.18.0...v0.18.1) (2023-05-05)

**Note:** Version bump only for package @digita-ai/handlersjs-storage
Expand Down
2 changes: 1 addition & 1 deletion packages/handlersjs-storage/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 packages/handlersjs-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digita-ai/handlersjs-storage",
"version": "0.18.1",
"version": "0.19.0",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 6a47bf4

Please sign in to comment.