Skip to content

Commit ce6d4da

Browse files
chore: release next (#601)
* chore: release next * chore: change version to 0.5.0-rc.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anxo Rodriguez <[email protected]>
1 parent 4553f81 commit ce6d4da

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

.claude/settings.local.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git log:*)",
5+
"Bash(git show:*)"
6+
],
7+
"deny": [],
8+
"ask": []
9+
}
10+
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/app-data": "4.1.3",
3-
"packages/bridging": "0.4.6",
3+
"packages/bridging": "0.5.0-rc.0",
44
"packages/common": "0.2.1",
55
"packages/composable": "0.1.6",
66
"packages/config": "0.1.0",

packages/bridging/CHANGELOG.md

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

3+
## [0.5.0-rc.0](https://github.com/cowprotocol/cow-sdk/compare/sdk-bridging-v0.4.6...sdk-bridging-v0.5.0-rc.0) (2025-10-17)
4+
5+
6+
### ✨ Features
7+
8+
* refactor and cleanup ([1168207](https://github.com/cowprotocol/cow-sdk/commit/1168207de7588b13255de83d85304391099295f7))
9+
10+
11+
### 🔧 Miscellaneous
12+
13+
* adapt bridging logic ([faa8ae7](https://github.com/cowprotocol/cow-sdk/commit/faa8ae7c1fae18bff979e64da484e9ca084cae6e))
14+
* adapt providers ([b62aa0c](https://github.com/cowprotocol/cow-sdk/commit/b62aa0c1def13fa3a4e0ca6d0ef1d6883a633b47))
15+
* add assertion functions for provider types ([3cad8c0](https://github.com/cowprotocol/cow-sdk/commit/3cad8c0d5fd225c669022476eb5a3aca8ad6282a))
16+
* basic implementation of account bridge provider ([b683477](https://github.com/cowprotocol/cow-sdk/commit/b683477c075c5d046f821d3a711bba20d3c1b198))
17+
* fix test ([933cdae](https://github.com/cowprotocol/cow-sdk/commit/933cdae2d821f638642cd9de27e9afa3ebe41756))
18+
* improve types ([94265a0](https://github.com/cowprotocol/cow-sdk/commit/94265a0d4a688962202d3101ae5277b425396b30))
19+
* refactor ([8f463bb](https://github.com/cowprotocol/cow-sdk/commit/8f463bbb75de5e8ed71b6d843478286fbf23cb43))
20+
* refactor ([762a8ff](https://github.com/cowprotocol/cow-sdk/commit/762a8ff48a66ca639287ebadb1d0633de8ab645e))
21+
322
## [0.4.6](https://github.com/cowprotocol/cow-sdk/compare/sdk-bridging-v0.4.5...sdk-bridging-v0.4.6) (2025-10-17)
423

524

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

0 commit comments

Comments
 (0)