Skip to content

Commit eb71e9d

Browse files
chore: release main (#764)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff04417 commit eb71e9d

File tree

10 files changed

+66
-9
lines changed

10 files changed

+66
-9
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/app-data": "4.4.0",
3-
"packages/bridging": "1.1.2",
2+
"packages/app-data": "4.5.0",
3+
"packages/bridging": "1.2.0",
44
"packages/common": "0.4.0",
55
"packages/composable": "0.1.23",
66
"packages/config": "0.6.2",
@@ -9,11 +9,11 @@
99
"packages/order-book": "0.5.0",
1010
"packages/order-signing": "0.1.23",
1111
"packages/subgraph": "0.2.6",
12-
"packages/trading": "0.7.4",
12+
"packages/trading": "0.8.0",
1313
"packages/weiroll": "0.1.11",
1414
"packages/providers/ethers-v5-adapter": "0.3.0",
1515
"packages/providers/ethers-v6-adapter": "0.3.0",
1616
"packages/providers/viem-adapter": "0.3.0",
17-
"packages/sdk": "7.2.8",
18-
"packages/flash-loans": "1.6.4"
17+
"packages/sdk": "7.2.9",
18+
"packages/flash-loans": "1.6.5"
1919
}

packages/app-data/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.5.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-app-data-v4.4.0...sdk-app-data-v4.5.0) (2025-12-25)
4+
5+
6+
### ✨ Features
7+
8+
* **app-data:** add user terms consents ([#763](https://github.com/cowprotocol/cow-sdk/issues/763)) ([1fc0b26](https://github.com/cowprotocol/cow-sdk/commit/1fc0b26ba250505db19c9189dd52a5e021c9616e))
9+
* **bridge:** extend bridging appData with attestation data ([#756](https://github.com/cowprotocol/cow-sdk/issues/756)) ([ff04417](https://github.com/cowprotocol/cow-sdk/commit/ff044172bdfa2997393e2bf9a331119815d2fc12))
10+
311
## [4.4.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-app-data-v4.3.6...sdk-app-data-v4.4.0) (2025-12-22)
412

513

packages/bridging/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-bridging-v1.1.2...sdk-bridging-v1.2.0) (2025-12-25)
4+
5+
6+
### ✨ Features
7+
8+
* **bridge:** extend bridging appData with attestation data ([#756](https://github.com/cowprotocol/cow-sdk/issues/756)) ([ff04417](https://github.com/cowprotocol/cow-sdk/commit/ff044172bdfa2997393e2bf9a331119815d2fc12))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/sdk-app-data bumped to 4.5.0
16+
* @cowprotocol/sdk-trading bumped to 0.8.0
17+
318
## [1.1.2](https://github.com/cowprotocol/cow-sdk/compare/sdk-bridging-v1.1.1...sdk-bridging-v1.1.2) (2025-12-24)
419

520

packages/bridging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/sdk-bridging",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Bridging for CoW Protocol",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/flash-loans/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [1.6.5](https://github.com/cowprotocol/cow-sdk/compare/sdk-flash-loans-v1.6.4...sdk-flash-loans-v1.6.5) (2025-12-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/sdk-app-data bumped to 4.5.0
11+
* @cowprotocol/sdk-trading bumped to 0.8.0
12+
313
## [1.6.4](https://github.com/cowprotocol/cow-sdk/compare/sdk-flash-loans-v1.6.3...sdk-flash-loans-v1.6.4) (2025-12-24)
414

515

packages/flash-loans/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/sdk-flash-loans",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Flash loans for CoW Protocol",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [7.2.9](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.2.8...cow-sdk-v7.2.9) (2025-12-25)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/sdk-app-data bumped to 4.5.0
11+
* @cowprotocol/sdk-trading bumped to 0.8.0
12+
313
## [7.2.8](https://github.com/cowprotocol/cow-sdk/compare/cow-sdk-v7.2.7...cow-sdk-v7.2.8) (2025-12-24)
414

515

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/cow-sdk",
3-
"version": "7.2.8",
3+
"version": "7.2.9",
44
"license": "(MIT OR Apache-2.0)",
55
"description": "CoW Protocol SDK - get quote, configure your order, and trade",
66
"main": "./dist/index.js",

packages/trading/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-trading-v0.7.4...sdk-trading-v0.8.0) (2025-12-25)
4+
5+
6+
### ✨ Features
7+
8+
* **app-data:** add user terms consents ([#763](https://github.com/cowprotocol/cow-sdk/issues/763)) ([1fc0b26](https://github.com/cowprotocol/cow-sdk/commit/1fc0b26ba250505db19c9189dd52a5e021c9616e))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cowprotocol/sdk-app-data bumped to 4.5.0
16+
317
## [0.7.4](https://github.com/cowprotocol/cow-sdk/compare/sdk-trading-v0.7.3...sdk-trading-v0.7.4) (2025-12-24)
418

519

packages/trading/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/sdk-trading",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "CowProtocol trading",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)