Skip to content

Commit 23f1f6d

Browse files
authoredAug 27, 2024··
Version Packages (#992)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f8c2f1e commit 23f1f6d

File tree

8 files changed

+29
-13
lines changed

8 files changed

+29
-13
lines changed
 

‎.changeset/short-scissors-sin.md

-5
This file was deleted.

‎.changeset/silver-hornets-remember.md

-5
This file was deleted.

‎packages/contracts/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- f8c2f1e4: Update BOB Testnet addresses
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ee1cbe42]
12+
- @sovryn/ethers-provider@1.0.3
13+
314
## 1.1.8
415

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

‎packages/ethers-provider/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- ee1cbe42: SOV-4370: Update BOB Testnet chain id
8+
39
## 1.0.2
410

511
### Patch Changes

‎packages/ethers-provider/package.json

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

‎packages/sdk/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f8c2f1e4]
8+
- Updated dependencies [ee1cbe42]
9+
- @sovryn/contracts@1.2.0
10+
- @sovryn/ethers-provider@1.0.3
11+
312
## 1.0.10
413

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

0 commit comments

Comments
 (0)
Please sign in to comment.