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 Nov 3, 2024
1 parent 36bfae7 commit 3e22fa0
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 24 deletions.
4 changes: 2 additions & 2 deletions examples/sdk-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@galacticcouncil/sdk": "^4.2.0",
"@galacticcouncil/xcm-sdk": "^6.0.0",
"@galacticcouncil/xcm-cfg": "^5.0.0"
"@galacticcouncil/xcm-sdk": "^6.1.0",
"@galacticcouncil/xcm-cfg": "^5.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/xcm-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@galacticcouncil/sdk": "^4.2.0",
"@galacticcouncil/xcm-cfg": "^5.0.0",
"@galacticcouncil/xcm-sdk": "^6.0.0",
"@galacticcouncil/xcm-cfg": "^5.2.0",
"@galacticcouncil/xcm-sdk": "^6.1.0",
"@talismn/connect-wallets": "^1.2.5"
}
}
4 changes: 2 additions & 2 deletions integration-tests/xcm-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@acala-network/chopsticks-testing": "^0.16.0"
},
"dependencies": {
"@galacticcouncil/xcm-cfg": "^5.0.0",
"@galacticcouncil/xcm-sdk": "^6.0.0"
"@galacticcouncil/xcm-cfg": "^5.2.0",
"@galacticcouncil/xcm-sdk": "^6.1.0"
}
}
28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/xcm-cfg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @galacticcouncil/xcm-cfg

## 5.2.0

### Minor Changes

- Snowbridge config & builders
- ExtrinsicBuilderv4 support (transferAssetsUsingTypeAndThen) plus xcmLocations
- Add Assethub <-> Mythos Myth transfer

## 5.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1",
"version": "5.2.0",
"description": "Cross-chain hydradx & basilisk dapp configuration",
"author": "GalacticCouncil",
"repository": {
Expand Down Expand Up @@ -31,6 +31,6 @@
"test": "jest --passWithNoTests"
},
"dependencies": {
"@galacticcouncil/xcm-core": "^5.0.0"
"@galacticcouncil/xcm-core": "^5.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/xcm-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @galacticcouncil/xcm-sdk

## 6.1.0

### Minor Changes

- Unify transfer adapters
- Unify contract transfer value calc

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/xcm-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/xcm-sdk",
"version": "6.0.0",
"version": "6.1.0",
"description": "Cross-chain sdk",
"author": "GalacticCouncil",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"link": "npm ln"
},
"dependencies": {
"@galacticcouncil/xcm-core": "^5.0.0"
"@galacticcouncil/xcm-core": "^5.1.0"
},
"peerDependencies": {
"@galacticcouncil/sdk": "^4.2.1"
Expand Down

0 comments on commit 3e22fa0

Please sign in to comment.