Skip to content

Commit

Permalink
Version Packages (#918)
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 May 22, 2024
1 parent 5fa0447 commit 3cf6063
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-turkeys-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-squids-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-buses-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-avocados-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-pets-sort.md

This file was deleted.

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

## 1.1.4

### Patch Changes

- 7b1a27d3: SOV-3982: Fix button location Rewards page
- b31fedd1: SOV-4166: Fix for TVL RSK label
- 865976cb: SOV-4161: Reset quote error
- Updated dependencies [5fa0447b]
- Updated dependencies [a53308e1]
- @sovryn/ui@1.0.26
- @sovryn/sdk@1.0.5

## 1.1.3

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

## 1.0.5

### Patch Changes

- a53308e1: fix: smart router lookup

## 1.0.4

### 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.4",
"version": "1.0.5",
"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.26

### Patch Changes

- 5fa0447b: SOV-3938: Fix tooltip positioning

## 1.0.25

### 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.25",
"version": "1.0.26",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/typings.d.ts",
Expand Down

0 comments on commit 3cf6063

Please sign in to comment.