Skip to content

Commit

Permalink
feat: release (#4724)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
  • Loading branch information
Reinis-FRP authored Mar 7, 2024
1 parent e2224e9 commit 1ce0ec6
Show file tree
Hide file tree
Showing 34 changed files with 182 additions and 58 deletions.
8 changes: 8 additions & 0 deletions packages/affiliates/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.

# [1.23.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.22.0...@uma/affiliates@1.23.0) (2024-03-07)

### Features

- add gas rebates nov 23 ([#4672](https://github.com/UMAprotocol/protocol/issues/4672)) ([6f11973](https://github.com/UMAprotocol/protocol/commit/6f11973d2ecbe2975ca65cd0d4c2a6120ed4b148))
- gas rebates december 2023 ([#4681](https://github.com/UMAprotocol/protocol/issues/4681)) ([8319462](https://github.com/UMAprotocol/protocol/commit/83194626fa1b1477a267d4a1c87ed377e76323b2))
- gas rebates february 2024 ([#4715](https://github.com/UMAprotocol/protocol/issues/4715)) ([5f9505b](https://github.com/UMAprotocol/protocol/commit/5f9505b7638076abd8aedb3506623d9c7fa01c91))

# [1.22.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.21.0...@uma/affiliates@1.22.0) (2023-11-13)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/affiliates/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@uma/affiliates",
"version": "1.22.0",
"version": "1.23.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@uma/common": "^2.34.1",
"@uma/contracts-node": "^0.4.19",
"@uma/common": "^2.35.0",
"@uma/contracts-node": "^0.4.20",
"cli-progress": "^3.8.2",
"minimist": "^1.2.7",
"mkdirp": "^1.0.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/api/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.

# [0.13.0](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.12.0...@uma/api@0.13.0) (2024-03-07)

### Features

- **api:** api simulates osnap execution ([#4689](https://github.com/UMAprotocol/protocol/issues/4689)) ([8479f5d](https://github.com/UMAprotocol/protocol/commit/8479f5d534369db03f25b3d1e9fb37aa71407f19))
- add tenderly types and api call ([#4684](https://github.com/UMAprotocol/protocol/issues/4684)) ([9d23652](https://github.com/UMAprotocol/protocol/commit/9d236526a8e582fd12802030f0500cdd36bf628b))
- **api:** add boilerplate for osnap tenderly sim ([#4680](https://github.com/UMAprotocol/protocol/issues/4680)) ([e8a1911](https://github.com/UMAprotocol/protocol/commit/e8a19110a83703070b10a021c46da0bf355f826d))

# [0.12.0](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.11.25...@uma/api@0.12.0) (2023-11-13)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/api",
"version": "0.12.0",
"version": "0.13.0",
"author": "David Adams",
"license": "AGPL-3.0-or-later",
"main": "build/index.js",
Expand All @@ -19,9 +19,9 @@
"@google-cloud/datastore": "^8.2.1",
"@snapshot-labs/snapshot.js": "^0.9.9",
"@types/express": "^4.17.11",
"@uma/common": "^2.34.1",
"@uma/financial-templates-lib": "^2.35.0",
"@uma/sdk": "^0.34.4",
"@uma/common": "^2.35.0",
"@uma/financial-templates-lib": "^2.35.1",
"@uma/sdk": "^0.34.5",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"ethers": "^5.4.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.34.1...@uma/common@2.35.0) (2024-03-07)

### Bug Fixes

- tenderly simulation response interface ([#4674](https://github.com/UMAprotocol/protocol/issues/4674)) ([f7805af](https://github.com/UMAprotocol/protocol/commit/f7805aff7cb08b300d0672ea341a87bc503674b5))

### Features

- add tenderly fork management ([#4673](https://github.com/UMAprotocol/protocol/issues/4673)) ([f89720f](https://github.com/UMAprotocol/protocol/commit/f89720f02ea75e3666473e163d7ec920b19492b1))
- core deployment tasks ([#4695](https://github.com/UMAprotocol/protocol/issues/4695)) ([66be280](https://github.com/UMAprotocol/protocol/commit/66be280155423442388ebf28e2d1b706a6f57a17))
- deploy to Blast Sepolia ([#4698](https://github.com/UMAprotocol/protocol/issues/4698)) ([eabea44](https://github.com/UMAprotocol/protocol/commit/eabea447ac1b7da4dced8c122f909dc0df82ff74))
- sepolia deployments ([#4717](https://github.com/UMAprotocol/protocol/issues/4717)) ([f3f5f16](https://github.com/UMAprotocol/protocol/commit/f3f5f1689e4f07c15bc12033ada7cb5dcfcbbbdf))
- **common:** state override support in tenderly simulation ([#4688](https://github.com/UMAprotocol/protocol/issues/4688)) ([d14cd17](https://github.com/UMAprotocol/protocol/commit/d14cd17f16087a69cf829d2a6744ac2618197017))
- generic balance monitor ([#4670](https://github.com/UMAprotocol/protocol/issues/4670)) ([1496075](https://github.com/UMAprotocol/protocol/commit/1496075c840b18690c6c9bd409d168f62ff09a2e))

## [2.34.1](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.34.0...@uma/common@2.34.1) (2023-11-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/common",
"version": "2.34.1",
"version": "2.35.0",
"description": "Common js utilities used by other UMA packages",
"homepage": "http://umaproject.org",
"license": "AGPL-3.0-or-later",
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.3.33](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.3.32...@uma/contract-notifier@1.3.33) (2024-03-07)

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

## [1.3.32](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.3.31...@uma/contract-notifier@1.3.32) (2023-11-13)

**Note:** Version bump only for package @uma/contract-notifier
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-notifier/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@uma/contract-notifier",
"version": "1.3.32",
"version": "1.3.33",
"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.34.1",
"@uma/financial-templates-lib": "^2.35.0",
"@uma/common": "^2.35.0",
"@uma/financial-templates-lib": "^2.35.1",
"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.4.20](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.4.19...@uma/contracts-frontend@0.4.20) (2024-03-07)

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

## [0.4.19](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.4.18...@uma/contracts-frontend@0.4.19) (2023-11-13)

**Note:** Version bump only for package @uma/contracts-frontend
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@uma/contracts-frontend",
"version": "0.4.19",
"version": "0.4.20",
"description": "UMA smart contracts and unit tests",
"devDependencies": {
"@across-protocol/contracts": "^0.1.4",
"@ethersproject/abi": "^5.4.0",
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@uma/common": "^2.34.1",
"@uma/core": "^2.56.2",
"@uma/common": "^2.35.0",
"@uma/core": "^2.57.0",
"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.4.20](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-node@0.4.19...@uma/contracts-node@0.4.20) (2024-03-07)

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

## [0.4.19](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-node@0.4.18...@uma/contracts-node@0.4.19) (2023-11-13)

**Note:** Version bump only for package @uma/contracts-node
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts-node/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@uma/contracts-node",
"version": "0.4.19",
"version": "0.4.20",
"description": "UMA smart contracts and unit tests",
"devDependencies": {
"@across-protocol/contracts": "^0.1.4",
"@ethersproject/abi": "^5.4.0",
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/contracts": "^5.4.0",
"@ethersproject/providers": "^5.4.2",
"@uma/common": "^2.34.1",
"@uma/core": "^2.56.2",
"@uma/common": "^2.35.0",
"@uma/core": "^2.57.0",
"ethers": "^5.4.2"
},
"homepage": "https://umaproject.org",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.57.0](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.56.2...@uma/core@2.57.0) (2024-03-07)

### Bug Fixes

- add core network gas estimation settings ([#4696](https://github.com/UMAprotocol/protocol/issues/4696)) ([3b0f46e](https://github.com/UMAprotocol/protocol/commit/3b0f46e13f1415cb4c66c7ecfb27d5abc5d142f0))
- fix foundry scripts in ci ([#4679](https://github.com/UMAprotocol/protocol/issues/4679)) ([ad06938](https://github.com/UMAprotocol/protocol/commit/ad06938135de61f0a3fa682a912f913c01c06167))

### Features

- add core network deployments ([#4702](https://github.com/UMAprotocol/protocol/issues/4702)) ([ef13bb4](https://github.com/UMAprotocol/protocol/commit/ef13bb4be3e0cadf826c7357d878a930b57ecc94))
- add core-testnet deployments ([#4701](https://github.com/UMAprotocol/protocol/issues/4701)) ([f93eaa6](https://github.com/UMAprotocol/protocol/commit/f93eaa6acfc4dbb9c3c5d4cf6bb3904ab98eb9ae))
- core deployment tasks ([#4695](https://github.com/UMAprotocol/protocol/issues/4695)) ([66be280](https://github.com/UMAprotocol/protocol/commit/66be280155423442388ebf28e2d1b706a6f57a17))
- deploy to Blast Sepolia ([#4698](https://github.com/UMAprotocol/protocol/issues/4698)) ([eabea44](https://github.com/UMAprotocol/protocol/commit/eabea447ac1b7da4dced8c122f909dc0df82ff74))
- old dvm contracts for sepolia ([#4722](https://github.com/UMAprotocol/protocol/issues/4722)) ([e2224e9](https://github.com/UMAprotocol/protocol/commit/e2224e92675092a2caf4838e89aed18bc5a5f249))
- Relax OOv3 Interfaces Solidity Version Requirement to ^0.8.16 ([#4711](https://github.com/UMAprotocol/protocol/issues/4711)) ([0eac91f](https://github.com/UMAprotocol/protocol/commit/0eac91f2b9867a8f88897a248f7ccec1a91a28e1))
- sepolia deployments ([#4717](https://github.com/UMAprotocol/protocol/issues/4717)) ([f3f5f16](https://github.com/UMAprotocol/protocol/commit/f3f5f1689e4f07c15bc12033ada7cb5dcfcbbbdf))

## [2.56.2](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.56.1...@uma/core@2.56.2) (2023-11-13)

**Note:** Version bump only for package @uma/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uma/core",
"version": "2.56.2",
"version": "2.57.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.9.6",
"@uma/common": "^2.34.1",
"@uma/common": "^2.35.0",
"@uma/merkle-distributor": "^1.3.38",
"@uniswap/lib": "4.0.1-alpha",
"@uniswap/v2-core": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/financial-templates-lib/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.35.1](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.35.0...@uma/financial-templates-lib@2.35.1) (2024-03-07)

### Bug Fixes

- add core network gas estimation settings ([#4696](https://github.com/UMAprotocol/protocol/issues/4696)) ([3b0f46e](https://github.com/UMAprotocol/protocol/commit/3b0f46e13f1415cb4c66c7ecfb27d5abc5d142f0))
- maxFeePerGas cannot be less than maxPriorityFeePerGas ([#4667](https://github.com/UMAprotocol/protocol/issues/4667)) ([d459c84](https://github.com/UMAprotocol/protocol/commit/d459c8423349a4409d48637c8aa5625e6729a25f))

# [2.35.0](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.34.1...@uma/financial-templates-lib@2.35.0) (2023-11-13)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/financial-templates-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@uma/financial-templates-lib",
"version": "2.35.0",
"version": "2.35.1",
"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.34.1",
"@uma/contracts-node": "^0.4.19",
"@uma/common": "^2.35.0",
"@uma/contracts-node": "^0.4.20",
"@uma/logger": "^1.1.0",
"@uma/sdk": "^0.34.4",
"@uma/sdk": "^0.34.5",
"@uniswap/sdk": "^2.0.5",
"bluebird": "^3.7.2",
"bn.js": "^4.11.9",
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.40](https://github.com/UMAprotocol/protocol/compare/@uma/fx-tunnel-relayer@1.3.39...@uma/fx-tunnel-relayer@1.3.40) (2024-03-07)

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

## [1.3.39](https://github.com/UMAprotocol/protocol/compare/@uma/fx-tunnel-relayer@1.3.38...@uma/fx-tunnel-relayer@1.3.39) (2023-11-13)

**Note:** Version bump only for package @uma/fx-tunnel-relayer
Expand Down
8 changes: 4 additions & 4 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.39",
"version": "1.3.40",
"description": "Relayer bot to support UMA's Polygon-Ethereum oracle bridge",
"dependencies": {
"@maticnetwork/maticjs": "^3.6.6",
"@maticnetwork/maticjs-web3": "^1.0.4",
"@uma/common": "^2.34.1",
"@uma/contracts-node": "^0.4.19",
"@uma/financial-templates-lib": "^2.35.0",
"@uma/common": "^2.35.0",
"@uma/contracts-node": "^0.4.20",
"@uma/financial-templates-lib": "^2.35.1",
"async-retry": "^1.3.1",
"dotenv": "^8.2.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/llm-bot/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.1.3](https://github.com/UMAprotocol/protocol/compare/@uma/llm-bot@1.1.2...@uma/llm-bot@1.1.3) (2024-03-07)

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

## [1.1.2](https://github.com/UMAprotocol/protocol/compare/@uma/llm-bot@1.1.1...@uma/llm-bot@1.1.2) (2023-11-13)

**Note:** Version bump only for package @uma/llm-bot
Expand Down
8 changes: 4 additions & 4 deletions packages/llm-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/llm-bot",
"version": "1.1.2",
"version": "1.1.3",
"description": "LLM bots for UMA",
"author": "UMA Team",
"license": "AGPL-3.0-only",
Expand All @@ -10,9 +10,9 @@
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.4.0",
"@uma/common": "^2.34.1",
"@uma/contracts-node": "^0.4.19",
"@uma/financial-templates-lib": "^2.35.0",
"@uma/common": "^2.35.0",
"@uma/contracts-node": "^0.4.20",
"@uma/financial-templates-lib": "^2.35.1",
"async-retry": "^1.3.3",
"ethers": "^5.4.2"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/monitor-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/UMAprotocol/protocol/compare/@uma/monitor-v2@1.5.1...@uma/monitor-v2@1.6.0) (2024-03-07)

### Bug Fixes

- oSnap automation polygon gas price estimation ([#4699](https://github.com/UMAprotocol/protocol/issues/4699)) ([0439ac4](https://github.com/UMAprotocol/protocol/commit/0439ac4dfeb26b48b51a48fc5c13ddba38c93f36))
- polymarket api resolvedBy can be null ([#4716](https://github.com/UMAprotocol/protocol/issues/4716)) ([62841b8](https://github.com/UMAprotocol/protocol/commit/62841b8c74e344013ed6a6159bf279d3bae72b35))
- remove vote periods from osnap ipfs verification ([#4704](https://github.com/UMAprotocol/protocol/issues/4704)) ([bc7aef9](https://github.com/UMAprotocol/protocol/commit/bc7aef9dc60190909036e1418647f429f3702096))

### Features

- add new polymarket adapter to notifier ([#4675](https://github.com/UMAprotocol/protocol/issues/4675)) ([fb3e604](https://github.com/UMAprotocol/protocol/commit/fb3e604cae657a9851f33016f90b1e1e8bb56f92))
- add polymarket api key to notifier ([#4690](https://github.com/UMAprotocol/protocol/issues/4690)) ([565f238](https://github.com/UMAprotocol/protocol/commit/565f23855b6af5461611e09a71a7cace02023e66))
- find markets ancillary data by adapter ([#4692](https://github.com/UMAprotocol/protocol/issues/4692)) ([1255d2c](https://github.com/UMAprotocol/protocol/commit/1255d2cd9967588f61ba7b48ef70c8ab5c96a81c))
- fix polymarket notifier ancillary data fetching ([#4693](https://github.com/UMAprotocol/protocol/issues/4693)) ([b7ab330](https://github.com/UMAprotocol/protocol/commit/b7ab330c786521c1569f89ce8f00674f35018f7b))
- generic balance monitor ([#4670](https://github.com/UMAprotocol/protocol/issues/4670)) ([1496075](https://github.com/UMAprotocol/protocol/commit/1496075c840b18690c6c9bd409d168f62ff09a2e))
- impose gas usage limit for automated osnap execution ([#4677](https://github.com/UMAprotocol/protocol/issues/4677)) ([d71f315](https://github.com/UMAprotocol/protocol/commit/d71f315f671fbf9ee0cad1cbad6ce569a29455b6))
- new snapshot proposal notifier ([#4671](https://github.com/UMAprotocol/protocol/issues/4671)) ([96cf5be](https://github.com/UMAprotocol/protocol/commit/96cf5be32a3f57ac761f004890dd3466c63e1fa5))
- polymarket event not found tracking ([#4691](https://github.com/UMAprotocol/protocol/issues/4691)) ([71da258](https://github.com/UMAprotocol/protocol/commit/71da2587b97bb5bf928019ac39a07bd13225fa22))
- skip disputes and execution for blacklisted assertions ([#4666](https://github.com/UMAprotocol/protocol/issues/4666)) ([ae65ded](https://github.com/UMAprotocol/protocol/commit/ae65deda00cbfbe466fe666c93ac236e8a552ee7))

## [1.5.1](https://github.com/UMAprotocol/protocol/compare/@uma/monitor-v2@1.5.0...@uma/monitor-v2@1.5.1) (2023-11-13)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/monitor-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uma/monitor-v2",
"version": "1.5.1",
"version": "1.6.0",
"description": "Set of monitor and health check runners for oracle system",
"author": "UMA Team",
"license": "AGPL-3.0-only",
Expand All @@ -12,10 +12,10 @@
"dependencies": {
"@ethersproject/abstract-provider": "^5.4.0",
"@gnosis.pm/zodiac": "^3.3.2",
"@uma/common": "^2.34.1",
"@uma/contracts-node": "^0.4.19",
"@uma/financial-templates-lib": "^2.35.0",
"@uma/sdk": "^0.34.4",
"@uma/common": "^2.35.0",
"@uma/contracts-node": "^0.4.20",
"@uma/financial-templates-lib": "^2.35.1",
"@uma/sdk": "^0.34.5",
"async-retry": "^1.3.3",
"ethers": "^5.4.2",
"graphql-request": "^5.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/monitors/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.16.3](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.16.2...@uma/monitors@2.16.3) (2024-03-07)

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

## [2.16.2](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.16.1...@uma/monitors@2.16.2) (2023-11-13)

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

0 comments on commit 1ce0ec6

Please sign in to comment.