Skip to content

Commit 854558d

Browse files
committed
v9.1.3
1 parent 9900ac7 commit 854558d

24 files changed

+74
-26
lines changed

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.1.3](https://github.com/paltalabs/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package soroban-react
9+
610
## [9.1.2](https://github.com/paltalabs/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

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.1.2"
4+
"version": "9.1.3"
55
}

packages/chains/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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/chains
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/chains/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.2",
9+
"version": "9.1.3",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",
@@ -29,7 +29,7 @@
2929
"collectCoverage": true
3030
},
3131
"dependencies": {
32-
"@soroban-react/types": "^9.1.2",
32+
"@soroban-react/types": "^9.1.3",
3333
"@stellar/stellar-sdk": "11.3.0"
3434
},
3535
"devDependencies": {

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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/connect-button
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

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.2",
9+
"version": "9.1.3",
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.2"
24+
"@soroban-react/core": "^9.1.3"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.8"

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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/contracts
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

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.1.2",
9+
"version": "9.1.3",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",
@@ -29,7 +29,7 @@
2929
"collectCoverage": true
3030
},
3131
"dependencies": {
32-
"@soroban-react/core": "^9.1.2",
32+
"@soroban-react/core": "^9.1.3",
3333
"@stellar/stellar-sdk": "11.3.0"
3434
},
3535
"devDependencies": {

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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/core
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/core/package.json

+4-4
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.2",
19+
"version": "9.1.3",
2020
"scripts": {
2121
"prebuild-windows": "del /s /q dist",
2222
"prebuild": "rm -rf dist",
@@ -39,9 +39,9 @@
3939
"collectCoverage": true
4040
},
4141
"dependencies": {
42-
"@soroban-react/freighter": "^9.1.2",
43-
"@soroban-react/lobstr": "^9.1.2",
44-
"@soroban-react/types": "^9.1.2",
42+
"@soroban-react/freighter": "^9.1.3",
43+
"@soroban-react/lobstr": "^9.1.3",
44+
"@soroban-react/types": "^9.1.3",
4545
"@soroban-react/xbull": "^1.0.1",
4646
"@stellar/stellar-sdk": "11.3.0"
4747
},

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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/events
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/events/package.json

+3-3
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.2",
19+
"version": "9.1.3",
2020
"scripts": {
2121
"prebuild-windows": "del /s /q dist",
2222
"prebuild": "rm -rf dist",
@@ -39,8 +39,8 @@
3939
"collectCoverage": true
4040
},
4141
"dependencies": {
42-
"@soroban-react/core": "^9.1.2",
43-
"@soroban-react/types": "^9.1.2",
42+
"@soroban-react/core": "^9.1.3",
43+
"@soroban-react/types": "^9.1.3",
4444
"soroban-client": "1.0.0-beta.4"
4545
},
4646
"devDependencies": {

packages/freighter/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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/freighter
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/freighter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "9.1.2",
12+
"version": "9.1.3",
1313
"scripts": {
1414
"prebuild-windows": "del /s /q dist",
1515
"prebuild": "rm -rf dist",
@@ -24,7 +24,7 @@
2424
"/dist"
2525
],
2626
"dependencies": {
27-
"@soroban-react/types": "^9.1.2",
27+
"@soroban-react/types": "^9.1.3",
2828
"@stellar/freighter-api": "1.7.1"
2929
},
3030
"gitHead": "d91929201aef5960ccfaeedd3dbfeb83bd1d3918"

packages/lobstr/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.1.3](https://github.com/paltalabs/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/lobstr
9+
610
## [9.1.2](https://github.com/paltalabs/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/lobstr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@soroban-react/lobstr",
33
"license": "Apache-2.0",
44
"repository": "github:paltalabs/soroban-react",
5-
"version": "9.1.2",
5+
"version": "9.1.3",
66
"scripts": {
77
"prebuild-windows": "del /s /q dist",
88
"prebuild": "rm -rf dist",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@lobstrco/signer-extension-api": "^1.0.0-beta.0",
29-
"@soroban-react/types": "^9.1.2",
29+
"@soroban-react/types": "^9.1.3",
3030
"@stellar/stellar-sdk": "11.3.0"
3131
},
3232
"devDependencies": {

packages/types/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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/types
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/types/package.json

+1-1
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.2",
9+
"version": "9.1.3",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",

packages/utils/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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/utils
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/utils/package.json

+1-1
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.2",
9+
"version": "9.1.3",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",

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.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/wallet-data
9+
610
## [9.1.2](https://github.com/esteblock/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/wallet-data/package.json

+4-4
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.2",
9+
"version": "9.1.3",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",
@@ -21,9 +21,9 @@
2121
"/dist"
2222
],
2323
"dependencies": {
24-
"@soroban-react/connect-button": "^9.1.2",
25-
"@soroban-react/core": "^9.1.2",
26-
"@soroban-react/types": "^9.1.2",
24+
"@soroban-react/connect-button": "^9.1.3",
25+
"@soroban-react/core": "^9.1.3",
26+
"@soroban-react/types": "^9.1.3",
2727
"@stellar/stellar-sdk": "11.3.0"
2828
},
2929
"peerDependencies": {

packages/xbull/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.1.3](https://github.com/paltalabs/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
7+
8+
**Note:** Version bump only for package @soroban-react/xbull
9+
610
## [9.1.2](https://github.com/paltalabs/soroban-react/compare/v9.1.1...v9.1.2) (2024-04-29)
711

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

packages/xbull/package.json

+2-2
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.2",
5+
"version": "9.1.3",
66
"scripts": {
77
"prebuild-windows": "del /s /q dist",
88
"prebuild": "rm -rf dist",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@creit-tech/xbull-wallet-connect": "github:Creit-Tech/xBull-Wallet-Connect",
29-
"@soroban-react/types": "^9.1.2",
29+
"@soroban-react/types": "^9.1.3",
3030
"@stellar/stellar-sdk": "11.3.0"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)