This repository was archived by the owner on Feb 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +85
-20
lines changed Expand file tree Collapse file tree 18 files changed +85
-20
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
19
## [ 7.3.7] ( https://github.com/paltalabs/soroban-react/compare/v7.3.6...v7.3.7 ) (2023-11-24)
7
20
8
21
** Note:** Version bump only for package soroban-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 7.3.7 "
4
+ "version" : " 7.4.0 "
5
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 7.3.7] ( https://github.com/esteblock/soroban-react/compare/v7.3.6...v7.3.7 ) (2023-11-24)
7
13
8
14
** Note:** Version bump only for package @soroban-react/chains
Original file line number Diff line number Diff line change 6
6
],
7
7
"license" : " Apache-2.0" ,
8
8
"repository" : " github:esteblock/soroban-react" ,
9
- "version" : " 7.3.7 " ,
9
+ "version" : " 7.4.0 " ,
10
10
"scripts" : {
11
11
"prebuild-windows" : " del /s /q dist" ,
12
12
"prebuild" : " rm -rf dist" ,
29
29
"collectCoverage" : true
30
30
},
31
31
"dependencies" : {
32
- "@soroban-react/types" : " ^7.3.6 " ,
32
+ "@soroban-react/types" : " ^7.4.0 " ,
33
33
"soroban-client" : " 1.0.0-beta.4"
34
34
},
35
35
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
11
8
12
** Note:** Version bump only for package @soroban-react/connect-button
Original file line number Diff line number Diff line change 6
6
],
7
7
"license" : " Apache-2.0" ,
8
8
"repository" : " github:esteblock/soroban-react" ,
9
- "version" : " 7.3.6 " ,
9
+ "version" : " 7.4.0 " ,
10
10
"scripts" : {
11
11
"prebuild-windows" : " del /s /q dist" ,
12
12
"prebuild" : " rm -rf dist" ,
21
21
" /dist"
22
22
],
23
23
"dependencies" : {
24
- "@soroban-react/core" : " ^7.3.6 "
24
+ "@soroban-react/core" : " ^7.4.0 "
25
25
},
26
26
"peerDependencies" : {
27
27
"react" : " >=16.8"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
19
8
20
** Note:** Version bump only for package @soroban-react/contracts
Original file line number Diff line number Diff line change 6
6
],
7
7
"license" : " Apache-2.0" ,
8
8
"repository" : " github:esteblock/soroban-react" ,
9
- "version" : " 7.3.6 " ,
9
+ "version" : " 7.4.0 " ,
10
10
"scripts" : {
11
11
"prebuild-windows" : " del /s /q dist" ,
12
12
"prebuild" : " rm -rf dist" ,
29
29
"collectCoverage" : true
30
30
},
31
31
"dependencies" : {
32
- "@soroban-react/core" : " ^7.3.6 " ,
32
+ "@soroban-react/core" : " ^7.4.0 " ,
33
33
"@stellar/stellar-sdk" : " ^11.1.0" ,
34
34
"soroban-client" : " 1.0.0-beta.4"
35
35
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
16
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
17
8
18
** Note:** Version bump only for package @soroban-react/core
Original file line number Diff line number Diff line change 16
16
],
17
17
"license" : " Apache-2.0" ,
18
18
"repository" : " github:esteblock/soroban-react" ,
19
- "version" : " 7.3.6 " ,
19
+ "version" : " 7.4.0 " ,
20
20
"scripts" : {
21
21
"prebuild-windows" : " del /s /q dist" ,
22
22
"prebuild" : " rm -rf dist" ,
39
39
"collectCoverage" : true
40
40
},
41
41
"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 " ,
44
44
"@stellar/stellar-sdk" : " ^11.1.0" ,
45
45
"soroban-client" : " 1.0.0-beta.4"
46
46
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
11
8
12
** Note:** Version bump only for package @soroban-react/events
Original file line number Diff line number Diff line change 16
16
],
17
17
"license" : " Apache-2.0" ,
18
18
"repository" : " github:esteblock/soroban-react" ,
19
- "version" : " 7.3.6 " ,
19
+ "version" : " 7.4.0 " ,
20
20
"scripts" : {
21
21
"prebuild-windows" : " del /s /q dist" ,
22
22
"prebuild" : " rm -rf dist" ,
39
39
"collectCoverage" : true
40
40
},
41
41
"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 " ,
44
44
"soroban-client" : " 1.0.0-beta.4"
45
45
},
46
46
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
11
8
12
** Note:** Version bump only for package @soroban-react/freighter
Original file line number Diff line number Diff line change 9
9
"publishConfig" : {
10
10
"access" : " public"
11
11
},
12
- "version" : " 7.3.6 " ,
12
+ "version" : " 7.4.0 " ,
13
13
"scripts" : {
14
14
"prebuild-windows" : " del /s /q dist" ,
15
15
"prebuild" : " rm -rf dist" ,
24
24
" /dist"
25
25
],
26
26
"dependencies" : {
27
- "@soroban-react/types" : " ^7.3.6 " ,
27
+ "@soroban-react/types" : " ^7.4.0 " ,
28
28
"@stellar/freighter-api" : " 1.7.1"
29
29
},
30
30
"gitHead" : " 3068ac049954de1cbcf3f0fd9fc008231fbad789"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
13
8
14
** Note:** Version bump only for package @soroban-react/types
Original file line number Diff line number Diff line change 6
6
],
7
7
"license" : " Apache-2.0" ,
8
8
"repository" : " github:esteblock/soroban-react" ,
9
- "version" : " 7.3.6 " ,
9
+ "version" : " 7.4.0 " ,
10
10
"scripts" : {
11
11
"prebuild-windows" : " del /s /q dist" ,
12
12
"prebuild" : " rm -rf dist" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
## [ 7.3.6] ( https://github.com/esteblock/soroban-react/compare/v7.3.5...v7.3.6 ) (2023-11-13)
7
13
8
14
** Note:** Version bump only for package @soroban-react/wallet-data
Original file line number Diff line number Diff line change 6
6
],
7
7
"license" : " Apache-2.0" ,
8
8
"repository" : " github:esteblock/soroban-react" ,
9
- "version" : " 7.3.6 " ,
9
+ "version" : " 7.4.0 " ,
10
10
"scripts" : {
11
11
"prebuild-windows" : " del /s /q dist" ,
12
12
"prebuild" : " rm -rf dist" ,
21
21
" /dist"
22
22
],
23
23
"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 " ,
27
27
"soroban-client" : " 1.0.0-beta.4"
28
28
},
29
29
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments