Skip to content

Commit

Permalink
improve: release (UMAprotocol#3907)
Browse files Browse the repository at this point in the history
Signed-off-by: David <[email protected]>
  • Loading branch information
daywiss authored May 13, 2022
1 parent b0c3ad2 commit faa5493
Show file tree
Hide file tree
Showing 46 changed files with 177 additions and 66 deletions.
6 changes: 6 additions & 0 deletions packages/across-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.1.10](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

### Bug Fixes

- Paginate InsuredBridgeL1Client event search for select events ([#3902](https://github.com/UMAprotocol/protocol/issues/3902)) ([6fff88a](https://github.com/UMAprotocol/protocol/commit/6fff88a4be3bc9f55cca70b54f265435ef08a1cb))

## [1.1.9](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/across-monitor
Expand Down
6 changes: 3 additions & 3 deletions packages/across-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@uma/across-monitor",
"version": "1.1.9",
"version": "1.1.10",
"description": "Across monitor bot",
"dependencies": {
"@uma/common": "^2.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/contracts-node": "^0.3.6",
"@uma/financial-templates-lib": "^2.27.3",
"async-retry": "^1.3.1",
"dotenv": "^8.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/affiliates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.12.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

### Features

- Gas Rebate 20 ([#3899](https://github.com/UMAprotocol/protocol/issues/3899)) ([8bc357e](https://github.com/UMAprotocol/protocol/commit/8bc357e115ec046a086113c540f5014ae7321abe))

## [1.11.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/affiliates
Expand Down
6 changes: 3 additions & 3 deletions packages/affiliates/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uma/affiliates",
"version": "1.11.2",
"version": "1.12.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@google-cloud/bigquery": "^5.3.0",
"@uma/common": "^2.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/contracts-node": "^0.3.6",
"@uma/financial-templates-lib": "^2.27.3",
"@uniswap/v3-core": "1.0.0-rc.2",
"@uniswap/v3-periphery": "1.0.0-beta.23",
"cli-progress": "^3.8.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.10](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/api

## [0.10.9](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/api
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/api",
"version": "0.10.9",
"version": "0.10.10",
"author": "David Adams",
"license": "AGPL-3.0-or-later",
"main": "build/index.js",
Expand All @@ -19,8 +19,8 @@
"dependencies": {
"@google-cloud/datastore": "^6.6.0",
"@types/express": "^4.17.11",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/sdk": "^0.23.2",
"@uma/financial-templates-lib": "^2.27.3",
"@uma/sdk": "^0.23.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ethers": "^5.4.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/bot-strategy-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/bot-strategy-runner

## [1.3.9](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/bot-strategy-runner
Expand Down
12 changes: 6 additions & 6 deletions packages/bot-strategy-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@uma/bot-strategy-runner",
"version": "1.3.9",
"version": "1.3.10",
"description": "Scripts for running a set of UMA bots against an address whitelist",
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@uma/contracts-node": "^0.3.5",
"@uma/disputer": "^2.6.26",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/liquidator": "^2.6.26",
"@uma/monitors": "^2.11.6",
"@uma/contracts-node": "^0.3.6",
"@uma/disputer": "^2.6.27",
"@uma/financial-templates-lib": "^2.27.3",
"@uma/liquidator": "^2.6.27",
"@uma/monitors": "^2.11.7",
"bluebird": "^3.7.2",
"cli-progress": "^3.9.0",
"commander": "^7.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/contract-notifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.17](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/contract-notifier

## [1.0.16](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/contract-notifier
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uma/contract-notifier",
"version": "1.0.16",
"version": "1.0.17",
"description": "UMA Contract Notification Bot",
"homepage": "https://umaproject.org",
"license": "AGPL-3.0-or-later",
"main": "index.js",
"dependencies": {
"@uma/common": "^2.20.0",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/financial-templates-lib": "^2.27.3",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.6](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/contracts-frontend

## [0.3.5](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/contracts-frontend
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/contracts-frontend",
"version": "0.3.5",
"version": "0.3.6",
"description": "UMA smart contracts and unit tests",
"devDependencies": {
"@across-protocol/contracts": "^0.1.4",
Expand All @@ -9,7 +9,7 @@
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@uma/common": "^2.20.0",
"@uma/core": "^2.28.1",
"@uma/core": "^2.28.2",
"ethers": "^5.4.2"
},
"homepage": "https://umaproject.org",
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.6](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/contracts-node

## [0.3.5](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/contracts-node
Expand Down
4 changes: 2 additions & 2 deletions packages/contracts-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/contracts-node",
"version": "0.3.5",
"version": "0.3.6",
"description": "UMA smart contracts and unit tests",
"devDependencies": {
"@across-protocol/contracts": "^0.1.4",
Expand All @@ -9,7 +9,7 @@
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@uma/common": "^2.20.0",
"@uma/core": "^2.28.1",
"@uma/core": "^2.28.2",
"ethers": "^5.4.2"
},
"homepage": "https://umaproject.org",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.28.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

### Bug Fixes

- **core:** update MockOracle deployment address ([#3905](https://github.com/UMAprotocol/protocol/issues/3905)) ([80fc102](https://github.com/UMAprotocol/protocol/commit/80fc10212e518d42abe391dbc96fd72f270c32b5))
- add tests for v1 OptimisticOracle bot interactions ([#3897](https://github.com/UMAprotocol/protocol/issues/3897)) ([3aef7dd](https://github.com/UMAprotocol/protocol/commit/3aef7dd159138805e83c02e275999a95a416de8a))

## [2.28.1](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/core",
"version": "2.28.1",
"version": "2.28.2",
"description": "UMA smart contracts and unit tests",
"dependencies": {
"@gnosis.pm/safe-contracts": "^1.3.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/disputer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.27](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/disputer

## [2.6.26](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/disputer
Expand Down
8 changes: 4 additions & 4 deletions packages/disputer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uma/disputer",
"version": "2.6.26",
"version": "2.6.27",
"description": "UMA Disputer",
"dependencies": {
"@uma/common": "^2.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/contracts-node": "^0.3.6",
"@uma/contracts-node-0-1-0": "npm:@uma/[email protected]",
"@uma/core": "^2.28.1",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/core": "^2.28.2",
"@uma/financial-templates-lib": "^2.27.3",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/financial-templates-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.27.3](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

### Bug Fixes

- add tests for v1 OptimisticOracle bot interactions ([#3897](https://github.com/UMAprotocol/protocol/issues/3897)) ([3aef7dd](https://github.com/UMAprotocol/protocol/commit/3aef7dd159138805e83c02e275999a95a416de8a))
- Paginate InsuredBridgeL1Client event search for select events ([#3902](https://github.com/UMAprotocol/protocol/issues/3902)) ([6fff88a](https://github.com/UMAprotocol/protocol/commit/6fff88a4be3bc9f55cca70b54f265435ef08a1cb))
- split l1 block queries at specific block ([#3901](https://github.com/UMAprotocol/protocol/issues/3901)) ([18da1ad](https://github.com/UMAprotocol/protocol/commit/18da1ada8aa480b8042b1c9e11ba1d4ac54a1dca))

## [2.27.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/financial-templates-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@uma/financial-templates-lib",
"version": "2.27.2",
"version": "2.27.3",
"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",
"@uma/common": "^2.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/sdk": "^0.23.2",
"@uma/contracts-node": "^0.3.6",
"@uma/sdk": "^0.23.3",
"@uniswap/sdk": "^2.0.5",
"bluebird": "^3.7.2",
"bn.js": "^4.11.9",
Expand Down
4 changes: 4 additions & 0 deletions packages/funding-rate-proposer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.27](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/funding-rate-proposer

## [2.5.26](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/funding-rate-proposer
Expand Down
6 changes: 3 additions & 3 deletions packages/funding-rate-proposer/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@uma/funding-rate-proposer",
"version": "2.5.26",
"version": "2.5.27",
"description": "UMA Perpetual Funding Rate Keeper",
"dependencies": {
"@uma/common": "^2.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/contracts-node": "^0.3.6",
"@uma/financial-templates-lib": "^2.27.3",
"async-retry": "^1.3.1",
"dotenv": "^6.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/fx-tunnel-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/fx-tunnel-relayer

## [1.3.3](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/fx-tunnel-relayer
Expand Down
6 changes: 3 additions & 3 deletions packages/fx-tunnel-relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uma/fx-tunnel-relayer",
"version": "1.3.3",
"version": "1.3.4",
"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.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/contracts-node": "^0.3.6",
"@uma/financial-templates-lib": "^2.27.3",
"async-retry": "^1.3.1",
"dotenv": "^8.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/insured-bridge-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.17.4](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

### Bug Fixes

- Paginate InsuredBridgeL1Client event search for select events ([#3902](https://github.com/UMAprotocol/protocol/issues/3902)) ([6fff88a](https://github.com/UMAprotocol/protocol/commit/6fff88a4be3bc9f55cca70b54f265435ef08a1cb))

## [1.17.3](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/insured-bridge-relayer
Expand Down
8 changes: 4 additions & 4 deletions packages/insured-bridge-relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@uma/insured-bridge-relayer",
"version": "1.17.3",
"version": "1.17.4",
"description": "Relayer bot to support UMA's insured token bridge",
"dependencies": {
"@eth-optimism/contracts": "^0.5.7",
"@eth-optimism/message-relayer": "^0.2.10",
"@google-cloud/datastore": "^6.0.0",
"@uma/common": "^2.20.0",
"@uma/contracts-node": "^0.3.5",
"@uma/financial-templates-lib": "^2.27.2",
"@uma/sdk": "^0.23.2",
"@uma/contracts-node": "^0.3.6",
"@uma/financial-templates-lib": "^2.27.3",
"@uma/sdk": "^0.23.3",
"arb-ts": "^1.0.2",
"async-retry": "^1.3.1",
"dotenv": "^8.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/liquidator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.27](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-13)

**Note:** Version bump only for package @uma/liquidator

## [2.6.26](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-05-05)

**Note:** Version bump only for package @uma/liquidator
Expand Down
Loading

0 comments on commit faa5493

Please sign in to comment.