Skip to content

Commit

Permalink
RELEASE: Releasing 2 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/[email protected]
  @galacticcouncil/[email protected]
  • Loading branch information
nohaapav committed Dec 4, 2024
1 parent 7cd71ac commit 7117c80
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-lemons-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-insects-run.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/sdk-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"node": "^21.6.0"
},
"dependencies": {
"@galacticcouncil/sdk": "^5.0.1",
"@galacticcouncil/sdk": "^5.1.0",
"@galacticcouncil/xcm-sdk": "^7.0.0",
"@galacticcouncil/xcm-cfg": "^5.6.0"
"@galacticcouncil/xcm-cfg": "^5.7.0"
}
}
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": "^5.0.1"
"@galacticcouncil/sdk": "^5.1.0"
}
}
4 changes: 2 additions & 2 deletions examples/xcm-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"esbuild-plugin-wasm": "^1.0.0"
},
"dependencies": {
"@galacticcouncil/sdk": "^5.0.1",
"@galacticcouncil/xcm-cfg": "^5.6.0",
"@galacticcouncil/sdk": "^5.1.0",
"@galacticcouncil/xcm-cfg": "^5.7.0",
"@galacticcouncil/xcm-sdk": "^7.0.0",
"@talismn/connect-wallets": "^1.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/xcm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@acala-network/chopsticks-testing": "1.0.1"
},
"dependencies": {
"@galacticcouncil/xcm-cfg": "^5.6.0",
"@galacticcouncil/xcm-cfg": "^5.7.0",
"@galacticcouncil/xcm-sdk": "^7.0.0"
}
}
16 changes: 8 additions & 8 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

## 5.1.0

### Minor Changes

- Add Cap & ProtocolShare to Omnipool api

## 5.0.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": "5.0.1",
"version": "5.1.0",
"description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
"author": "GalacticCouncil",
"repository": {
Expand Down
22 changes: 22 additions & 0 deletions packages/xcm-cfg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @galacticcouncil/xcm-cfg

## 5.7.0

### Minor Changes

- Enable hydration <-> ethereum WETH (snowbridge)

- Add astar <-> hydration BNC
- Add astar <-> hydration GLMR
- Add astar <-> hydration iBTC
- Add astar <-> hydration INTR
- Add astar <-> hydration PHA
- Add astar <-> hydration vDOT
- Add astar <-> hydration vASTR
- Add bifrost <-> hydration BNC
- Add bifrost <-> hydration GLMR
- Add bifrost <-> hydration iBTC
- Add centrifuge <-> hydration DOT
- Add centrifuge <-> hydration GLMR
- Add interlay <-> hydration vDOT

- Add moonbeam & hub xcm locations

## 5.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-cfg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/xcm-cfg",
"version": "5.6.0",
"version": "5.7.0",
"description": "Cross-chain hydradx & basilisk dapp configuration",
"author": "GalacticCouncil",
"repository": {
Expand Down

0 comments on commit 7117c80

Please sign in to comment.