Skip to content

Commit

Permalink
chore(release): 🚀 [skip ci]
Browse files Browse the repository at this point in the history
 - @blockmatic/eosio-hooks-transit@0.4.1
 - @blockmatic/eosio-hooks@0.2.1
  • Loading branch information
gaboesquivel committed Jun 15, 2020
1 parent 010226c commit a1fbb66
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eosio-hooks-transit/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.4.1](https://github.com/blockmatic/eosio-hooks/compare/@blockmatic/eosio-hooks-transit@0.4.0...@blockmatic/eosio-hooks-transit@0.4.1) (2020-06-15)

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





# [0.4.0](https://github.com/blockmatic/eosio-hooks/compare/@blockmatic/eosio-hooks-transit@0.3.0...@blockmatic/eosio-hooks-transit@0.4.0) (2020-06-15)


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.4.0",
"version": "0.4.1",
"description": "EOS Trasit Hooks for React Applications",
"author": "gaboesquivel <contact@gaboesquivel.com>",
"homepage": "https://github.com/blockmatic/eosio-hooks#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/eosio-hooks/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.2.1](https://github.com/blockmatic/eos-hooks/compare/@blockmatic/eosio-hooks@0.2.0...@blockmatic/eosio-hooks@0.2.1) (2020-06-15)

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





# [0.2.0](https://github.com/blockmatic/eos-hooks/compare/@blockmatic/eosio-hooks@0.1.7...@blockmatic/eosio-hooks@0.2.0) (2020-06-15)


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.2.0",
"version": "0.2.1",
"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.4.0"
"@blockmatic/eosio-hooks-transit": "^0.4.1"
},
"devDependencies": {
"@blockmatic/dev-scripts": "^1.2.1"
Expand Down

0 comments on commit a1fbb66

Please sign in to comment.