Skip to content

Commit

Permalink
v7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abstract829 committed Nov 10, 2023
1 parent 7462a96 commit c62806b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.3.3](https://github.com/paltalabs/soroban-react/compare/v7.3.2...v7.3.3) (2023-11-10)

### Features

- **contracts:** contractInvoke improvements ([7462a96](https://github.com/paltalabs/soroban-react/commit/7462a963ce9c9cf9c4759c74769e515ca69c82b7))
- **contracts:** contractInvoke improvements ([49f7136](https://github.com/paltalabs/soroban-react/commit/49f71361b2978497e878d11299ff6c156f01c528))

## [7.3.2](https://github.com/paltalabs/soroban-react/compare/v7.3.1...v7.3.2) (2023-11-08)

### Features
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": "7.3.2"
"version": "7.3.3"
}
7 changes: 7 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [7.3.3](https://github.com/esteblock/soroban-react/compare/v7.3.2...v7.3.3) (2023-11-10)

### Features

- **contracts:** contractInvoke improvements ([7462a96](https://github.com/esteblock/soroban-react/commit/7462a963ce9c9cf9c4759c74769e515ca69c82b7))
- **contracts:** contractInvoke improvements ([49f7136](https://github.com/esteblock/soroban-react/commit/49f71361b2978497e878d11299ff6c156f01c528))

## [7.3.2](https://github.com/esteblock/soroban-react/compare/v7.3.1...v7.3.2) (2023-11-08)

### Features
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": "7.3.2",
"version": "7.3.3",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand Down

0 comments on commit c62806b

Please sign in to comment.