Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Oct 27, 2022
1 parent ef3f5c1 commit 2a2f518
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 40 deletions.
80 changes: 43 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,47 @@
# Changelog

## 0.1.1
- [#69](https://github.com/blockcoders/harmony-marketplace-sdk/pull/69) Metamask signing support
- [#68](https://github.com/blockcoders/harmony-marketplace-sdk/pull/68) Support for payable contract methods
- [#65](https://github.com/blockcoders/harmony-marketplace-sdk/pull/65) add metamask support
- [#64](https://github.com/blockcoders/harmony-marketplace-sdk/pull/64) fix typos in README

## 0.1.0
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/10/03**
- [#58](https://github.com/blockcoders/ink-substrate-explorer-api/pull/58) Bump to 0.1.0-rc.4
- [#57](https://github.com/blockcoders/ink-substrate-explorer-api/pull/57) Fix documentation
- [#56](https://github.com/blockcoders/ink-substrate-explorer-api/pull/56) Fix documentation
- [#55](https://github.com/blockcoders/ink-substrate-explorer-api/pull/55) Update README.md
- [#54](https://github.com/blockcoders/ink-substrate-explorer-api/pull/54) Updated HRC20, HRC721 and HRC1155 documentation by [@j05u3](https://github.com/j05u3)
- [#53](https://github.com/blockcoders/ink-substrate-explorer-api/pull/53) Adding documentation to the README
- [#52](https://github.com/blockcoders/ink-substrate-explorer-api/pull/52) fix on README.md
- [#51](https://github.com/blockcoders/ink-substrate-explorer-api/pull/51) Harmony Bridge
- [#49](https://github.com/blockcoders/ink-substrate-explorer-api/pull/49) Update README and specs
- [#48](https://github.com/blockcoders/ink-substrate-explorer-api/pull/48) Related to HD key task
- [#46](https://github.com/blockcoders/ink-substrate-explorer-api/pull/46) Feature/mocks 181
- [#45](https://github.com/blockcoders/ink-substrate-explorer-api/pull/45) HD wallet using HDNode from harmony sdk
- [#44](https://github.com/blockcoders/ink-substrate-explorer-api/pull/44) Feature/hdWallet
- [#43](https://github.com/blockcoders/ink-substrate-explorer-api/pull/43) Fix/removePK
- [#41](https://github.com/blockcoders/ink-substrate-explorer-api/pull/41) Feature/utilsTests
- [#39](https://github.com/blockcoders/ink-substrate-explorer-api/pull/1) Feature/mnemonicKey
- [#37](https://github.com/blockcoders/ink-substrate-explorer-api/pull/37) Feature/privateKeyTest
- [#35](https://github.com/blockcoders/ink-substrate-explorer-api/pull/35) Feature/testKeyClass
- [#33](https://github.com/blockcoders/ink-substrate-explorer-api/pull/33) circleci
- [#31](https://github.com/blockcoders/ink-substrate-explorer-api/pull/31) Update README
- [#30](https://github.com/blockcoders/ink-substrate-explorer-api/pull/30) Feature/safeBatch
- [#29](https://github.com/blockcoders/ink-substrate-explorer-api/pull/29) New interfaces
- [#28](https://github.com/blockcoders/ink-substrate-explorer-api/pull/28) Feature/custom queries
- [#26](https://github.com/blockcoders/ink-substrate-explorer-api/pull/26) Feature/base token tests 164
- [#23](https://github.com/blockcoders/ink-substrate-explorer-api/pull/23) feature/bignumberish
- [#20](https://github.com/blockcoders/ink-substrate-explorer-api/pull/20) feature/BalanceOfBatch
- [#18](https://github.com/blockcoders/ink-substrate-explorer-api/pull/18) Feature/baseHRC1155
- [#16](https://github.com/blockcoders/ink-substrate-explorer-api/pull/16) Feat/safe transfer from
- [#15](https://github.com/blockcoders/ink-substrate-explorer-api/pull/15) Feature/isApprovedForAll155
- [#12](https://github.com/blockcoders/ink-substrate-explorer-api/pull/12) Feature/getApproved task
- [#11](https://github.com/blockcoders/ink-substrate-explorer-api/pull/11) Chore/use harmony sdk
- [#9](https://github.com/blockcoders/ink-substrate-explorer-api/pull/9) Feature/ownerOf149
- [#7](https://github.com/blockcoders/ink-substrate-explorer-api/pull/7) Feature/balanceOf148
- [#4](https://github.com/blockcoders/ink-substrate-explorer-api/pull/4) Few steps for connection's implementation
- [#3](https://github.com/blockcoders/ink-substrate-explorer-api/pull/3) Base abstrat class for marketplace sdk
- [#2](https://github.com/blockcoders/ink-substrate-explorer-api/pull/2) Acknowledgements in readme file
- [#1](https://github.com/blockcoders/ink-substrate-explorer-api/pull/1) Init commit
- [#58](https://github.com/blockcoders/harmony-marketplace-sdk/pull/58) Bump to 0.1.0-rc.4
- [#57](https://github.com/blockcoders/harmony-marketplace-sdk/pull/57) Fix documentation
- [#56](https://github.com/blockcoders/harmony-marketplace-sdk/pull/56) Fix documentation
- [#55](https://github.com/blockcoders/harmony-marketplace-sdk/pull/55) Update README.md
- [#54](https://github.com/blockcoders/harmony-marketplace-sdk/pull/54) Updated HRC20, HRC721 and HRC1155 documentation by [@j05u3](https://github.com/j05u3)
- [#53](https://github.com/blockcoders/harmony-marketplace-sdk/pull/53) Adding documentation to the README
- [#52](https://github.com/blockcoders/harmony-marketplace-sdk/pull/52) fix on README.md
- [#51](https://github.com/blockcoders/harmony-marketplace-sdk/pull/51) Harmony Bridge
- [#49](https://github.com/blockcoders/harmony-marketplace-sdk/pull/49) Update README and specs
- [#48](https://github.com/blockcoders/harmony-marketplace-sdk/pull/48) Related to HD key task
- [#46](https://github.com/blockcoders/harmony-marketplace-sdk/pull/46) Feature/mocks 181
- [#45](https://github.com/blockcoders/harmony-marketplace-sdk/pull/45) HD wallet using HDNode from harmony sdk
- [#44](https://github.com/blockcoders/harmony-marketplace-sdk/pull/44) Feature/hdWallet
- [#43](https://github.com/blockcoders/harmony-marketplace-sdk/pull/43) Fix/removePK
- [#41](https://github.com/blockcoders/harmony-marketplace-sdk/pull/41) Feature/utilsTests
- [#39](https://github.com/blockcoders/harmony-marketplace-sdk/pull/1) Feature/mnemonicKey
- [#37](https://github.com/blockcoders/harmony-marketplace-sdk/pull/37) Feature/privateKeyTest
- [#35](https://github.com/blockcoders/harmony-marketplace-sdk/pull/35) Feature/testKeyClass
- [#33](https://github.com/blockcoders/harmony-marketplace-sdk/pull/33) circleci
- [#31](https://github.com/blockcoders/harmony-marketplace-sdk/pull/31) Update README
- [#30](https://github.com/blockcoders/harmony-marketplace-sdk/pull/30) Feature/safeBatch
- [#29](https://github.com/blockcoders/harmony-marketplace-sdk/pull/29) New interfaces
- [#28](https://github.com/blockcoders/harmony-marketplace-sdk/pull/28) Feature/custom queries
- [#26](https://github.com/blockcoders/harmony-marketplace-sdk/pull/26) Feature/base token tests 164
- [#23](https://github.com/blockcoders/harmony-marketplace-sdk/pull/23) feature/bignumberish
- [#20](https://github.com/blockcoders/harmony-marketplace-sdk/pull/20) feature/BalanceOfBatch
- [#18](https://github.com/blockcoders/harmony-marketplace-sdk/pull/18) Feature/baseHRC1155
- [#16](https://github.com/blockcoders/harmony-marketplace-sdk/pull/16) Feat/safe transfer from
- [#15](https://github.com/blockcoders/harmony-marketplace-sdk/pull/15) Feature/isApprovedForAll155
- [#12](https://github.com/blockcoders/harmony-marketplace-sdk/pull/12) Feature/getApproved task
- [#11](https://github.com/blockcoders/harmony-marketplace-sdk/pull/11) Chore/use harmony sdk
- [#9](https://github.com/blockcoders/harmony-marketplace-sdk/pull/9) Feature/ownerOf149
- [#7](https://github.com/blockcoders/harmony-marketplace-sdk/pull/7) Feature/balanceOf148
- [#4](https://github.com/blockcoders/harmony-marketplace-sdk/pull/4) Few steps for connection's implementation
- [#3](https://github.com/blockcoders/harmony-marketplace-sdk/pull/3) Base abstrat class for marketplace sdk
- [#2](https://github.com/blockcoders/harmony-marketplace-sdk/pull/2) Acknowledgements in readme file
- [#1](https://github.com/blockcoders/harmony-marketplace-sdk/pull/1) Init commit
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harmony-marketplace-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "Harmony Marketplace SDK provides a collection of interfaces to interact with HRC721, HRC1155 and any Smart Contracts that extends those standards.",
"author": "Blockcoders <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2a2f518

Please sign in to comment.