Skip to content

Commit 654b253

Browse files
Version Packages (#147)
* Version Packages * chore: update export versions and test snapshots --------- Co-authored-by: oz-release-app[bot] <205211949+oz-release-app[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e137dd7 commit 654b253

File tree

25 files changed

+148
-42
lines changed

25 files changed

+148
-42
lines changed

.changeset/clear-trees-buy.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/adapter-evm/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @openzeppelin/transaction-form-adapter-evm
22

3+
## 0.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
8+
- @openzeppelin/contracts-ui-builder-types@0.8.0
9+
- @openzeppelin/contracts-ui-builder-utils@0.8.0
10+
- @openzeppelin/contracts-ui-builder-ui@0.8.0
11+
- @openzeppelin/contracts-ui-builder-react-core@0.8.0
12+
313
## 0.7.1
414

515
### Patch Changes

packages/adapter-evm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-ui-builder-adapter-evm",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"private": false,
55
"description": "EVM Adapter for Contracts UI Builder",
66
"keywords": [

packages/adapter-midnight/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @openzeppelin/transaction-form-adapter-midnight
22

3+
## 0.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
8+
- @openzeppelin/contracts-ui-builder-types@0.8.0
9+
- @openzeppelin/contracts-ui-builder-utils@0.8.0
10+
- @openzeppelin/contracts-ui-builder-ui@0.8.0
11+
- @openzeppelin/contracts-ui-builder-react-core@0.8.0
12+
313
## 0.7.2
414

515
### Patch Changes

packages/adapter-midnight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-ui-builder-adapter-midnight",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "Midnight Adapter for Contracts UI Builder",
55
"keywords": [
66
"openzeppelin",

packages/adapter-solana/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openzeppelin/transaction-form-adapter-solana
22

3+
## 0.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
8+
- @openzeppelin/contracts-ui-builder-types@0.8.0
9+
- @openzeppelin/contracts-ui-builder-utils@0.8.0
10+
311
## 0.7.0
412

513
### Patch Changes

packages/adapter-solana/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-ui-builder-adapter-solana",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Solana Adapter for Contracts UI Builder",
55
"keywords": [
66
"openzeppelin",

packages/adapter-stellar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @openzeppelin/transaction-form-adapter-stellar
22

3+
## 0.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
8+
- @openzeppelin/contracts-ui-builder-types@0.8.0
9+
- @openzeppelin/contracts-ui-builder-utils@0.8.0
10+
311
## 0.7.0
412

513
### Patch Changes

packages/adapter-stellar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/contracts-ui-builder-adapter-stellar",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Stellar Adapter for Contracts UI Builder",
55
"keywords": [
66
"openzeppelin",

packages/builder/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @openzeppelin/transaction-form-builder-core
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#145](https://github.com/OpenZeppelin/contracts-ui-builder/pull/145) [`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9) Thanks [@pasevin](https://github.com/pasevin)! - support for new BytesField component with validation
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
12+
- @openzeppelin/contracts-ui-builder-renderer@0.8.0
13+
- @openzeppelin/contracts-ui-builder-types@0.8.0
14+
- @openzeppelin/contracts-ui-builder-utils@0.8.0
15+
- @openzeppelin/contracts-ui-builder-ui@0.8.0
16+
- @openzeppelin/contracts-ui-builder-adapter-evm@0.8.0
17+
- @openzeppelin/contracts-ui-builder-adapter-midnight@0.8.0
18+
- @openzeppelin/contracts-ui-builder-adapter-solana@0.8.0
19+
- @openzeppelin/contracts-ui-builder-adapter-stellar@0.8.0
20+
- @openzeppelin/contracts-ui-builder-react-core@0.8.0
21+
- @openzeppelin/contracts-ui-builder-storage@0.8.0
22+
323
## 0.7.2
424

525
### Patch Changes

0 commit comments

Comments
 (0)