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

Commit

Permalink
v9.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abstract829 committed Jul 23, 2024
1 parent d317ba3 commit 34bc787
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "9.1.12"
"version": "9.1.13"
}
4 changes: 2 additions & 2 deletions packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -29,7 +29,7 @@
"collectCoverage": true
},
"dependencies": {
"@soroban-react/types": "^9.1.12",
"@soroban-react/types": "^9.1.13",
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -21,7 +21,7 @@
"/dist"
],
"dependencies": {
"@soroban-react/core": "^9.1.12"
"@soroban-react/core": "^9.1.13"
},
"peerDependencies": {
"react": ">=16.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -30,7 +30,7 @@
"collectCoverage": true
},
"dependencies": {
"@soroban-react/core": "^9.1.12",
"@soroban-react/core": "^9.1.13",
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -39,10 +39,10 @@
"collectCoverage": true
},
"dependencies": {
"@soroban-react/freighter": "^9.1.12",
"@soroban-react/lobstr": "^9.1.12",
"@soroban-react/types": "^9.1.12",
"@soroban-react/xbull": "^9.1.12",
"@soroban-react/freighter": "^9.1.13",
"@soroban-react/lobstr": "^9.1.13",
"@soroban-react/types": "^9.1.13",
"@soroban-react/xbull": "^9.1.13",
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -39,8 +39,8 @@
"collectCoverage": true
},
"dependencies": {
"@soroban-react/core": "^9.1.12",
"@soroban-react/types": "^9.1.12",
"@soroban-react/core": "^9.1.13",
"@soroban-react/types": "^9.1.13",
"soroban-client": "1.0.0-beta.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/freighter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publishConfig": {
"access": "public"
},
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -24,7 +24,7 @@
"/dist"
],
"dependencies": {
"@soroban-react/types": "^9.1.12",
"@soroban-react/types": "^9.1.13",
"@stellar/freighter-api": "1.7.1"
},
"gitHead": "d91929201aef5960ccfaeedd3dbfeb83bd1d3918"
Expand Down
4 changes: 2 additions & 2 deletions packages/hana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soroban-react/hana",
"license": "Apache-2.0",
"repository": "github:paltalabs/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"publishConfig": {
"access": "public"
},
Expand All @@ -28,7 +28,7 @@
"collectCoverage": true
},
"dependencies": {
"@soroban-react/types": "^9.1.12"
"@soroban-react/types": "^9.1.13"
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/lobstr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soroban-react/lobstr",
"license": "Apache-2.0",
"repository": "github:paltalabs/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@lobstrco/signer-extension-api": "^1.0.0-beta.0",
"@soroban-react/types": "^9.1.12",
"@soroban-react/types": "^9.1.13",
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"license": "Apache-2.0",
"repository": "github:esteblock/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -21,9 +21,9 @@
"/dist"
],
"dependencies": {
"@soroban-react/connect-button": "^9.1.12",
"@soroban-react/core": "^9.1.12",
"@soroban-react/types": "^9.1.12",
"@soroban-react/connect-button": "^9.1.13",
"@soroban-react/core": "^9.1.13",
"@soroban-react/types": "^9.1.13",
"@stellar/stellar-sdk": "12.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/xbull/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soroban-react/xbull",
"license": "Apache-2.0",
"repository": "github:paltalabs/soroban-react",
"version": "9.1.12",
"version": "9.1.13",
"scripts": {
"prebuild-windows": "del /s /q dist",
"prebuild": "rm -rf dist",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@creit-tech/xbull-wallet-connect": "github:Creit-Tech/xBull-Wallet-Connect",
"@soroban-react/types": "^9.1.12",
"@soroban-react/types": "^9.1.13",
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 34bc787

Please sign in to comment.