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 Nov 21, 2024
1 parent bf48a38 commit 7486f4f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 13 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": "^4.6.0",
"@galacticcouncil/xcm-sdk": "^6.3.1",
"@galacticcouncil/xcm-sdk": "^6.3.2",
"@galacticcouncil/xcm-cfg": "^5.4.2"
}
}
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": "^4.6.0",
"@galacticcouncil/xcm-cfg": "^5.4.2",
"@galacticcouncil/xcm-sdk": "^6.3.1",
"@galacticcouncil/xcm-sdk": "^6.3.2",
"@talismn/connect-wallets": "^1.2.5"
}
}
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": "^5.4.2",
"@galacticcouncil/xcm-sdk": "^6.3.1"
"@galacticcouncil/xcm-sdk": "^6.3.2"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

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

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

### Minor Changes

- Mem pools, perf upgrades)
- Mem pools, perf upgrades

## 4.5.2

Expand Down
3 changes: 1 addition & 2 deletions packages/xcm-cfg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
### Patch Changes

- 84ef243: Fix assethub foreign balance location (v3 -> v4)
- Updated dependencies [a2303e6]
- Updated dependencies [1f2929f]
- Updated dependencies
- @galacticcouncil/xcm-core@5.3.1

## 5.4.1
Expand Down
11 changes: 10 additions & 1 deletion packages/xcm-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# @galacticcouncil/xcm-sdk

## 6.3.2

### Patch Changes

- Updated dependencies
- @galacticcouncil/xcm-core@5.3.1
- @galacticcouncil/sdk@4.6.0

## 6.3.1

### Patch Changes

- bump sdk deps
- Updated dependencies
- @galacticcouncil/sdk@4.5.1

## 6.3.0

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.3.1",
"version": "6.3.2",
"description": "Cross-chain sdk",
"author": "GalacticCouncil",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"link": "npm ln"
},
"dependencies": {
"@galacticcouncil/xcm-core": "^5.3.0"
"@galacticcouncil/xcm-core": "^5.3.1"
},
"peerDependencies": {
"@galacticcouncil/sdk": "^4.6.0"
Expand Down

0 comments on commit 7486f4f

Please sign in to comment.