Skip to content

Commit

Permalink
Version Packages (#1008)
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 4, 2024
1 parent 9732913 commit 68c3367
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 33 deletions.
8 changes: 0 additions & 8 deletions .changeset/green-forks-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-fans-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-buses-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-candles-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-poems-happen.md

This file was deleted.

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

## 1.1.22

### Patch Changes

- ef2f1abe: SOV-4457: rebrand SAT token
- c20bcb3b: SOV-4443: rune pool page update
- b41a6af1: SOV-4461: Remove POWA page
- 88463a86: SOV-4444: Rune pools convert updates
- 97329130: SOV-4467: Spice Leaderboard adjustments for Season 3
- Updated dependencies [ef2f1abe]
- Updated dependencies [88463a86]
- @sovryn/contracts@1.2.1
- @sovryn/sdk@2.0.1
- @sovryn/ui@1.0.31

## 1.1.21

### 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.21",
"version": "1.1.22",
"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.1

### Patch Changes

- ef2f1abe: SOV-4457: rebrand SAT token

## 1.2.0

### Minor 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.0",
"version": "1.2.1",
"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.1

### Patch Changes

- ef2f1abe: SOV-4457: rebrand SAT token
- Updated dependencies [ef2f1abe]
- @sovryn/contracts@1.2.1

## 2.0.0

### 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.0",
"version": "2.0.1",
"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.31

### Patch Changes

- 88463a86: SOV-4444: Rune pools convert updates

## 1.0.30

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

0 comments on commit 68c3367

Please sign in to comment.