Skip to content

Commit

Permalink
RELEASE: Releasing 1 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/[email protected]
  • Loading branch information
nohaapav committed Nov 22, 2024
1 parent fb7c5c4 commit 2a35806
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
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.6.0",
"@galacticcouncil/sdk": "^4.6.1",
"@galacticcouncil/xcm-sdk": "^6.3.2",
"@galacticcouncil/xcm-cfg": "^5.4.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.6.0"
"@galacticcouncil/sdk": "^4.6.1"
}
}
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.6.0",
"@galacticcouncil/sdk": "^4.6.1",
"@galacticcouncil/xcm-cfg": "^5.4.2",
"@galacticcouncil/xcm-sdk": "^6.3.2",
"@talismn/connect-wallets": "^1.2.5"
Expand Down
10 changes: 5 additions & 5 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.6.1

### Patch Changes

- Evict mem pools on registry sync

## 4.6.0

### Minor 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.6.0",
"version": "4.6.1",
"description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
"author": "GalacticCouncil",
"repository": {
Expand Down

0 comments on commit 2a35806

Please sign in to comment.