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 11, 2024
1 parent aaee8c1 commit da03fdc
Show file tree
Hide file tree
Showing 8 changed files with 29 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 @@ -13,6 +13,6 @@
"dependencies": {
"@galacticcouncil/sdk": "^5.1.0",
"@galacticcouncil/xcm-sdk": "^7.0.0",
"@galacticcouncil/xcm-cfg": "^5.7.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 @@ -13,7 +13,7 @@
},
"dependencies": {
"@galacticcouncil/sdk": "^5.1.0",
"@galacticcouncil/xcm-cfg": "^5.7.1",
"@galacticcouncil/xcm-cfg": "^6.0.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.7.1",
"@galacticcouncil/xcm-cfg": "^6.0.0",
"@galacticcouncil/xcm-sdk": "^7.0.0"
}
}
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.

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

## 6.0.0

### Major Changes

- Use xcm location, unify extrinsic builders

### Patch Changes

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

## 5.7.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.7.1",
"version": "6.0.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.4.0"
"@galacticcouncil/xcm-core": "^5.5.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

## 5.5.0

### Minor Changes

- Remove pallet instance from Parachain def

## 5.4.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": "5.4.0",
"version": "5.5.0",
"description": "Cross-chain sdk core",
"author": "GalacticCouncil",
"repository": {
Expand Down

0 comments on commit da03fdc

Please sign in to comment.