From 05f47688a79c64010217e1be61ca7476bd331155 Mon Sep 17 00:00:00 2001 From: abstract829 Date: Tue, 30 Jul 2024 12:54:04 -0400 Subject: [PATCH] v9.2.0 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/contracts/CHANGELOG.md | 6 ++++++ packages/contracts/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb7da79..f063ef60 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.0](https://github.com/paltalabs/soroban-react/compare/v9.1.13...v9.2.0) (2024-07-30) + +### Features + +- **contracts:** return undefined instead of throw error on useRegisteredContract [#103](https://github.com/paltalabs/soroban-react/issues/103) ([06888f3](https://github.com/paltalabs/soroban-react/commit/06888f3fefdcea37098d4ca36d8ab6ff1f648b01)) + ## [9.1.12](https://github.com/paltalabs/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15) **Note:** Version bump only for package soroban-react diff --git a/lerna.json b/lerna.json index 6818ed28..e132c69d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "9.1.13" + "version": "9.2.0" } diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md index 8a98767d..27789e46 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.0](https://github.com/esteblock/soroban-react/compare/v9.1.13...v9.2.0) (2024-07-30) + +### Features + +- **contracts:** return undefined instead of throw error on useRegisteredContract [#103](https://github.com/esteblock/soroban-react/issues/103) ([06888f3](https://github.com/esteblock/soroban-react/commit/06888f3fefdcea37098d4ca36d8ab6ff1f648b01)) + ## [9.1.12](https://github.com/esteblock/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15) **Note:** Version bump only for package @soroban-react/contracts diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 4072237c..d955f658 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.1.13", + "version": "9.2.0", "scripts": { "prebuild-windows": "del /s /q dist", "prebuild": "rm -rf dist",