Skip to content

Commit 1ce0ec6

Browse files
authored
feat: release (#4724)
Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
1 parent e2224e9 commit 1ce0ec6

File tree

34 files changed

+182
-58
lines changed

34 files changed

+182
-58
lines changed

packages/affiliates/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.23.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.22.0...@uma/affiliates@1.23.0) (2024-03-07)
7+
8+
### Features
9+
10+
- add gas rebates nov 23 ([#4672](https://github.com/UMAprotocol/protocol/issues/4672)) ([6f11973](https://github.com/UMAprotocol/protocol/commit/6f11973d2ecbe2975ca65cd0d4c2a6120ed4b148))
11+
- gas rebates december 2023 ([#4681](https://github.com/UMAprotocol/protocol/issues/4681)) ([8319462](https://github.com/UMAprotocol/protocol/commit/83194626fa1b1477a267d4a1c87ed377e76323b2))
12+
- gas rebates february 2024 ([#4715](https://github.com/UMAprotocol/protocol/issues/4715)) ([5f9505b](https://github.com/UMAprotocol/protocol/commit/5f9505b7638076abd8aedb3506623d9c7fa01c91))
13+
614
# [1.22.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.21.0...@uma/affiliates@1.22.0) (2023-11-13)
715

816
### Features

packages/affiliates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@uma/affiliates",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@uma/common": "^2.34.1",
8-
"@uma/contracts-node": "^0.4.19",
7+
"@uma/common": "^2.35.0",
8+
"@uma/contracts-node": "^0.4.20",
99
"cli-progress": "^3.8.2",
1010
"minimist": "^1.2.7",
1111
"mkdirp": "^1.0.4",

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.13.0](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.12.0...@uma/api@0.13.0) (2024-03-07)
7+
8+
### Features
9+
10+
- **api:** api simulates osnap execution ([#4689](https://github.com/UMAprotocol/protocol/issues/4689)) ([8479f5d](https://github.com/UMAprotocol/protocol/commit/8479f5d534369db03f25b3d1e9fb37aa71407f19))
11+
- add tenderly types and api call ([#4684](https://github.com/UMAprotocol/protocol/issues/4684)) ([9d23652](https://github.com/UMAprotocol/protocol/commit/9d236526a8e582fd12802030f0500cdd36bf628b))
12+
- **api:** add boilerplate for osnap tenderly sim ([#4680](https://github.com/UMAprotocol/protocol/issues/4680)) ([e8a1911](https://github.com/UMAprotocol/protocol/commit/e8a19110a83703070b10a021c46da0bf355f826d))
13+
614
# [0.12.0](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.11.25...@uma/api@0.12.0) (2023-11-13)
715

816
### Features

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/api",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"author": "David Adams",
55
"license": "AGPL-3.0-or-later",
66
"main": "build/index.js",
@@ -19,9 +19,9 @@
1919
"@google-cloud/datastore": "^8.2.1",
2020
"@snapshot-labs/snapshot.js": "^0.9.9",
2121
"@types/express": "^4.17.11",
22-
"@uma/common": "^2.34.1",
23-
"@uma/financial-templates-lib": "^2.35.0",
24-
"@uma/sdk": "^0.34.4",
22+
"@uma/common": "^2.35.0",
23+
"@uma/financial-templates-lib": "^2.35.1",
24+
"@uma/sdk": "^0.34.5",
2525
"body-parser": "^1.19.0",
2626
"cors": "^2.8.5",
2727
"ethers": "^5.4.2",

packages/common/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.35.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.34.1...@uma/common@2.35.0) (2024-03-07)
7+
8+
### Bug Fixes
9+
10+
- tenderly simulation response interface ([#4674](https://github.com/UMAprotocol/protocol/issues/4674)) ([f7805af](https://github.com/UMAprotocol/protocol/commit/f7805aff7cb08b300d0672ea341a87bc503674b5))
11+
12+
### Features
13+
14+
- add tenderly fork management ([#4673](https://github.com/UMAprotocol/protocol/issues/4673)) ([f89720f](https://github.com/UMAprotocol/protocol/commit/f89720f02ea75e3666473e163d7ec920b19492b1))
15+
- core deployment tasks ([#4695](https://github.com/UMAprotocol/protocol/issues/4695)) ([66be280](https://github.com/UMAprotocol/protocol/commit/66be280155423442388ebf28e2d1b706a6f57a17))
16+
- deploy to Blast Sepolia ([#4698](https://github.com/UMAprotocol/protocol/issues/4698)) ([eabea44](https://github.com/UMAprotocol/protocol/commit/eabea447ac1b7da4dced8c122f909dc0df82ff74))
17+
- sepolia deployments ([#4717](https://github.com/UMAprotocol/protocol/issues/4717)) ([f3f5f16](https://github.com/UMAprotocol/protocol/commit/f3f5f1689e4f07c15bc12033ada7cb5dcfcbbbdf))
18+
- **common:** state override support in tenderly simulation ([#4688](https://github.com/UMAprotocol/protocol/issues/4688)) ([d14cd17](https://github.com/UMAprotocol/protocol/commit/d14cd17f16087a69cf829d2a6744ac2618197017))
19+
- generic balance monitor ([#4670](https://github.com/UMAprotocol/protocol/issues/4670)) ([1496075](https://github.com/UMAprotocol/protocol/commit/1496075c840b18690c6c9bd409d168f62ff09a2e))
20+
621
## [2.34.1](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.34.0...@uma/common@2.34.1) (2023-11-13)
722

823
### Bug Fixes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/common",
3-
"version": "2.34.1",
3+
"version": "2.35.0",
44
"description": "Common js utilities used by other UMA packages",
55
"homepage": "http://umaproject.org",
66
"license": "AGPL-3.0-or-later",

packages/contract-notifier/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.33](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.3.32...@uma/contract-notifier@1.3.33) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/contract-notifier
9+
610
## [1.3.32](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.3.31...@uma/contract-notifier@1.3.32) (2023-11-13)
711

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

packages/contract-notifier/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@uma/contract-notifier",
3-
"version": "1.3.32",
3+
"version": "1.3.33",
44
"description": "UMA Contract Notification Bot",
55
"homepage": "https://umaproject.org",
66
"license": "AGPL-3.0-or-later",
77
"main": "index.js",
88
"dependencies": {
99
"@google-cloud/datastore": "^7.0.0",
10-
"@uma/common": "^2.34.1",
11-
"@uma/financial-templates-lib": "^2.35.0",
10+
"@uma/common": "^2.35.0",
11+
"@uma/financial-templates-lib": "^2.35.1",
1212
"async-retry": "^1.3.1",
1313
"dotenv": "^6.2.0"
1414
},

packages/contracts-frontend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.20](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.4.19...@uma/contracts-frontend@0.4.20) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/contracts-frontend
9+
610
## [0.4.19](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.4.18...@uma/contracts-frontend@0.4.19) (2023-11-13)
711

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

packages/contracts-frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@uma/contracts-frontend",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"description": "UMA smart contracts and unit tests",
55
"devDependencies": {
66
"@across-protocol/contracts": "^0.1.4",
77
"@ethersproject/abi": "^5.4.0",
88
"@ethersproject/abstract-provider": "^5.4.0",
99
"@ethersproject/contracts": "^5.4.0",
1010
"@ethersproject/providers": "^5.4.2",
11-
"@uma/common": "^2.34.1",
12-
"@uma/core": "^2.56.2",
11+
"@uma/common": "^2.35.0",
12+
"@uma/core": "^2.57.0",
1313
"ethers": "^5.4.2"
1414
},
1515
"homepage": "https://umaproject.org",

0 commit comments

Comments
 (0)