Skip to content

Commit

Permalink
chore(release): 🚀 [skip ci]
Browse files Browse the repository at this point in the history
 - example@0.2.6
 - @blockmatic/eosio-hooks-transit@0.2.5
 - @blockmatic/eosio-hooks@0.1.6
  • Loading branch information
gaboesquivel committed Dec 4, 2019
1 parent 5b4b069 commit 0aeb588
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
6 changes: 6 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.6](https://github.com/blockmatic/eosio-hooks/compare/example@0.2.5...example@0.2.6) (2019-12-04)

### Bug Fixes

- throw error on failed connection ([5b4b069](https://github.com/blockmatic/eosio-hooks/commit/5b4b069))

## [0.2.5](https://github.com/blockmatic/eos-hooks/compare/example@0.2.4...example@0.2.5) (2019-10-20)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "example",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"dependencies": {
"@blockmatic/eosio-hooks": "^0.1.5",
"@blockmatic/eosio-hooks": "^0.1.6",
"@types/jest": "24.0.18",
"@types/node": "12.7.8",
"@types/react": "16.9.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/eosio-hooks-transit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.5](https://github.com/blockmatic/eosio-hooks/compare/@blockmatic/eosio-hooks-transit@0.2.4...@blockmatic/eosio-hooks-transit@0.2.5) (2019-12-04)

### Bug Fixes

- throw error on failed connection ([5b4b069](https://github.com/blockmatic/eosio-hooks/commit/5b4b069))

## [0.2.4](https://github.com/blockmatic/eosio-hooks/compare/@blockmatic/eosio-hooks-transit@0.2.3...@blockmatic/eosio-hooks-transit@0.2.4) (2019-10-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eosio-hooks-transit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockmatic/eosio-hooks-transit",
"version": "0.2.4",
"version": "0.2.5",
"description": "EOS Trasit Hooks for React Applications",
"author": "gaboesquivel <contact@gaboesquivel.com>",
"homepage": "https://github.com/blockmatic/eosio-hooks#readme",
Expand Down
4 changes: 4 additions & 0 deletions packages/eosio-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.6](https://github.com/blockmatic/eos-hooks/compare/@blockmatic/eosio-hooks@0.1.5...@blockmatic/eosio-hooks@0.1.6) (2019-12-04)

**Note:** Version bump only for package @blockmatic/eosio-hooks

## [0.1.5](https://github.com/blockmatic/eos-hooks/compare/@blockmatic/eosio-hooks@0.1.4...@blockmatic/eosio-hooks@0.1.5) (2019-10-20)

**Note:** Version bump only for package @blockmatic/eosio-hooks
Expand Down
4 changes: 2 additions & 2 deletions packages/eosio-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockmatic/eosio-hooks",
"version": "0.1.5",
"version": "0.1.6",
"description": "React Hooks for EOSIO dApps",
"author": "gaboesquivel <contact@gaboesquivel.com>",
"homepage": "https://github.com/blockmatic/eos-hooks#readme",
Expand All @@ -13,7 +13,7 @@
"prepublishOnly": "$npm_execpath run build"
},
"dependencies": {
"@blockmatic/eosio-hooks-transit": "^0.2.4"
"@blockmatic/eosio-hooks-transit": "^0.2.5"
},
"devDependencies": {
"@blockmatic/dev-scripts": "^1.2.1"
Expand Down

0 comments on commit 0aeb588

Please sign in to comment.