feat: run release (#4508)

This commit is contained in:
Chris Maree
2023-03-30 13:41:55 +02:00
committed by GitHub
parent e8be46136a
commit 0c6aef7b5e
32 changed files with 139 additions and 54 deletions
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.17.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.16.1...@uma/affiliates@1.17.0) (2023-03-30)
### Features
- add gas rebate script for UMA 2.0 ([#4496](https://github.com/UMAprotocol/protocol/issues/4496)) ([f53f5b7](https://github.com/UMAprotocol/protocol/commit/f53f5b768e153fca1028bf708aa86ebea5cdd2b4))
- refine packages in core ([#4482](https://github.com/UMAprotocol/protocol/issues/4482)) ([6596881](https://github.com/UMAprotocol/protocol/commit/6596881e8aea36e03461768200a84e101b047563))
## [1.16.1](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.16.0...@uma/affiliates@1.16.1) (2023-03-23)
**Note:** Version bump only for package @uma/affiliates
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "@uma/affiliates",
"version": "1.16.1",
"version": "1.17.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@uma/common": "^2.31.0",
"@uma/contracts-node": "^0.4.14",
"@uma/common": "^2.32.0",
"@uma/contracts-node": "^0.4.15",
"cli-progress": "^3.8.2",
"minimist": "^1.2.7",
"mkdirp": "^1.0.4",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.11.21](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.11.20...@uma/api@0.11.21) (2023-03-30)
**Note:** Version bump only for package @uma/api
## [0.11.20](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.11.19...@uma/api@0.11.20) (2023-03-23)
**Note:** Version bump only for package @uma/api
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@uma/api",
"version": "0.11.20",
"version": "0.11.21",
"author": "David Adams",
"license": "AGPL-3.0-or-later",
"main": "build/index.js",
@@ -19,8 +19,8 @@
"dependencies": {
"@google-cloud/datastore": "^7.0.0",
"@types/express": "^4.17.11",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/sdk": "^0.33.0",
"@uma/financial-templates-lib": "^2.32.10",
"@uma/sdk": "^0.34.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ethers": "^5.4.2",
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.32.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.31.0...@uma/common@2.32.0) (2023-03-30)
### Features
- refine packages in core ([#4482](https://github.com/UMAprotocol/protocol/issues/4482)) ([6596881](https://github.com/UMAprotocol/protocol/commit/6596881e8aea36e03461768200a84e101b047563))
# [2.31.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.30.1...@uma/common@2.31.0) (2023-02-28)
### Features
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@uma/common",
"version": "2.31.0",
"version": "2.32.0",
"description": "Common js utilities used by other UMA packages",
"homepage": "http://umaproject.org",
"license": "AGPL-3.0-or-later",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.27](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.3.26...@uma/contract-notifier@1.3.27) (2023-03-30)
**Note:** Version bump only for package @uma/contract-notifier
## [1.3.26](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.3.25...@uma/contract-notifier@1.3.26) (2023-03-23)
**Note:** Version bump only for package @uma/contract-notifier
+3 -3
View File
@@ -1,14 +1,14 @@
{
"name": "@uma/contract-notifier",
"version": "1.3.26",
"version": "1.3.27",
"description": "UMA Contract Notification Bot",
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"dependencies": {
"@google-cloud/datastore": "^7.0.0",
"@uma/common": "^2.31.0",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/financial-templates-lib": "^2.32.10",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0"
},
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.15](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.4.14...@uma/contracts-frontend@0.4.15) (2023-03-30)
**Note:** Version bump only for package @uma/contracts-frontend
## [0.4.14](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.4.13...@uma/contracts-frontend@0.4.14) (2023-03-23)
**Note:** Version bump only for package @uma/contracts-frontend
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@uma/contracts-frontend",
"version": "0.4.14",
"version": "0.4.15",
"description": "UMA smart contracts and unit tests",
"devDependencies": {
"@across-protocol/contracts": "^0.1.4",
@@ -8,8 +8,8 @@
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@uma/common": "^2.31.0",
"@uma/core": "^2.53.0",
"@uma/common": "^2.32.0",
"@uma/core": "^2.54.0",
"ethers": "^5.4.2"
},
"homepage": "https://umaproject.org",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.15](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-node@0.4.14...@uma/contracts-node@0.4.15) (2023-03-30)
**Note:** Version bump only for package @uma/contracts-node
## [0.4.14](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-node@0.4.13...@uma/contracts-node@0.4.14) (2023-03-23)
**Note:** Version bump only for package @uma/contracts-node
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@uma/contracts-node",
"version": "0.4.14",
"version": "0.4.15",
"description": "UMA smart contracts and unit tests",
"devDependencies": {
"@across-protocol/contracts": "^0.1.4",
@@ -8,8 +8,8 @@
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@uma/common": "^2.31.0",
"@uma/core": "^2.53.0",
"@uma/common": "^2.32.0",
"@uma/core": "^2.54.0",
"ethers": "^5.4.2"
},
"homepage": "https://umaproject.org",
+10
View File
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.54.0](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.53.0...@uma/core@2.54.0) (2023-03-30)
### Features
- **core:** add optimistic governor mastercopy deployments ([#4497](https://github.com/UMAprotocol/protocol/issues/4497)) ([dde212d](https://github.com/UMAprotocol/protocol/commit/dde212da74e309ebb70e65fed09bd46c0c5039d2))
- **core:** helper contract for snapshot ([#4502](https://github.com/UMAprotocol/protocol/issues/4502)) ([fd4777b](https://github.com/UMAprotocol/protocol/commit/fd4777bd62bc8815ae6070cc0517d208c70dde89))
- **core:** optimistic governor mastercopy on avalanche ([#4507](https://github.com/UMAprotocol/protocol/issues/4507)) ([0464fca](https://github.com/UMAprotocol/protocol/commit/0464fca264d7261ca70e92da2814f778b49b64df))
- **core:** optimistic oracle v3 deployments on multisig relay chains ([#4500](https://github.com/UMAprotocol/protocol/issues/4500)) ([b4f100e](https://github.com/UMAprotocol/protocol/commit/b4f100ee8676c8148241ac8a08e9a18418817823))
- refine packages in core ([#4482](https://github.com/UMAprotocol/protocol/issues/4482)) ([6596881](https://github.com/UMAprotocol/protocol/commit/6596881e8aea36e03461768200a84e101b047563))
# [2.53.0](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.52.0...@uma/core@2.53.0) (2023-03-23)
### Bug Fixes
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "@uma/core",
"version": "2.53.0",
"version": "2.54.0",
"description": "UMA smart contracts and unit tests",
"dependencies": {
"@gnosis.pm/safe-contracts": "^1.3.0",
"@gnosis.pm/zodiac": "3.2.0",
"@maticnetwork/fx-portal": "^1.0.4",
"@openzeppelin/contracts": "4.4.2",
"@uma/common": "^2.31.0",
"@uma/common": "^2.32.0",
"@uma/merkle-distributor": "^1.3.38",
"@uniswap/lib": "4.0.1-alpha",
"@uniswap/v2-core": "1.0.0",
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.32.10](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.32.9...@uma/financial-templates-lib@2.32.10) (2023-03-30)
**Note:** Version bump only for package @uma/financial-templates-lib
## [2.32.9](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.32.8...@uma/financial-templates-lib@2.32.9) (2023-03-23)
**Note:** Version bump only for package @uma/financial-templates-lib
@@ -1,15 +1,15 @@
{
"name": "@uma/financial-templates-lib",
"version": "2.32.9",
"version": "2.32.10",
"description": "Arbitrage automation and libraries for UMA financial templates",
"dependencies": {
"@ethersproject/bignumber": "^5.4.2",
"@google-cloud/logging-winston": "^4.1.1",
"@google-cloud/trace-agent": "^5.1.6",
"@pagerduty/pdjs": "^2.2.4",
"@uma/common": "^2.31.0",
"@uma/contracts-node": "^0.4.14",
"@uma/sdk": "^0.33.0",
"@uma/common": "^2.32.0",
"@uma/contracts-node": "^0.4.15",
"@uma/sdk": "^0.34.0",
"@uniswap/sdk": "^2.0.5",
"bluebird": "^3.7.2",
"bn.js": "^4.11.9",
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.34](https://github.com/UMAprotocol/protocol/compare/@uma/fx-tunnel-relayer@1.3.33...@uma/fx-tunnel-relayer@1.3.34) (2023-03-30)
**Note:** Version bump only for package @uma/fx-tunnel-relayer
## [1.3.33](https://github.com/UMAprotocol/protocol/compare/@uma/fx-tunnel-relayer@1.3.32...@uma/fx-tunnel-relayer@1.3.33) (2023-03-23)
**Note:** Version bump only for package @uma/fx-tunnel-relayer
+4 -4
View File
@@ -1,13 +1,13 @@
{
"name": "@uma/fx-tunnel-relayer",
"version": "1.3.33",
"version": "1.3.34",
"description": "Relayer bot to support UMA's Polygon-Ethereum oracle bridge",
"dependencies": {
"@maticnetwork/maticjs": "^3.2.0",
"@maticnetwork/maticjs-web3": "^1.0.0",
"@uma/common": "^2.31.0",
"@uma/contracts-node": "^0.4.14",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/contracts-node": "^0.4.15",
"@uma/financial-templates-lib": "^2.32.10",
"async-retry": "^1.3.1",
"dotenv": "^8.2.0"
},
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.2](https://github.com/UMAprotocol/protocol/compare/monitor-v2@1.1.1...monitor-v2@1.1.2) (2023-03-30)
**Note:** Version bump only for package monitor-v2
## [1.1.1](https://github.com/UMAprotocol/protocol/compare/monitor-v2@1.1.0...monitor-v2@1.1.1) (2023-03-23)
### Bug Fixes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "monitor-v2",
"version": "1.1.1",
"version": "1.1.2",
"description": "Set of monitor and health check runners for oracle system",
"author": "UMA Team",
"license": "AGPL-3.0-only",
@@ -11,9 +11,9 @@
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.4.0",
"@uma/common": "^2.31.0",
"@uma/contracts-node": "^0.4.14",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/contracts-node": "^0.4.15",
"@uma/financial-templates-lib": "^2.32.10",
"ethers": "^5.4.2"
},
"devDependencies": {
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.14.15](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.14.14...@uma/monitors@2.14.15) (2023-03-30)
**Note:** Version bump only for package @uma/monitors
## [2.14.14](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.14.13...@uma/monitors@2.14.14) (2023-03-23)
**Note:** Version bump only for package @uma/monitors
+5 -5
View File
@@ -1,16 +1,16 @@
{
"name": "@uma/monitors",
"version": "2.14.14",
"version": "2.14.15",
"description": "UMA Monitors",
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"dependencies": {
"@uma/common": "^2.31.0",
"@uma/contracts-node": "^0.4.14",
"@uma/common": "^2.32.0",
"@uma/contracts-node": "^0.4.15",
"@uma/contracts-node-0-1-0": "npm:@uma/contracts-node@0.1.0",
"@uma/core": "^2.53.0",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/core": "^2.54.0",
"@uma/financial-templates-lib": "^2.32.10",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0"
},
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.15.5](https://github.com/UMAprotocol/protocol/compare/@uma/optimistic-oracle@2.15.4...@uma/optimistic-oracle@2.15.5) (2023-03-30)
**Note:** Version bump only for package @uma/optimistic-oracle
## [2.15.4](https://github.com/UMAprotocol/protocol/compare/@uma/optimistic-oracle@2.15.3...@uma/optimistic-oracle@2.15.4) (2023-03-23)
**Note:** Version bump only for package @uma/optimistic-oracle
+4 -4
View File
@@ -1,11 +1,11 @@
{
"name": "@uma/optimistic-oracle",
"version": "2.15.4",
"version": "2.15.5",
"description": "UMA Optimistic Oracle Keeper",
"dependencies": {
"@uma/common": "^2.31.0",
"@uma/contracts-node": "^0.4.14",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/contracts-node": "^0.4.15",
"@uma/financial-templates-lib": "^2.32.10",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0"
},
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.3.27](https://github.com/UMAprotocol/protocol/compare/@uma/polymarket-notifier@1.3.26...@uma/polymarket-notifier@1.3.27) (2023-03-30)
### Bug Fixes
- polymarket notifier ([#4504](https://github.com/UMAprotocol/protocol/issues/4504)) ([b370031](https://github.com/UMAprotocol/protocol/commit/b370031af416b5c56342c78e5ca5b40bce9ba6c3))
- resolution contract polymarket notifier ([#4505](https://github.com/UMAprotocol/protocol/issues/4505)) ([f0768ab](https://github.com/UMAprotocol/protocol/commit/f0768ab5fbdf647e0812e4576d32c0a4ee94f4c9))
## [1.3.26](https://github.com/UMAprotocol/protocol/compare/@uma/polymarket-notifier@1.3.25...@uma/polymarket-notifier@1.3.26) (2023-03-23)
**Note:** Version bump only for package @uma/polymarket-notifier
+3 -3
View File
@@ -1,14 +1,14 @@
{
"name": "@uma/polymarket-notifier",
"version": "1.3.26",
"version": "1.3.27",
"description": "Polymarket Notification Bot",
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"dependencies": {
"@google-cloud/datastore": "^7.0.0",
"@uma/common": "^2.31.0",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/financial-templates-lib": "^2.32.10",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0",
"graphql": "^16.6.0",
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.26.0](https://github.com/UMAprotocol/protocol/compare/@uma/scripts@1.25.1...@uma/scripts@1.26.0) (2023-03-30)
### Features
- refine packages in core ([#4482](https://github.com/UMAprotocol/protocol/issues/4482)) ([6596881](https://github.com/UMAprotocol/protocol/commit/6596881e8aea36e03461768200a84e101b047563))
- **scripts:** admin child registration safe payload ([#4503](https://github.com/UMAprotocol/protocol/issues/4503)) ([25de660](https://github.com/UMAprotocol/protocol/commit/25de6606fd81f2f79b423989a296da3e0316d708))
## [1.25.1](https://github.com/UMAprotocol/protocol/compare/@uma/scripts@1.25.0...@uma/scripts@1.25.1) (2023-03-23)
**Note:** Version bump only for package @uma/scripts
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "@uma/scripts",
"version": "1.25.1",
"version": "1.26.0",
"description": "UMA Core Peripheral Scripts",
"dependencies": {
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/units": "^5.0.3",
"@google-cloud/bigquery": "^5.3.0",
"@uma/common": "^2.31.0",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/financial-templates-lib": "^2.32.10",
"dotenv": "^6.2.0",
"ethers": "^5.4.2",
"hardhat": "^2.12.6",
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.34.0](https://github.com/UMAprotocol/protocol/compare/@uma/sdk@0.33.0...@uma/sdk@0.34.0) (2023-03-30)
### Features
- refine packages in core ([#4482](https://github.com/UMAprotocol/protocol/issues/4482)) ([6596881](https://github.com/UMAprotocol/protocol/commit/6596881e8aea36e03461768200a84e101b047563))
# [0.33.0](https://github.com/UMAprotocol/protocol/compare/@uma/sdk@0.32.8...@uma/sdk@0.33.0) (2023-03-23)
### Features
+5 -5
View File
@@ -1,5 +1,5 @@
{
"version": "0.33.0",
"version": "0.34.0",
"license": "MIT",
"name": "@uma/sdk",
"author": "David Adams",
@@ -35,20 +35,20 @@
}
],
"dependencies": {
"@eth-optimism/core-utils": "^0.7.7",
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@google-cloud/datastore": "^7.0.0",
"@types/lodash-es": "^4.17.5",
"@uma/contracts-frontend": "^0.4.14",
"@uma/contracts-node": "^0.4.14",
"@uma/contracts-frontend": "^0.4.15",
"@uma/contracts-node": "^0.4.15",
"axios": "^0.24.0",
"bluebird": "^3.7.2",
"bn.js": "^4.11.9",
"decimal.js": "^10.3.1",
"highland": "^2.13.5",
"immer": "^9.0.7",
"lodash-es": "^4.17.21",
"@eth-optimism/core-utils": "^0.7.7"
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@eth-optimism/contracts": "^0.5.40",
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.15.0](https://github.com/UMAprotocol/protocol/compare/@uma/serverless-orchestration@2.14.9...@uma/serverless-orchestration@2.15.0) (2023-03-30)
### Features
- refine packages in core ([#4482](https://github.com/UMAprotocol/protocol/issues/4482)) ([6596881](https://github.com/UMAprotocol/protocol/commit/6596881e8aea36e03461768200a84e101b047563))
## [2.14.9](https://github.com/UMAprotocol/protocol/compare/@uma/serverless-orchestration@2.14.8...@uma/serverless-orchestration@2.14.9) (2023-03-23)
**Note:** Version bump only for package @uma/serverless-orchestration
@@ -1,17 +1,17 @@
{
"name": "@uma/serverless-orchestration",
"version": "2.14.9",
"version": "2.15.0",
"description": "Serverless orchestration scripts to run a parallel instances of scripts or bots",
"dependencies": {
"@uma/common": "^2.31.0",
"@uma/financial-templates-lib": "^2.32.9",
"@uma/common": "^2.32.0",
"@uma/financial-templates-lib": "^2.32.10",
"web3": "^1.6.0"
},
"devDependencies": {
"@awaitjs/express": "^0.3.0",
"@google-cloud/datastore": "^7.0.0",
"@google-cloud/storage": "^6.4.2",
"@uma/core": "^2.53.0",
"@uma/core": "^2.54.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"ethereumjs-wallet": "^1.0.0",