Skip to content

Commit 3e52180

Browse files
committed
v9.1.4
1 parent 69a9a76 commit 3e52180

File tree

12 files changed

+35
-11
lines changed

12 files changed

+35
-11
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.4](https://github.com/paltalabs/soroban-react/compare/v9.1.3...v9.1.4) (2024-05-07)
7+
8+
**Note:** Version bump only for package soroban-react
9+
610
## [9.1.3](https://github.com/paltalabs/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
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.3"
4+
"version": "9.1.4"
55
}

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.4](https://github.com/esteblock/soroban-react/compare/v9.1.3...v9.1.4) (2024-05-07)
7+
8+
**Note:** Version bump only for package @soroban-react/connect-button
9+
610
## [9.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
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.3",
9+
"version": "9.1.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.1.3"
24+
"@soroban-react/core": "^9.1.4"
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.4](https://github.com/esteblock/soroban-react/compare/v9.1.3...v9.1.4) (2024-05-07)
7+
8+
**Note:** Version bump only for package @soroban-react/contracts
9+
610
## [9.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
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.3",
9+
"version": "9.1.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.1.3",
32+
"@soroban-react/core": "^9.1.4",
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.4](https://github.com/esteblock/soroban-react/compare/v9.1.3...v9.1.4) (2024-05-07)
7+
8+
**Note:** Version bump only for package @soroban-react/core
9+
610
## [9.1.3](https://github.com/esteblock/soroban-react/compare/v9.1.2...v9.1.3) (2024-04-30)
711

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

packages/core/package.json

+1-1
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.3",
19+
"version": "9.1.4",
2020
"scripts": {
2121
"prebuild-windows": "del /s /q dist",
2222
"prebuild": "rm -rf dist",

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

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

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.3",
19+
"version": "9.1.4",
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.3",
42+
"@soroban-react/core": "^9.1.4",
4343
"@soroban-react/types": "^9.1.3",
4444
"soroban-client": "1.0.0-beta.4"
4545
},

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

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

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.3",
9+
"version": "9.1.4",
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.3",
25-
"@soroban-react/core": "^9.1.3",
24+
"@soroban-react/connect-button": "^9.1.4",
25+
"@soroban-react/core": "^9.1.4",
2626
"@soroban-react/types": "^9.1.3",
2727
"@stellar/stellar-sdk": "11.3.0"
2828
},

0 commit comments

Comments
 (0)