Skip to content

Commit cce29de

Browse files
committed
v9.0.4
1 parent 9d1ac4a commit cce29de

22 files changed

+67
-23
lines changed

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+
## [9.0.4](https://github.com/paltalabs/soroban-react/compare/v9.0.3...v9.0.4) (2024-03-14)
7+
8+
**Note:** Version bump only for package soroban-react
9+
610
## [9.0.3](https://github.com/paltalabs/soroban-react/compare/v9.0.2...v9.0.3) (2024-03-14)
711

812
**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": "9.0.3"
4+
"version": "9.0.4"
55
}

packages/chains/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+
## [9.0.4](https://github.com/esteblock/soroban-react/compare/v9.0.3...v9.0.4) (2024-03-14)
7+
8+
**Note:** Version bump only for package @soroban-react/chains
9+
610
## [9.0.3](https://github.com/esteblock/soroban-react/compare/v9.0.2...v9.0.3) (2024-03-14)
711

812
**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": "9.0.3",
9+
"version": "9.0.4",
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.0.3",
32+
"@soroban-react/types": "^9.0.4",
3333
"@stellar/stellar-sdk": "11.1.0"
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+
## [9.0.4](https://github.com/esteblock/soroban-react/compare/v9.0.3...v9.0.4) (2024-03-14)
7+
8+
**Note:** Version bump only for package @soroban-react/connect-button
9+
610
## [9.0.3](https://github.com/esteblock/soroban-react/compare/v9.0.2...v9.0.3) (2024-03-14)
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": "9.0.3",
9+
"version": "9.0.4",
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.0.3"
24+
"@soroban-react/core": "^9.0.4"
2525
},
2626
"peerDependencies": {
2727
"react": ">=16.8"

packages/contracts/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+
## [9.0.4](https://github.com/esteblock/soroban-react/compare/v9.0.3...v9.0.4) (2024-03-14)
7+
8+
**Note:** Version bump only for package @soroban-react/contracts
9+
610
## [9.0.3](https://github.com/esteblock/soroban-react/compare/v9.0.2...v9.0.3) (2024-03-14)
711

812
**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": "9.0.3",
9+
"version": "9.0.4",
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.0.3",
32+
"@soroban-react/core": "^9.0.4",
3333
"@stellar/stellar-sdk": "11.1.0"
3434
},
3535
"devDependencies": {

packages/core/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+
## [9.0.4](https://github.com/esteblock/soroban-react/compare/v9.0.3...v9.0.4) (2024-03-14)
7+
8+
**Note:** Version bump only for package @soroban-react/core
9+
610
## [9.0.3](https://github.com/esteblock/soroban-react/compare/v9.0.2...v9.0.3) (2024-03-14)
711

812
**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": "9.0.3",
19+
"version": "9.0.4",
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": "^9.0.3",
43-
"@soroban-react/types": "^9.0.3",
42+
"@soroban-react/freighter": "^9.0.4",
43+
"@soroban-react/types": "^9.0.4",
4444
"@soroban-react/xbull": "^1.0.1",
4545
"@stellar/stellar-sdk": "11.1.0"
4646
},

0 commit comments

Comments
 (0)