Skip to content

Commit 93d805f

Browse files
chore: release main (cowprotocol#806)
1 parent 6db2612 commit 93d805f

15 files changed

Lines changed: 111 additions & 14 deletions

File tree

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"packages/app-data": "4.6.5",
3-
"packages/bridging": "1.7.6",
3+
"packages/bridging": "2.0.0",
44
"packages/common": "0.6.2",
5-
"packages/composable": "0.1.33",
5+
"packages/composable": "0.1.34",
66
"packages/config": "0.8.1",
77
"packages/contracts-ts": "1.6.1",
88
"packages/cow-shed": "0.2.19",
9-
"packages/order-book": "0.6.6",
10-
"packages/order-signing": "0.1.33",
9+
"packages/order-book": "1.0.0",
10+
"packages/order-signing": "0.1.34",
1111
"packages/subgraph": "0.3.6",
12-
"packages/trading": "0.11.1",
12+
"packages/trading": "1.0.0",
1313
"packages/weiroll": "0.1.19",
1414
"packages/providers/ethers-v5-adapter": "0.3.8",
1515
"packages/providers/ethers-v6-adapter": "0.3.8",
1616
"packages/providers/viem-adapter": "0.3.8",
17-
"packages/sdk": "7.3.7",
18-
"packages/flash-loans": "1.7.7"
17+
"packages/sdk": "7.3.8",
18+
"packages/flash-loans": "1.7.8"
1919
}

packages/bridging/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-bridging-v1.7.6...sdk-bridging-v2.0.0) (2026-02-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update quote amounts and costs structure ([#800](https://github.com/cowprotocol/cow-sdk/issues/800))
9+
10+
### 🐛 Bug Fixes
11+
12+
* update quote amounts and costs structure ([#800](https://github.com/cowprotocol/cow-sdk/issues/800)) ([ea96f67](https://github.com/cowprotocol/cow-sdk/commit/ea96f67a6ff44b7cc9226dc8ab7991896ced3ca7))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @cowprotocol/sdk-order-book bumped to 1.0.0
20+
* @cowprotocol/sdk-trading bumped to 1.0.0
21+
* devDependencies
22+
* @cowprotocol/sdk-order-signing bumped to 0.1.34
23+
324
## [1.7.6](https://github.com/cowprotocol/cow-sdk/compare/sdk-bridging-v1.7.5...sdk-bridging-v1.7.6) (2026-02-20)
425

526

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.7.6",
3+
"version": "2.0.0",
44
"description": "Bridging for CoW Protocol",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/composable/CHANGELOG.md

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

3+
## [0.1.34](https://github.com/cowprotocol/cow-sdk/compare/sdk-composable-v0.1.33...sdk-composable-v0.1.34) (2026-02-26)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/sdk-order-book bumped to 1.0.0
11+
* @cowprotocol/sdk-order-signing bumped to 0.1.34
12+
313
## [0.1.33](https://github.com/cowprotocol/cow-sdk/compare/sdk-composable-v0.1.32...sdk-composable-v0.1.33) (2026-02-20)
414

515

packages/composable/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-composable",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"description": "TypeScript composable features for CoW Protocol SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/flash-loans/CHANGELOG.md

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

3+
## [1.7.8](https://github.com/cowprotocol/cow-sdk/compare/sdk-flash-loans-v1.7.7...sdk-flash-loans-v1.7.8) (2026-02-26)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/sdk-trading bumped to 1.0.0
11+
* @cowprotocol/sdk-order-signing bumped to 0.1.34
12+
* @cowprotocol/sdk-order-book bumped to 1.0.0
13+
314
## [1.7.7](https://github.com/cowprotocol/cow-sdk/compare/sdk-flash-loans-v1.7.6...sdk-flash-loans-v1.7.7) (2026-02-20)
415

516

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.7.7",
3+
"version": "1.7.8",
44
"description": "Flash loans for CoW Protocol",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/order-book/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-order-book-v0.6.6...sdk-order-book-v1.0.0) (2026-02-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update quote amounts and costs structure ([#800](https://github.com/cowprotocol/cow-sdk/issues/800))
9+
10+
### 🐛 Bug Fixes
11+
12+
* update quote amounts and costs structure ([#800](https://github.com/cowprotocol/cow-sdk/issues/800)) ([ea96f67](https://github.com/cowprotocol/cow-sdk/commit/ea96f67a6ff44b7cc9226dc8ab7991896ced3ca7))
13+
314
## [0.6.6](https://github.com/cowprotocol/cow-sdk/compare/sdk-order-book-v0.6.5...sdk-order-book-v0.6.6) (2026-02-20)
415

516

packages/order-book/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-order-book",
3-
"version": "0.6.6",
3+
"version": "1.0.0",
44
"description": "CowProtocol Order Book package",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/order-signing/CHANGELOG.md

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

3+
## [0.1.34](https://github.com/cowprotocol/cow-sdk/compare/sdk-order-signing-v0.1.33...sdk-order-signing-v0.1.34) (2026-02-26)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cowprotocol/sdk-order-book bumped to 1.0.0
11+
312
## [0.1.33](https://github.com/cowprotocol/cow-sdk/compare/sdk-order-signing-v0.1.32...sdk-order-signing-v0.1.33) (2026-02-20)
413

514

0 commit comments

Comments
 (0)