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 21, 2024
1 parent 6ee889f commit bf48a38
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 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.5.2",
"@galacticcouncil/sdk": "^4.6.0",
"@galacticcouncil/xcm-sdk": "^6.3.1",
"@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.5.2"
"@galacticcouncil/sdk": "^4.6.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.5.2",
"@galacticcouncil/sdk": "^4.6.0",
"@galacticcouncil/xcm-cfg": "^5.4.2",
"@galacticcouncil/xcm-sdk": "^6.3.1",
"@talismn/connect-wallets": "^1.2.5"
Expand Down
12 changes: 6 additions & 6 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.0

### Minor Changes

- Mem pools, perf upgrades)

## 4.5.2

### 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.5.2",
"version": "4.6.0",
"description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
"author": "GalacticCouncil",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@galacticcouncil/xcm-core": "^5.3.0"
},
"peerDependencies": {
"@galacticcouncil/sdk": "^4.5.1"
"@galacticcouncil/sdk": "^4.6.0"
}
}

0 comments on commit bf48a38

Please sign in to comment.