Skip to content

Commit bee2f15

Browse files
Version Packages (#1021)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 750f747 commit bee2f15

9 files changed

+28
-20
lines changed

.changeset/dirty-ligers-play.md

-5
This file was deleted.

.changeset/long-buckets-smash.md

-5
This file was deleted.

.changeset/twelve-stingrays-appear.md

-7
This file was deleted.

apps/frontend/CHANGELOG.md

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

3+
## 1.1.23
4+
5+
### Patch Changes
6+
7+
- eedbb292: SOV-4445: Add Runes page
8+
- 2028847d: SOV-4468: Show protocol data in BTC and USD only
9+
- 750f7473: SOV-4496: add new pools
10+
- Updated dependencies [750f7473]
11+
- @sovryn/contracts@1.2.2
12+
- @sovryn/sdk@2.0.2
13+
314
## 1.1.22
415

516
### 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.22",
3+
"version": "1.1.23",
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.2
4+
5+
### Patch Changes
6+
7+
- 750f7473: SOV-4496: add new pools
8+
39
## 1.2.1
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.2.1",
3+
"version": "1.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- 750f7473: SOV-4496: add new pools
8+
- Updated dependencies [750f7473]
9+
- @sovryn/contracts@1.2.2
10+
311
## 2.0.1
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.1",
3+
"version": "2.0.2",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)