Skip to content

Commit

Permalink
chore(main): release xcm-router 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Apr 2, 2024
1 parent b6a59f3 commit 3349029
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/xcm-router": "0.1.1",
"packages/xcm-router": "1.0.0",
"packages/sdk": "5.0.0"
}
21 changes: 21 additions & 0 deletions packages/xcm-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/paraspell/xcm-tools/compare/xcm-router-v0.1.1...xcm-router-v1.0.0) (2024-04-02)


### ⚠ BREAKING CHANGES

* **sdk:** Refactor public functions to use parameter object ⚙️

### Bug Fixes

* **router:** Update README.md ([4cef3e2](https://github.com/paraspell/xcm-tools/commit/4cef3e2f644d4d27df6ec6f2490c64a66cc7da4f))


### Miscellaneous Chores

* **sdk:** Monthly check ✨ ([bee15fb](https://github.com/paraspell/xcm-tools/commit/bee15fb231932705bdfcdb14a13770b8f566035d))


### Code Refactoring

* **sdk:** Refactor public functions to use parameter object ⚙️ ([53e81b5](https://github.com/paraspell/xcm-tools/commit/53e81b56523e14e90f5f1ffc0103cb2bd9420c08))

## [0.1.1](https://github.com/paraspell/xcm-tools/compare/xcm-router-v0.1.0...xcm-router-v0.1.1) (2024-02-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paraspell/xcm-router",
"version": "0.1.1",
"version": "1.0.0",
"description": "Tool for XCM cross-chain asset exchanging across Polkadot and Kusama ecosystems",
"type": "module",
"exports": {
Expand Down

0 comments on commit 3349029

Please sign in to comment.