Skip to content

Commit 68c3367

Browse files
Version Packages (#1008)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9732913 commit 68c3367

13 files changed

+39
-33
lines changed

.changeset/green-forks-rule.md

-8
This file was deleted.

.changeset/honest-fans-fly.md

-5
This file was deleted.

.changeset/lovely-buses-greet.md

-5
This file was deleted.

.changeset/many-candles-confess.md

-6
This file was deleted.

.changeset/spotty-poems-happen.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.22
4+
5+
### Patch Changes
6+
7+
- ef2f1abe: SOV-4457: rebrand SAT token
8+
- c20bcb3b: SOV-4443: rune pool page update
9+
- b41a6af1: SOV-4461: Remove POWA page
10+
- 88463a86: SOV-4444: Rune pools convert updates
11+
- 97329130: SOV-4467: Spice Leaderboard adjustments for Season 3
12+
- Updated dependencies [ef2f1abe]
13+
- Updated dependencies [88463a86]
14+
- @sovryn/contracts@1.2.1
15+
- @sovryn/sdk@2.0.1
16+
- @sovryn/ui@1.0.31
17+
318
## 1.1.21
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.21",
3+
"version": "1.1.22",
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.2.1
4+
5+
### Patch Changes
6+
7+
- ef2f1abe: SOV-4457: rebrand SAT token
8+
39
## 1.2.0
410

511
### Minor 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.2.0",
3+
"version": "1.2.1",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",

packages/sdk/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sovryn/sdk
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- ef2f1abe: SOV-4457: rebrand SAT token
8+
- Updated dependencies [ef2f1abe]
9+
- @sovryn/contracts@1.2.1
10+
311
## 2.0.0
412

513
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sovryn/sdk",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
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.31
4+
5+
### Patch Changes
6+
7+
- 88463a86: SOV-4444: Rune pools convert updates
8+
39
## 1.0.30
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.30",
3+
"version": "1.0.31",
44
"main": "./dist/index.js",
55
"module": "./dist/index.esm.js",
66
"types": "./dist/typings.d.ts",

0 commit comments

Comments
 (0)