Skip to content

Commit

Permalink
Version Packages (#1033)
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 Oct 31, 2024
1 parent a5b4f38 commit 4566750
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-paws-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-schools-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-swans-remember.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pups-going.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-drinks-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-ads-melt.md

This file was deleted.

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

## 1.1.25

### Patch Changes

- d953df39: fix: custom messages on convert page dropdown
- ae74555b: chore: fix asset icon styles
- c426bb82: SOV-4493: Show ecosystem statistics only in BTC and USD
- d3d711eb: SOV-4532: add PUPS pools
- d5079dae: SOV-4462: D2 charts on Convert page
- a5b4f389: Make charts bigger on larger screens
- Updated dependencies [d3d711eb]
- @sovryn/contracts@1.2.4
- @sovryn/sdk@2.0.4

## 1.1.24

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

## 1.2.4

### Patch Changes

- d3d711eb: SOV-4532: add PUPS pools

## 1.2.3

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

## 2.0.4

### Patch Changes

- d3d711eb: SOV-4532: add PUPS pools
- Updated dependencies [d3d711eb]
- @sovryn/contracts@1.2.4

## 2.0.3

### 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": "2.0.3",
"version": "2.0.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 4566750

Please sign in to comment.