Skip to content

Commit

Permalink
Version Packages (#963)
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 23, 2024
1 parent 6bdb10b commit b6ecc1f
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-actors-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pants-judge.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/little-rockets-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ravens-jog.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-eagles-sneeze.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.1.12

### Patch Changes

- 3d906cb6: SOV-4270: Pull AMM user position data from Sovryn Indexer
- c7b7d38e: SOV-4286: allow WRBTC to be traded on smart router
- 8d41bc74: SOV-4302: add pagination page limit
- Updated dependencies [6bdb10b2]
- Updated dependencies [c7b7d38e]
- Updated dependencies [9ed0c28d]
- Updated dependencies [8d41bc74]
- @sovryn/sdk@1.0.7
- @sovryn/contracts@1.1.7
- @sovryn/sdex@0.3.13
- @sovryn/ui@1.0.28

## 1.1.11

### 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.1.11",
"version": "1.1.12",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sovryn/contracts

## 1.1.7

### Patch Changes

- c7b7d38e: SOV-4286: allow WRBTC to be traded on smart router
- 9ed0c28d: SOV-4264: update MoneyOnChain tokens logo

## 1.1.6

### 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.1.6",
"version": "1.1.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sovryn/sdex

## 0.3.13

### Patch Changes

- c7b7d38e: SOV-4286: allow WRBTC to be traded on smart router

## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sovryn/sdex",
"version": "0.3.12",
"version": "0.3.13",
"description": "🛠🐊🛠 An SDK for building applications on top of Sovryn dex",
"repository": "https://github.com/DistributedCollective/sovryn-dapp.git",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sovryn/sdk

## 1.0.7

### Patch Changes

- 6bdb10b2: fix: add minimum amount to zero smart swap route
- c7b7d38e: SOV-4286: allow WRBTC to be traded on smart router
- Updated dependencies [c7b7d38e]
- Updated dependencies [9ed0c28d]
- @sovryn/contracts@1.1.7
- @sovryn/sdex@0.3.13

## 1.0.6

### 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": "1.0.6",
"version": "1.0.7",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sovryn/ui

## 1.0.28

### Patch Changes

- 8d41bc74: SOV-4302: add pagination page limit

## 1.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sovryn/ui",
"version": "1.0.27",
"version": "1.0.28",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/typings.d.ts",
Expand Down

0 comments on commit b6ecc1f

Please sign in to comment.