diff --git a/CHANGELOG.md b/CHANGELOG.md index c778a85..0efce65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- [#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 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e6bdc50..e80d610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "harmony-marketplace-sdk", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "harmony-marketplace-sdk", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@ethersproject/abstract-signer": "^5.7.0", diff --git a/package.json b/package.json index 49af634..d94cd30 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT",