From 022215439e0db0771e5968d4532fa68630096521 Mon Sep 17 00:00:00 2001 From: Marie Gauthier Date: Mon, 27 Mar 2023 16:35:04 +0200 Subject: [PATCH] chore(release): Publish v0.6.0 (#67) --- CHANGELOG.md | 15 +++++++++++++++ lerna.json | 2 +- packages/api/CHANGELOG.md | 15 +++++++++++++++ packages/api/package.json | 2 +- packages/demo-app/CHANGELOG.md | 11 +++++++++++ packages/demo-app/package.json | 4 ++-- 6 files changed, 45 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f9caba..35b6df43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/regen-network/regen-js/compare/v0.3.0...v0.6.0) (2023-03-27) + + +### Features + +* Add amino signing support to regen-ledger msgs ([#38](https://github.com/regen-network/regen-js/issues/38)) ([84d6b5a](https://github.com/regen-network/regen-js/commit/84d6b5a7b344f893d80ba54b99067677cfdb36ef)), closes [#39](https://github.com/regen-network/regen-js/issues/39) [#43](https://github.com/regen-network/regen-js/issues/43) [#44](https://github.com/regen-network/regen-js/issues/44) [#45](https://github.com/regen-network/regen-js/issues/45) [#46](https://github.com/regen-network/regen-js/issues/46) [#48](https://github.com/regen-network/regen-js/issues/48) [#50](https://github.com/regen-network/regen-js/issues/50) [#49](https://github.com/regen-network/regen-js/issues/49) [#47](https://github.com/regen-network/regen-js/issues/47) [#53](https://github.com/regen-network/regen-js/issues/53) [#52](https://github.com/regen-network/regen-js/issues/52) [#54](https://github.com/regen-network/regen-js/issues/54) [#55](https://github.com/regen-network/regen-js/issues/55) [#56](https://github.com/regen-network/regen-js/issues/56) +* add bridge_amino and test ([#61](https://github.com/regen-network/regen-js/issues/61)) ([cb0d339](https://github.com/regen-network/regen-js/commit/cb0d33904c12b61a06def9aa85a56c96a633743e)) +* add transfer ibc proto ([#40](https://github.com/regen-network/regen-js/issues/40)) ([61c6cd2](https://github.com/regen-network/regen-js/commit/61c6cd2d4b3903da8bbb5d771dd815bdeb1c1000)) +* update ecocredit amino types ([#64](https://github.com/regen-network/regen-js/issues/64)) ([6c8fabb](https://github.com/regen-network/regen-js/commit/6c8fabb8c24c977446f879b861c8e338d4b58b60)) +* update proto files for regen-ledger v5.0 and cosmos-sdk v0.46.7 ([#66](https://github.com/regen-network/regen-js/issues/66)) ([5feaeed](https://github.com/regen-network/regen-js/commit/5feaeeda4f32eb3379f0b5c1b2dc7557c2e08b46)) + + + + + # [0.5.0](https://github.com/regen-network/regen-js/compare/v0.3.0...v0.5.0) (2023-01-16) diff --git a/lerna.json b/lerna.json index cc7097f5..f3a9d8a3 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ "packages": [ "packages/*" ], - "version": "0.5.0" + "version": "0.6.0" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index ee931d5e..17a7615f 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/regen-network/regen-js/compare/v0.3.0...v0.6.0) (2023-03-27) + + +### Features + +* Add amino signing support to regen-ledger msgs ([#38](https://github.com/regen-network/regen-js/issues/38)) ([84d6b5a](https://github.com/regen-network/regen-js/commit/84d6b5a7b344f893d80ba54b99067677cfdb36ef)), closes [#39](https://github.com/regen-network/regen-js/issues/39) [#43](https://github.com/regen-network/regen-js/issues/43) [#44](https://github.com/regen-network/regen-js/issues/44) [#45](https://github.com/regen-network/regen-js/issues/45) [#46](https://github.com/regen-network/regen-js/issues/46) [#48](https://github.com/regen-network/regen-js/issues/48) [#50](https://github.com/regen-network/regen-js/issues/50) [#49](https://github.com/regen-network/regen-js/issues/49) [#47](https://github.com/regen-network/regen-js/issues/47) [#53](https://github.com/regen-network/regen-js/issues/53) [#52](https://github.com/regen-network/regen-js/issues/52) [#54](https://github.com/regen-network/regen-js/issues/54) [#55](https://github.com/regen-network/regen-js/issues/55) [#56](https://github.com/regen-network/regen-js/issues/56) +* add bridge_amino and test ([#61](https://github.com/regen-network/regen-js/issues/61)) ([cb0d339](https://github.com/regen-network/regen-js/commit/cb0d33904c12b61a06def9aa85a56c96a633743e)) +* add transfer ibc proto ([#40](https://github.com/regen-network/regen-js/issues/40)) ([61c6cd2](https://github.com/regen-network/regen-js/commit/61c6cd2d4b3903da8bbb5d771dd815bdeb1c1000)) +* update ecocredit amino types ([#64](https://github.com/regen-network/regen-js/issues/64)) ([6c8fabb](https://github.com/regen-network/regen-js/commit/6c8fabb8c24c977446f879b861c8e338d4b58b60)) +* update proto files for regen-ledger v5.0 and cosmos-sdk v0.46.7 ([#66](https://github.com/regen-network/regen-js/issues/66)) ([5feaeed](https://github.com/regen-network/regen-js/commit/5feaeeda4f32eb3379f0b5c1b2dc7557c2e08b46)) + + + + + # [0.5.0](https://github.com/regen-network/regen-js/compare/v0.3.0...v0.5.0) (2023-01-16) diff --git a/packages/api/package.json b/packages/api/package.json index ba627ae4..a14149c2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@regen-network/api", - "version": "0.5.0", + "version": "0.6.0", "author": "admin@regen.network", "description": "A client library for the Regen Ledger", "license": "Apache-2.0", diff --git a/packages/demo-app/CHANGELOG.md b/packages/demo-app/CHANGELOG.md index cf67f371..19b66568 100644 --- a/packages/demo-app/CHANGELOG.md +++ b/packages/demo-app/CHANGELOG.md @@ -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.6.0](https://github.com/regen-network/regen-js/compare/v0.3.0...v0.6.0) (2023-03-27) + + +### Features + +* Add amino signing support to regen-ledger msgs ([#38](https://github.com/regen-network/regen-js/issues/38)) ([84d6b5a](https://github.com/regen-network/regen-js/commit/84d6b5a7b344f893d80ba54b99067677cfdb36ef)), closes [#39](https://github.com/regen-network/regen-js/issues/39) [#43](https://github.com/regen-network/regen-js/issues/43) [#44](https://github.com/regen-network/regen-js/issues/44) [#45](https://github.com/regen-network/regen-js/issues/45) [#46](https://github.com/regen-network/regen-js/issues/46) [#48](https://github.com/regen-network/regen-js/issues/48) [#50](https://github.com/regen-network/regen-js/issues/50) [#49](https://github.com/regen-network/regen-js/issues/49) [#47](https://github.com/regen-network/regen-js/issues/47) [#53](https://github.com/regen-network/regen-js/issues/53) [#52](https://github.com/regen-network/regen-js/issues/52) [#54](https://github.com/regen-network/regen-js/issues/54) [#55](https://github.com/regen-network/regen-js/issues/55) [#56](https://github.com/regen-network/regen-js/issues/56) + + + + + # [0.5.0](https://github.com/regen-network/regen-js/compare/v0.3.0...v0.5.0) (2023-01-16) diff --git a/packages/demo-app/package.json b/packages/demo-app/package.json index d9e38f5a..ec201760 100644 --- a/packages/demo-app/package.json +++ b/packages/demo-app/package.json @@ -1,13 +1,13 @@ { "name": "@regen-network/demo-app", - "version": "0.5.0", + "version": "0.6.0", "author": "admin@regen.network", "description": "Demo web application using @regen-network/api", "license": "Apache-2.0", "private": true, "repository": "https://github.com/regen-network/regen-js", "dependencies": { - "@regen-network/api": "^0.5.0", + "@regen-network/api": "^0.6.0", "@testing-library/jest-dom": "^5.11.8", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0",