Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #596 from keep-network/release-solidity/v1.3.0
Browse files Browse the repository at this point in the history
f9331e2 which is tagged as `solidity/v1.3.0`: 
- Bumps up version in `package.json` to `1.3.0`
- Sets `keep-core` dependency to `1.4.0`
- Sets `sortition-pools` dependency to `1.2.0-pre.3` as there is an independent workstream there for ETH-only staking and a part of `keep-ecdsa` codebase depends on it.

b5c8281 gets the version and dependencies back into development mode:
- Bumps up version in `package.json` to `1.4.0-pre.0`
- Sets `keep-core` dependency to `>1.5.0-pre <1.5.0-rc`
- Brings back `sortition-pools` dependency to `>1.2.0-pre <1.2.0-rc`
  • Loading branch information
nkuba authored Nov 5, 2020
2 parents f49a06b + b5c8281 commit 24d3618
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions solidity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/keep-ecdsa",
"version": "1.3.0-pre.0",
"version": "1.4.0-pre.0",
"description": "Smart contracts for ECDSA Keep",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/keep-network/keep-ecdsa",
"dependencies": {
"@keep-network/keep-core": ">1.3.1-pre <1.3.1-rc",
"@keep-network/keep-core": ">1.5.0-pre <1.5.0-rc",
"@keep-network/sortition-pools": ">1.2.0-pre <1.2.0-rc",
"@openzeppelin/upgrades": "^2.7.2",
"openzeppelin-solidity": "2.3.0"
Expand Down

0 comments on commit 24d3618

Please sign in to comment.