Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(release): rn-keyring-v1.0.0-next.22 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-next.22](rn-keyring-v1.0.0-next.21...rn-keyring-v1.0.0-next.22) (2023-09-22)

### Bug Fixes

* **keyring:** 🐛 fix accounts queries ([3c4011f](3c4011f))

### Features

* ➕ add @cosmjs/encoding ([dd80080](dd80080))
* ➕ add cosmjs-types ([97e8fa8](97e8fa8))
* **keyring:** ✨ add accounts return ([7995f93](7995f93))
* **keyring:** ✨ add new addresses gen ([fd50fc8](fd50fc8))
* **keyring:** ✨ add sign direct ([4004124](4004124))
* **keyring:** ✨ switch flow with action ([192b90f](192b90f))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent db55c24 commit 4c31140
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/rn-keyring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0-next.22](https://github.com/nabla-studio/nablajs/compare/rn-keyring-v1.0.0-next.21...rn-keyring-v1.0.0-next.22) (2023-09-22)


### Bug Fixes

* **keyring:** :bug: fix accounts queries ([3c4011f](https://github.com/nabla-studio/nablajs/commit/3c4011fd29ce23d42a189bb8527f044ac9a5f3c3))


### Features

* :heavy_plus_sign: add @cosmjs/encoding ([dd80080](https://github.com/nabla-studio/nablajs/commit/dd80080610e32528a16aeb4782ac6fb482a17839))
* :heavy_plus_sign: add cosmjs-types ([97e8fa8](https://github.com/nabla-studio/nablajs/commit/97e8fa8f760db9e81047dcdcbb0deba103973a43))
* **keyring:** :sparkles: add accounts return ([7995f93](https://github.com/nabla-studio/nablajs/commit/7995f937eb25f4fb622af87ddf5593ae62bf5f47))
* **keyring:** :sparkles: add new addresses gen ([fd50fc8](https://github.com/nabla-studio/nablajs/commit/fd50fc84813d1ec32c0dbe83cd2777cf80a10704))
* **keyring:** :sparkles: add sign direct ([4004124](https://github.com/nabla-studio/nablajs/commit/4004124858548fa58a4c0ea5e1247503b74a7788))
* **keyring:** :sparkles: switch flow with action ([192b90f](https://github.com/nabla-studio/nablajs/commit/192b90f40b4a76e20eb8c5303c92eca63783bef0))

# [1.0.0-next.21](https://github.com/nabla-studio/nablajs/compare/rn-keyring-v1.0.0-next.20...rn-keyring-v1.0.0-next.21) (2023-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/rn-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nabla-studio/rn-keyring",
"version": "1.0.0-next.21",
"version": "1.0.0-next.22",
"author": "nabla <tech@nabla.studio>",
"main": "./index.js",
"module": "./index.mjs",
Expand Down

0 comments on commit 4c31140

Please sign in to comment.