diff --git a/CHANGELOG.md b/CHANGELOG.md index f063ef6..d8b4f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.2.1](https://github.com/paltalabs/soroban-react/compare/v9.2.0...v9.2.1) (2024-07-30) + +### Bug Fixes + +- **contracts:** fix useWrappedContract returns ([f05418a](https://github.com/paltalabs/soroban-react/commit/f05418a581c72622aaa20ed4f7c7614192924370)) + # [9.2.0](https://github.com/paltalabs/soroban-react/compare/v9.1.13...v9.2.0) (2024-07-30) ### Features diff --git a/lerna.json b/lerna.json index e132c69..44747f6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "9.2.0" + "version": "9.2.1" } diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 27789e4..7c6e614 100644 --- a/packages/contracts/CHANGELOG.md +++ b/packages/contracts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.2.1](https://github.com/esteblock/soroban-react/compare/v9.2.0...v9.2.1) (2024-07-30) + +### Bug Fixes + +- **contracts:** fix useWrappedContract returns ([f05418a](https://github.com/esteblock/soroban-react/commit/f05418a581c72622aaa20ed4f7c7614192924370)) + # [9.2.0](https://github.com/esteblock/soroban-react/compare/v9.1.13...v9.2.0) (2024-07-30) ### Features diff --git a/packages/contracts/package.json b/packages/contracts/package.json index d955f65..241ee96 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -6,7 +6,7 @@ ], "license": "Apache-2.0", "repository": "github:esteblock/soroban-react", - "version": "9.2.0", + "version": "9.2.1", "scripts": { "prebuild-windows": "del /s /q dist", "prebuild": "rm -rf dist",