Skip to content

Commit

Permalink
RELEASE: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/xcm-core@6.1.1
  @galacticcouncil/xcm-cfg@7.1.2
  @galacticcouncil/xcm-sdk@8.1.1
  • Loading branch information
nohaapav committed Feb 3, 2025
1 parent 646e150 commit c72b8bb
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 23 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": "^5.3.0",
"@galacticcouncil/xcm-sdk": "^8.1.0",
"@galacticcouncil/xcm-cfg": "^7.1.1"
"@galacticcouncil/xcm-sdk": "^8.1.1",
"@galacticcouncil/xcm-cfg": "^7.1.2"
}
}
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": "^5.3.0",
"@galacticcouncil/xcm-cfg": "^7.1.1",
"@galacticcouncil/xcm-sdk": "^8.1.0",
"@galacticcouncil/xcm-cfg": "^7.1.2",
"@galacticcouncil/xcm-sdk": "^8.1.1",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@talismn/connect-wallets": "^1.2.8",
"polkadot-api": "^1.8.2"
Expand Down
4 changes: 2 additions & 2 deletions 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": "^7.1.1",
"@galacticcouncil/xcm-sdk": "^8.1.0"
"@galacticcouncil/xcm-cfg": "^7.1.2",
"@galacticcouncil/xcm-sdk": "^8.1.1"
}
}
22 changes: 11 additions & 11 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

## 7.1.2

### Patch Changes

- Fix mda account gen if dest relay
- Updated dependencies
- @galacticcouncil/xcm-core@6.1.1

## 7.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "7.1.1",
"version": "7.1.2",
"description": "Cross-chain hydradx & basilisk dapp configuration",
"author": "GalacticCouncil",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"test": "NODE_NO_WARNINGS=1 jest --silent"
},
"dependencies": {
"@galacticcouncil/xcm-core": "^6.1.0"
"@galacticcouncil/xcm-core": "^6.1.1"
},
"peerDependencies": {
"@galacticcouncil/sdk": "^5.0.0"
"@galacticcouncil/sdk": "^5.3.0"
}
}
6 changes: 6 additions & 0 deletions packages/xcm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galacticcouncil/xcm-core

## 6.1.1

### Patch Changes

- Fix mda account gen if dest relay

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@galacticcouncil/xcm-core",
"version": "6.1.0",
"version": "6.1.1",
"description": "Cross-chain sdk core",
"author": "GalacticCouncil",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/xcm-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @galacticcouncil/xcm-sdk

## 8.1.1

### Patch Changes

- Fix mda account gen if dest relay
- Updated dependencies
- @galacticcouncil/xcm-core@6.1.1

## 8.1.0

### Minor 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": "8.1.0",
"version": "8.1.1",
"description": "Cross-chain sdk",
"author": "GalacticCouncil",
"type": "module",
Expand Down Expand Up @@ -33,6 +33,6 @@
"link": "npm ln"
},
"dependencies": {
"@galacticcouncil/xcm-core": "^6.1.0"
"@galacticcouncil/xcm-core": "^6.1.1"
}
}

0 comments on commit c72b8bb

Please sign in to comment.