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

Commit 9a76a7d

Browse files
committed
v7.4.0
1 parent 87f5bc4 commit 9a76a7d

File tree

18 files changed

+85
-20
lines changed

18 files changed

+85
-20
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [7.4.0](https://github.com/paltalabs/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
### Bug Fixes
9+
10+
- prettier format ([f515db4](https://github.com/paltalabs/soroban-react/commit/f515db4b21e4400dda9b77a443aaffc002c3a853))
11+
- setTrustline now using serverHorizon ([eb38bcd](https://github.com/paltalabs/soroban-react/commit/eb38bcd42458c0d62e73997053eb49e187dc5568))
12+
13+
### Features
14+
15+
- Added setTrustline and stellar sdk ([f232fa5](https://github.com/paltalabs/soroban-react/commit/f232fa598917ea357ae31fb8350104b0fbd0deb7))
16+
- Added StellarSdk and serverHorizon to sorobanContext ([eef7eec](https://github.com/paltalabs/soroban-react/commit/eef7eec9148b35c85fcd1ac1684ba1a3f112cbf3))
17+
- **contracts:** added setTrustline and StellarSdk serverHorizon ([87f5bc4](https://github.com/paltalabs/soroban-react/commit/87f5bc4b9ce06741fe705df57f598159e9d3c306))
18+
619
## [7.3.7](https://github.com/paltalabs/soroban-react/compare/v7.3.6...v7.3.7) (2023-11-24)
720

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

lerna.json

Lines changed: 1 addition & 1 deletion
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": "7.3.7"
4+
"version": "7.4.0"
55
}

packages/chains/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
### Bug Fixes
9+
10+
- prettier format ([f515db4](https://github.com/esteblock/soroban-react/commit/f515db4b21e4400dda9b77a443aaffc002c3a853))
11+
612
## [7.3.7](https://github.com/esteblock/soroban-react/compare/v7.3.6...v7.3.7) (2023-11-24)
713

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

packages/chains/package.json

Lines changed: 2 additions & 2 deletions
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": "7.3.7",
9+
"version": "7.4.0",
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": "^7.3.6",
32+
"@soroban-react/types": "^7.4.0",
3333
"soroban-client": "1.0.0-beta.4"
3434
},
3535
"devDependencies": {

packages/connect-button/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
**Note:** Version bump only for package @soroban-react/connect-button
9+
610
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
711

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

packages/connect-button/package.json

Lines changed: 2 additions & 2 deletions
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": "7.3.6",
9+
"version": "7.4.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": "^7.3.6"
24+
"@soroban-react/core": "^7.4.0"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.8"

packages/contracts/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
### Bug Fixes
9+
10+
- prettier format ([f515db4](https://github.com/esteblock/soroban-react/commit/f515db4b21e4400dda9b77a443aaffc002c3a853))
11+
- setTrustline now using serverHorizon ([eb38bcd](https://github.com/esteblock/soroban-react/commit/eb38bcd42458c0d62e73997053eb49e187dc5568))
12+
13+
### Features
14+
15+
- Added setTrustline and stellar sdk ([f232fa5](https://github.com/esteblock/soroban-react/commit/f232fa598917ea357ae31fb8350104b0fbd0deb7))
16+
- **contracts:** added setTrustline and StellarSdk serverHorizon ([87f5bc4](https://github.com/esteblock/soroban-react/commit/87f5bc4b9ce06741fe705df57f598159e9d3c306))
17+
618
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
719

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

packages/contracts/package.json

Lines changed: 2 additions & 2 deletions
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": "7.3.6",
9+
"version": "7.4.0",
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": "^7.3.6",
32+
"@soroban-react/core": "^7.4.0",
3333
"@stellar/stellar-sdk": "^11.1.0",
3434
"soroban-client": "1.0.0-beta.4"
3535
},

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
### Bug Fixes
9+
10+
- prettier format ([f515db4](https://github.com/esteblock/soroban-react/commit/f515db4b21e4400dda9b77a443aaffc002c3a853))
11+
12+
### Features
13+
14+
- Added StellarSdk and serverHorizon to sorobanContext ([eef7eec](https://github.com/esteblock/soroban-react/commit/eef7eec9148b35c85fcd1ac1684ba1a3f112cbf3))
15+
616
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
717

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

packages/core/package.json

Lines changed: 3 additions & 3 deletions
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": "7.3.6",
19+
"version": "7.4.0",
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/freighter": "^7.3.6",
43-
"@soroban-react/types": "^7.3.6",
42+
"@soroban-react/freighter": "^7.4.0",
43+
"@soroban-react/types": "^7.4.0",
4444
"@stellar/stellar-sdk": "^11.1.0",
4545
"soroban-client": "1.0.0-beta.4"
4646
},

packages/events/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
**Note:** Version bump only for package @soroban-react/events
9+
610
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
711

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

packages/events/package.json

Lines changed: 3 additions & 3 deletions
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": "7.3.6",
19+
"version": "7.4.0",
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": "^7.3.6",
43-
"@soroban-react/types": "^7.3.6",
42+
"@soroban-react/core": "^7.4.0",
43+
"@soroban-react/types": "^7.4.0",
4444
"soroban-client": "1.0.0-beta.4"
4545
},
4646
"devDependencies": {

packages/freighter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
**Note:** Version bump only for package @soroban-react/freighter
9+
610
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
711

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

packages/freighter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"version": "7.3.6",
12+
"version": "7.4.0",
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": "^7.3.6",
27+
"@soroban-react/types": "^7.4.0",
2828
"@stellar/freighter-api": "1.7.1"
2929
},
3030
"gitHead": "3068ac049954de1cbcf3f0fd9fc008231fbad789"

packages/types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
### Bug Fixes
9+
10+
- prettier format ([f515db4](https://github.com/esteblock/soroban-react/commit/f515db4b21e4400dda9b77a443aaffc002c3a853))
11+
612
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
713

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

packages/types/package.json

Lines changed: 1 addition & 1 deletion
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": "7.3.6",
9+
"version": "7.4.0",
1010
"scripts": {
1111
"prebuild-windows": "del /s /q dist",
1212
"prebuild": "rm -rf dist",

packages/wallet-data/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [7.4.0](https://github.com/esteblock/soroban-react/compare/v7.3.7...v7.4.0) (2023-12-22)
7+
8+
### Bug Fixes
9+
10+
- prettier format ([f515db4](https://github.com/esteblock/soroban-react/commit/f515db4b21e4400dda9b77a443aaffc002c3a853))
11+
612
## [7.3.6](https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6) (2023-11-13)
713

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

packages/wallet-data/package.json

Lines changed: 4 additions & 4 deletions
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": "7.3.6",
9+
"version": "7.4.0",
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": "^7.3.6",
25-
"@soroban-react/core": "^7.3.6",
26-
"@soroban-react/types": "^7.3.6",
24+
"@soroban-react/connect-button": "^7.4.0",
25+
"@soroban-react/core": "^7.4.0",
26+
"@soroban-react/types": "^7.4.0",
2727
"soroban-client": "1.0.0-beta.4"
2828
},
2929
"peerDependencies": {

0 commit comments

Comments
 (0)