Skip to content

Commit

Permalink
RELEASE: Releasing 1 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/sdk@4.3.0
  • Loading branch information
nohaapav committed Nov 7, 2024
1 parent e5f35a6 commit fd6278b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 17 deletions.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"access": "public",
"baseBranch": "origin/master",
"updateInternalDependencies": "patch",
"ignore": ["sdk-cjs", "sdk-esm", "xcm-transfer", "xcm-test"]
"ignore": ["sdk-cjs", "sdk-esm", "xcm-transfer", "xcm-test"],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
5 changes: 0 additions & 5 deletions .changeset/fresh-chairs-carry.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/sdk-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node": "^21.6.0"
},
"dependencies": {
"@galacticcouncil/sdk": "^4.2.0",
"@galacticcouncil/sdk": "^4.3.0",
"@galacticcouncil/xcm-sdk": "^6.2.0",
"@galacticcouncil/xcm-cfg": "^5.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"esbuild": "^0.17.11"
},
"dependencies": {
"@galacticcouncil/sdk": "^4.2.0"
"@galacticcouncil/sdk": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/xcm-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"esbuild-plugin-wasm": "^1.0.0"
},
"dependencies": {
"@galacticcouncil/sdk": "^4.2.0",
"@galacticcouncil/sdk": "^4.3.0",
"@galacticcouncil/xcm-cfg": "^5.3.2",
"@galacticcouncil/xcm-sdk": "^6.2.0",
"@talismn/connect-wallets": "^1.2.5"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galacticcouncil/sdk

## 4.3.0

### Minor Changes

- 0c3290f: Use CurrenciesApi in BalanceClient, support for ERC20 tokens

## 4.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/sdk",
"version": "4.2.1",
"version": "4.3.0",
"description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
"author": "GalacticCouncil",
"repository": {
Expand Down

0 comments on commit fd6278b

Please sign in to comment.