Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @restorecommerce/facade@0.5.3
 - @restorecommerce/gql-bot@0.2.0
 - @restorecommerce/rc-grpc-clients@0.5.3
  • Loading branch information
Vilsol committed Jun 20, 2022
1 parent b773d2b commit 65fa379
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 10 deletions.
11 changes: 11 additions & 0 deletions packages/facade/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.

## [0.5.3](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@0.5.2...@restorecommerce/facade@0.5.3) (2022-06-20)


### Bug Fixes

* move array.prototype.flat to dependencies ([c73d585](https://github.com/restorecommerce/libs/commit/c73d5852a5e1a225f9626ad8d79fd235373af48e))





## [0.5.2](https://github.com/restorecommerce/libs/compare/@restorecommerce/facade@0.5.1...@restorecommerce/facade@0.5.2) (2022-06-14)

**Note:** Version bump only for package @restorecommerce/facade
Expand Down
4 changes: 2 additions & 2 deletions packages/facade/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/facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/facade",
"version": "0.5.2",
"version": "0.5.3",
"description": "Facade for Restorecommerce microservices",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"@restorecommerce/grpc-client": "^0.4.2",
"@restorecommerce/kafka-client": "^0.4.1",
"@restorecommerce/logger": "^0.13.0",
"@restorecommerce/rc-grpc-clients": "^0.5.2",
"@restorecommerce/rc-grpc-clients": "^0.5.3",
"@restorecommerce/service-config": "^0.4.27",
"apollo-server-core": "^3.7.0",
"apollo-server-koa": "^3.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/gql-bot/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.

# [0.2.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/gql-bot@0.1.18...@restorecommerce/gql-bot@0.2.0) (2022-06-20)


### Features

* **gql-bot:** correctly handle errors, more readable output ([b773d2b](https://github.com/restorecommerce/libs/commit/b773d2b94d41233f9660a96de5cac4e85f305e66))





## [0.1.18](https://github.com/restorecommerce/libs/compare/@restorecommerce/gql-bot@0.1.17...@restorecommerce/gql-bot@0.1.18) (2022-06-10)


Expand Down
4 changes: 2 additions & 2 deletions packages/gql-bot/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/gql-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@restorecommerce/gql-bot",
"description": "GraphQL Client Automated Task Processor",
"main": "lib/index",
"version": "0.1.18",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/restorecommerce/libs.git"
Expand Down
8 changes: 8 additions & 0 deletions packages/rc-grpc-clients/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.5.3](https://github.com/restorecommerce/libs/compare/@restorecommerce/rc-grpc-clients@0.5.2...@restorecommerce/rc-grpc-clients@0.5.3) (2022-06-20)

**Note:** Version bump only for package @restorecommerce/rc-grpc-clients





## [0.5.2](https://github.com/restorecommerce/libs/compare/@restorecommerce/rc-grpc-clients@0.5.1...@restorecommerce/rc-grpc-clients@0.5.2) (2022-06-14)

**Note:** Version bump only for package @restorecommerce/rc-grpc-clients
Expand Down
4 changes: 2 additions & 2 deletions packages/rc-grpc-clients/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/rc-grpc-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restorecommerce/rc-grpc-clients",
"version": "0.5.2",
"version": "0.5.3",
"description": "Restorecommerce GRPC service implementations",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 65fa379

Please sign in to comment.