Skip to content

Commit 3e37f40

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2025-06-13) ### Bug Fixes * **adapter:** add getContractDefinitionInputs to rest of the adapters ([250bc8e](250bc8e)) * **core:** reset to avoid stale inputs ([363bec6](363bec6)) ### Features * **adapter:** implement schema-driven contract definition UI ([d8a686c](d8a686c))
1 parent b36c0bd commit 3e37f40

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.10.0](https://github.com/OpenZeppelin/transaction-form-builder/compare/v1.9.0...v1.10.0) (2025-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **adapter:** add getContractDefinitionInputs to rest of the adapters ([250bc8e](https://github.com/OpenZeppelin/transaction-form-builder/commit/250bc8ef37b5aafec59141ee0ddb1ca7b689068f))
7+
* **core:** reset to avoid stale inputs ([363bec6](https://github.com/OpenZeppelin/transaction-form-builder/commit/363bec6e725ffd4ec04afd9cdb987cc9298acc4d))
8+
9+
10+
### Features
11+
12+
* **adapter:** implement schema-driven contract definition UI ([d8a686c](https://github.com/OpenZeppelin/transaction-form-builder/commit/d8a686cbf9dafabfa8bcf4f410c64f480e92a44a))
13+
114
# [1.9.0](https://github.com/OpenZeppelin/transaction-form-builder/compare/v1.8.1...v1.9.0) (2025-06-11)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "transaction-form-builder-monorepo",
33
"private": true,
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"type": "module",
66
"workspaces": {
77
"packages": [

0 commit comments

Comments
 (0)