Skip to content

Commit c0b5b48

Browse files
chore(release): 7.0.0-beta.1 [skip ci]
# [7.0.0-beta.1](v6.24.0-beta.1...v7.0.0-beta.1) (2025-03-04) * Implement RPC 0.8 and V3 transactions ([#1328](#1328)) ([316ae27](316ae27)) ### BREAKING CHANGES * Library defaults to RPC 0.8 with the corresponding API changes, dropped RPC 0.6 support
1 parent 6b0ec5b commit c0b5b48

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [7.0.0-beta.1](https://github.com/starknet-io/starknet.js/compare/v6.24.0-beta.1...v7.0.0-beta.1) (2025-03-04)
2+
3+
- Implement RPC 0.8 and V3 transactions ([#1328](https://github.com/starknet-io/starknet.js/issues/1328)) ([316ae27](https://github.com/starknet-io/starknet.js/commit/316ae2789376368dcffe653ce4817eebf0a63d97))
4+
5+
### BREAKING CHANGES
6+
7+
- Library defaults to RPC 0.8 with the corresponding API changes, dropped RPC 0.6 support
8+
19
## [6.23.1](https://github.com/starknet-io/starknet.js/compare/v6.23.0...v6.23.1) (2025-02-05)
210

311
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starknet",
3-
"version": "6.23.1",
3+
"version": "7.0.0-beta.1",
44
"description": "JavaScript library for Starknet",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)