Skip to content

Commit 5fb24a8

Browse files
authored
Merge pull request #1727 from sphinx-labs/changeset-release/main
Version Packages
2 parents 85f03d7 + a688b4e commit 5fb24a8

File tree

13 files changed

+69
-77
lines changed

13 files changed

+69
-77
lines changed

.changeset/thick-walls-bow.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/contracts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sphinx-labs/contracts
22

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- ee6eeed: Opensource platform
8+
39
## 0.22.0
410

511
### Minor Changes

packages/contracts/contracts/foundry/SphinxConstants.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity >=0.6.2 <0.9.0;
44
import { NetworkInfo, NetworkType } from "./SphinxPluginTypes.sol";
55

66
contract SphinxConstants {
7-
string public constant sphinxLibraryVersion = 'v0.22.0';
7+
string public constant sphinxLibraryVersion = 'v0.23.0';
88
address public constant compatibilityFallbackHandlerAddress = 0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4;
99
address public constant multiSendAddress = 0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761;
1010
address public constant createCallAddress = 0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4;

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphinx-labs/contracts",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Sphinx contracts",
55
"main": "dist/index",
66
"types": "dist/index",

packages/contracts/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CONTRACTS_LIBRARY_VERSION = 'v0.22.0'
1+
export const CONTRACTS_LIBRARY_VERSION = 'v0.23.0'

packages/contracts/test/SphinxInitCode.sol

Lines changed: 18 additions & 57 deletions
Large diffs are not rendered by default.

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @sphinx-labs/core
22

3+
## 0.26.0
4+
5+
### Minor Changes
6+
7+
- ee6eeed: Opensource platform
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [ee6eeed]
12+
- @sphinx-labs/contracts@0.23.0
13+
314
## 0.25.2
415

516
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sphinx-labs/core",
3-
"version": "0.25.2",
3+
"version": "0.26.0",
44
"description": "Sphinx core library",
55
"main": "dist/index",
66
"types": "dist/index",
@@ -38,7 +38,7 @@
3838
"@nomicfoundation/hardhat-verify": "^2.0.2",
3939
"@openzeppelin/hardhat-upgrades": "^1.22.1",
4040
"@openzeppelin/merkle-tree": "1.0.5",
41-
"@sphinx-labs/contracts": "^0.22.0",
41+
"@sphinx-labs/contracts": "^0.23.0",
4242
"axios": "^1.4.0",
4343
"chalk": "^4.1.2",
4444
"core-js": "^3.27.1",

packages/demo/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @sphinx-labs/demo
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ee6eeed]
8+
- @sphinx-labs/contracts@0.23.0
9+
- @sphinx-labs/plugins@0.33.0
10+
- @sphinx-labs/core@0.26.0
11+
312
## 0.13.0
413

514
### Minor Changes

packages/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@sphinx-labs/demo",
4-
"version": "0.13.0",
4+
"version": "0.13.1",
55
"description": "Sphinx demo",
66
"main": "dist/index",
77
"types": "dist/index",
@@ -42,9 +42,9 @@
4242
"p-limit": "^3.1.0"
4343
},
4444
"dependencies": {
45-
"@sphinx-labs/contracts": "^0.22.0",
46-
"@sphinx-labs/core": "^0.25.0",
47-
"@sphinx-labs/plugins": "^0.32.0",
45+
"@sphinx-labs/contracts": "^0.23.0",
46+
"@sphinx-labs/core": "^0.26.0",
47+
"@sphinx-labs/plugins": "^0.33.0",
4848
"@types/node": "^18.0.0",
4949
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
5050
"ethers": "^6.7.0",

0 commit comments

Comments
 (0)