Skip to content

Commit

Permalink
v9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abstract829 committed Jul 30, 2024
1 parent 4b6cdaf commit e81f926
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/paltalabs/soroban-react/compare/v9.2.1...v9.2.2) (2024-07-30)

### Bug Fixes

- **contracts:** set wrappedContract undefined if not found ([4b6cdaf](https://github.com/paltalabs/soroban-react/commit/4b6cdaf90b485a7b599dcca992fbcf32a546cc04))

## [9.2.1](https://github.com/paltalabs/soroban-react/compare/v9.2.0...v9.2.1) (2024-07-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "9.2.1"
"version": "9.2.2"
}
6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/esteblock/soroban-react/compare/v9.2.1...v9.2.2) (2024-07-30)

### Bug Fixes

- **contracts:** set wrappedContract undefined if not found ([4b6cdaf](https://github.com/esteblock/soroban-react/commit/4b6cdaf90b485a7b599dcca992fbcf32a546cc04))

## [9.2.1](https://github.com/esteblock/soroban-react/compare/v9.2.0...v9.2.1) (2024-07-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.2.1",
"version": "9.2.2",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand Down

0 comments on commit e81f926

Please sign in to comment.