Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit db03aaa

Browse files
committed
v9.3.0
1 parent 681af28 commit db03aaa

File tree

14 files changed

+47
-13
lines changed

14 files changed

+47
-13
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/paltalabs/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
### Features
9+
10+
- **xbull:** upgrade xbull-wallet-connect to 0.3.0 ([9eec6d3](https://github.com/paltalabs/soroban-react/commit/9eec6d3a2d5b94983a518931a9f9b8cdd5dcdff4))
11+
- **xbull:** upgrade xbull-wallet-connect to 0.3.0 ([0fb936e](https://github.com/paltalabs/soroban-react/commit/0fb936e831ec883d375e60cb8e6507e6f60045b1))
12+
613
## [9.2.2](https://github.com/paltalabs/soroban-react/compare/v9.2.1...v9.2.2) (2024-07-30)
714

815
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "9.2.2"
4+
"version": "9.3.0"
55
}

Diff for: packages/connect-button/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/esteblock/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
**Note:** Version bump only for package @soroban-react/connect-button
9+
610
## [9.1.12](https://github.com/esteblock/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15)
711

812
**Note:** Version bump only for package @soroban-react/connect-button

Diff for: packages/connect-button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"license": "Apache-2.0",
88
"repository": "github:esteblock/soroban-react",
9-
"version": "9.1.13",
9+
"version": "9.3.0",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",
@@ -21,7 +21,7 @@
2121
"/dist"
2222
],
2323
"dependencies": {
24-
"@soroban-react/core": "^9.1.13"
24+
"@soroban-react/core": "^9.3.0"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.8"

Diff for: packages/contracts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/esteblock/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
**Note:** Version bump only for package @soroban-react/contracts
9+
610
## [9.2.2](https://github.com/esteblock/soroban-react/compare/v9.2.1...v9.2.2) (2024-07-30)
711

812
### Bug Fixes

Diff for: packages/contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"license": "Apache-2.0",
88
"repository": "github:esteblock/soroban-react",
9-
"version": "9.2.2",
9+
"version": "9.3.0",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",
@@ -30,7 +30,7 @@
3030
"collectCoverage": true
3131
},
3232
"dependencies": {
33-
"@soroban-react/core": "^9.1.13",
33+
"@soroban-react/core": "^9.3.0",
3434
"@stellar/stellar-sdk": "12.2.0"
3535
},
3636
"devDependencies": {

Diff for: packages/core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/esteblock/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
**Note:** Version bump only for package @soroban-react/core
9+
610
## [9.1.12](https://github.com/esteblock/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15)
711

812
**Note:** Version bump only for package @soroban-react/core

Diff for: packages/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"license": "Apache-2.0",
1818
"repository": "github:esteblock/soroban-react",
19-
"version": "9.1.13",
19+
"version": "9.3.0",
2020
"scripts": {
2121
"prebuild-windows": "del /s /q dist",
2222
"prebuild": "rm -rf dist",
@@ -42,7 +42,7 @@
4242
"@soroban-react/freighter": "^9.1.13",
4343
"@soroban-react/lobstr": "^9.1.13",
4444
"@soroban-react/types": "^9.1.13",
45-
"@soroban-react/xbull": "^9.1.13",
45+
"@soroban-react/xbull": "^9.3.0",
4646
"@stellar/stellar-sdk": "12.2.0"
4747
},
4848
"devDependencies": {

Diff for: packages/events/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/esteblock/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
**Note:** Version bump only for package @soroban-react/events
9+
610
## [9.1.12](https://github.com/esteblock/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15)
711

812
**Note:** Version bump only for package @soroban-react/events

Diff for: packages/events/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"license": "Apache-2.0",
1818
"repository": "github:esteblock/soroban-react",
19-
"version": "9.1.13",
19+
"version": "9.3.0",
2020
"scripts": {
2121
"prebuild-windows": "del /s /q dist",
2222
"prebuild": "rm -rf dist",
@@ -39,7 +39,7 @@
3939
"collectCoverage": true
4040
},
4141
"dependencies": {
42-
"@soroban-react/core": "^9.1.13",
42+
"@soroban-react/core": "^9.3.0",
4343
"@soroban-react/types": "^9.1.13",
4444
"soroban-client": "1.0.0-beta.4"
4545
},

Diff for: packages/wallet-data/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/esteblock/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
**Note:** Version bump only for package @soroban-react/wallet-data
9+
610
## [9.1.12](https://github.com/esteblock/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15)
711

812
**Note:** Version bump only for package @soroban-react/wallet-data

Diff for: packages/wallet-data/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"license": "Apache-2.0",
88
"repository": "github:esteblock/soroban-react",
9-
"version": "9.1.13",
9+
"version": "9.3.0",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",
@@ -21,8 +21,8 @@
2121
"/dist"
2222
],
2323
"dependencies": {
24-
"@soroban-react/connect-button": "^9.1.13",
25-
"@soroban-react/core": "^9.1.13",
24+
"@soroban-react/connect-button": "^9.3.0",
25+
"@soroban-react/core": "^9.3.0",
2626
"@soroban-react/types": "^9.1.13",
2727
"@stellar/stellar-sdk": "12.2.0"
2828
},

Diff for: packages/xbull/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.3.0](https://github.com/paltalabs/soroban-react/compare/v9.2.2...v9.3.0) (2024-09-29)
7+
8+
### Features
9+
10+
- **xbull:** upgrade xbull-wallet-connect to 0.3.0 ([9eec6d3](https://github.com/paltalabs/soroban-react/commit/9eec6d3a2d5b94983a518931a9f9b8cdd5dcdff4))
11+
- **xbull:** upgrade xbull-wallet-connect to 0.3.0 ([0fb936e](https://github.com/paltalabs/soroban-react/commit/0fb936e831ec883d375e60cb8e6507e6f60045b1))
12+
613
## [9.1.12](https://github.com/paltalabs/soroban-react/compare/v9.1.11...v9.1.12) (2024-07-15)
714

815
**Note:** Version bump only for package @soroban-react/xbull

Diff for: packages/xbull/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@soroban-react/xbull",
33
"license": "Apache-2.0",
44
"repository": "github:paltalabs/soroban-react",
5-
"version": "9.1.13",
5+
"version": "9.3.0",
66
"scripts": {
77
"prebuild-windows": "del /s /q dist",
88
"prebuild": "rm -rf dist",

0 commit comments

Comments
 (0)