Skip to content

Commit

Permalink
Version Packages (#443)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 14, 2023
1 parent 44213c2 commit 3ffc650
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-ducks-yawn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/empty-donuts-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-windows-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-flowers-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-pigs-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-otters-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-turtles-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-toes-unite.md

This file was deleted.

16 changes: 16 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# frontend

## 1.0.16

### Patch Changes

- ba7f845: SOV-2708: Update Convert page to enable linking to specific pairs
- 253f8d3: SOV-2431: add moc integration swap route
- 44213c2: SOV-2686: Add Defiant
- 0445241: SOV-2677: Convert page - reset data on disconnect
- 2783ec1: SOV-2669: change login signature message
- 32c2e95: SOV-2670: HW wallets integration adjustments
- Updated dependencies [253f8d3]
- Updated dependencies [c1b42ea]
- Updated dependencies [5ad11c0]
- @sovryn/contracts@1.0.9
- @sovryn/sdk@0.0.3

## 1.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.15",
"version": "1.0.16",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sovryn/contracts

## 1.0.9

### Patch Changes

- 253f8d3: SOV-2431: add moc integration swap route
- c1b42ea: chore: change fastbtc testnet contract address
- 5ad11c0: SOV-2711: Update RIF logo

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sovryn/contracts",
"version": "1.0.8",
"version": "1.0.9",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sovryn/sdk

## 0.0.3

### Patch Changes

- 253f8d3: SOV-2431: add moc integration swap route
- Updated dependencies [253f8d3]
- Updated dependencies [c1b42ea]
- Updated dependencies [5ad11c0]
- @sovryn/contracts@1.0.9

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sovryn/sdk",
"version": "0.0.2",
"version": "0.0.3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 3ffc650

Please sign in to comment.