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 Dec 11, 2024
1 parent da03fdc commit db49bed
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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.1.0",
"@galacticcouncil/xcm-sdk": "^7.0.0",
"@galacticcouncil/xcm-sdk": "^7.0.1",
"@galacticcouncil/xcm-cfg": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/xcm-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@galacticcouncil/sdk": "^5.1.0",
"@galacticcouncil/xcm-cfg": "^6.0.0",
"@galacticcouncil/xcm-sdk": "^7.0.0",
"@galacticcouncil/xcm-sdk": "^7.0.1",
"@talismn/connect-wallets": "^1.2.5"
},
"version": "1.0.0",
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 @@ -19,6 +19,6 @@
},
"dependencies": {
"@galacticcouncil/xcm-cfg": "^6.0.0",
"@galacticcouncil/xcm-sdk": "^7.0.0"
"@galacticcouncil/xcm-sdk": "^7.0.1"
}
}
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.

4 changes: 3 additions & 1 deletion packages/xcm-cfg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Major Changes

- Use xcm location, unify extrinsic builders
- Add missing asset xcm locations
- Switch extrinsic builders to use multilocation
- Add dynamic v4 location support

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Minor Changes

- Remove pallet instance from Parachain def
- Remove getPalletInstance from Parachain def (present in xcmLocation if any)

## 5.4.0

Expand Down
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

## 7.0.1

### Patch Changes

- Updated dependencies
- @galacticcouncil/xcm-core@5.5.0

## 7.0.0

### Patch 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": "7.0.0",
"version": "7.0.1",
"description": "Cross-chain sdk",
"author": "GalacticCouncil",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"link": "npm ln"
},
"dependencies": {
"@galacticcouncil/xcm-core": "^5.4.0"
"@galacticcouncil/xcm-core": "^5.5.0"
},
"peerDependencies": {
"@galacticcouncil/sdk": "^5.0.0"
Expand Down

0 comments on commit db49bed

Please sign in to comment.