Skip to content

Commit

Permalink
Merge pull request #1535 from sphinx-labs/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
RPate97 authored Mar 7, 2024
2 parents a7b6d14 + 90195c6 commit fc82785
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/spotty-poems-smoke.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sphinx-labs/contracts

## 0.20.1

### Patch Changes

- fb439d6: Support installing Sphinx Library contracts via NPM

## 0.20.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/contracts/foundry/SphinxConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.6.2 <0.9.0;
import { NetworkInfo, NetworkType } from "./SphinxPluginTypes.sol";

contract SphinxConstants {
string public constant sphinxLibraryVersion = 'v0.20.0';
string public constant sphinxLibraryVersion = 'v0.20.1';
address public constant compatibilityFallbackHandlerAddress = 0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4;
address public constant multiSendAddress = 0xA238CBeb142c10Ef7Ad8442C6D1f9E89e07e7761;
address public constant createCallAddress = 0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4;
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": "@sphinx-labs/contracts",
"version": "0.20.0",
"version": "0.20.1",
"description": "Sphinx contracts",
"main": "dist/index",
"types": "dist/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CONTRACTS_LIBRARY_VERSION = 'v0.20.0'
export const CONTRACTS_LIBRARY_VERSION = 'v0.20.1'
8 changes: 8 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sphinx-labs/plugins

## 0.30.2

### Patch Changes

- fb439d6: Support installing Sphinx Library contracts via NPM
- Updated dependencies [fb439d6]
- @sphinx-labs/contracts@0.20.1

## 0.30.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sphinx-labs/plugins",
"version": "0.30.1",
"version": "0.30.2",
"description": "Sphinx plugins",
"main": "dist/index",
"types": "dist/index",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@openzeppelin/contracts": "^4.8.1",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@sphinx-labs/contracts": "^0.20.0",
"@sphinx-labs/contracts": "^0.20.1",
"@sphinx-labs/core": "^0.23.1",
"@swc/core": "1.3.75",
"chalk": "^4.1.2",
Expand Down

0 comments on commit fc82785

Please sign in to comment.