Skip to content

Commit 7f5bf9f

Browse files
Version Packages (#980)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 065c937 commit 7f5bf9f

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/honest-rockets-burn.md

-6
This file was deleted.

apps/frontend/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# frontend
22

3+
## 1.1.17
4+
5+
### Patch Changes
6+
7+
- 065c937d: SOV-4350: Disable SAT/WBTC pool and conversions via smart-router route
8+
- Updated dependencies [065c937d]
9+
- @sovryn/sdk@1.0.9
10+
311
## 1.1.16
412

513
### Patch Changes

apps/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"homepage": ".",
55
"private": true,
66
"dependencies": {

packages/sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sovryn/sdk
22

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- 065c937d: SOV-4350: Disable SAT/WBTC pool and conversions via smart-router route
8+
39
## 1.0.8
410

511
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sovryn/sdk",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)