Skip to content

Commit cbe838f

Browse files
Version Packages (#911)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e334804 commit cbe838f

14 files changed

+30
-43
lines changed

.changeset/eleven-mangos-suffer.md

-5
This file was deleted.

.changeset/fair-goats-glow.md

-5
This file was deleted.

.changeset/nervous-mails-punch.md

-5
This file was deleted.

.changeset/quiet-spiders-dress.md

-5
This file was deleted.

.changeset/smooth-fans-divide.md

-5
This file was deleted.

.changeset/sweet-stingrays-share.md

-5
This file was deleted.

.changeset/tasty-radios-retire.md

-5
This file was deleted.

.changeset/thirty-deers-wait.md

-5
This file was deleted.

apps/frontend/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# frontend
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 44807e74: SOV-3813: Fix rounding issue on the dashboard
8+
- 6797b953: SOV-4139: BoB Spice leaderboard
9+
- cf0db3ba: SOV-4079: Fix staking extend timestamp
10+
- 5af37b02: SOV-3959: TEMP patch to prevent future LM "dead vestings"
11+
- e3348041: General POWA & Spice updates
12+
- 6797b953: Fix claim page date
13+
- Updated dependencies [e3348041]
14+
- Updated dependencies [05ffbb51]
15+
- @sovryn/contracts@1.1.3
16+
- @sovryn/ui@1.0.25
17+
318
## 1.1.2
419

520
### 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.2",
3+
"version": "1.1.3",
44
"homepage": ".",
55
"private": true,
66
"dependencies": {

packages/contracts/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- e3348041: Add StakingRewardsOS contract on BOB
8+
39
## 1.1.2
410

511
### Patch Changes

packages/contracts/package.json

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

packages/ui/CHANGELOG.md

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

3+
## 1.0.25
4+
5+
### Patch Changes
6+
7+
- 05ffbb51: SOV-4157: Fix maximum value in AmountInput
8+
39
## 1.0.24
410

511
### Patch Changes

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sovryn/ui",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"main": "./dist/index.js",
55
"module": "./dist/index.esm.js",
66
"types": "./dist/typings.d.ts",

0 commit comments

Comments
 (0)