Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/clear-trees-buy.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/adapter-evm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openzeppelin/transaction-form-adapter-evm

## 0.8.0

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-adapter-evm",
"version": "0.7.1",
"version": "0.8.0",
"private": false,
"description": "EVM Adapter for Contracts UI Builder",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions packages/adapter-midnight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @openzeppelin/transaction-form-adapter-midnight

## 0.8.0

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-midnight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-adapter-midnight",
"version": "0.7.2",
"version": "0.8.0",
"description": "Midnight Adapter for Contracts UI Builder",
"keywords": [
"openzeppelin",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openzeppelin/transaction-form-adapter-solana

## 0.8.0

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-adapter-solana",
"version": "0.7.0",
"version": "0.8.0",
"description": "Solana Adapter for Contracts UI Builder",
"keywords": [
"openzeppelin",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-stellar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openzeppelin/transaction-form-adapter-stellar

## 0.8.0

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-stellar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-adapter-stellar",
"version": "0.7.0",
"version": "0.8.0",
"description": "Stellar Adapter for Contracts UI Builder",
"keywords": [
"openzeppelin",
Expand Down
20 changes: 20 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @openzeppelin/transaction-form-builder-core

## 0.8.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts-ui-builder-app",
"private": true,
"version": "0.7.2",
"version": "0.8.0",
"type": "module",
"bin": {
"export-app": "src/export/cli/export-app.cjs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@ exports[`Export Snapshot Tests > EVM Export Snapshots > should match snapshot fo
exports[`Export Snapshot Tests > EVM Export Snapshots > should match snapshot for package.json structure > package-json-evm 1`] = `
{
"dependencies": {
"@openzeppelin/contracts-ui-builder-adapter-evm": "^0.7.1",
"@openzeppelin/contracts-ui-builder-react-core": "^0.7.0",
"@openzeppelin/contracts-ui-builder-renderer": "^0.7.2",
"@openzeppelin/contracts-ui-builder-types": "^0.4.0",
"@openzeppelin/contracts-ui-builder-ui": "^0.7.2",
"@openzeppelin/contracts-ui-builder-utils": "^0.7.0",
"@openzeppelin/contracts-ui-builder-adapter-evm": "^0.8.0",
"@openzeppelin/contracts-ui-builder-react-core": "^0.8.0",
"@openzeppelin/contracts-ui-builder-renderer": "^0.8.0",
"@openzeppelin/contracts-ui-builder-types": "^0.8.0",
"@openzeppelin/contracts-ui-builder-ui": "^0.8.0",
"@openzeppelin/contracts-ui-builder-utils": "^0.8.0",
"@tanstack/react-query": "^5.0.0",
"@wagmi/core": "^2.20.3",
"react": "^19.0.0",
Expand Down Expand Up @@ -323,12 +323,12 @@ exports[`Export Snapshot Tests > Solana Export Snapshots > should match snapshot
exports[`Export Snapshot Tests > Solana Export Snapshots > should match snapshot for package.json with Solana dependencies > package-json-solana 1`] = `
{
"dependencies": {
"@openzeppelin/contracts-ui-builder-adapter-evm": "^0.7.1",
"@openzeppelin/contracts-ui-builder-react-core": "^0.7.0",
"@openzeppelin/contracts-ui-builder-renderer": "^0.7.2",
"@openzeppelin/contracts-ui-builder-types": "^0.4.0",
"@openzeppelin/contracts-ui-builder-ui": "^0.7.2",
"@openzeppelin/contracts-ui-builder-utils": "^0.7.0",
"@openzeppelin/contracts-ui-builder-adapter-evm": "^0.8.0",
"@openzeppelin/contracts-ui-builder-react-core": "^0.8.0",
"@openzeppelin/contracts-ui-builder-renderer": "^0.8.0",
"@openzeppelin/contracts-ui-builder-types": "^0.8.0",
"@openzeppelin/contracts-ui-builder-ui": "^0.8.0",
"@openzeppelin/contracts-ui-builder-utils": "^0.8.0",
"@tanstack/react-query": "^5.0.0",
"@wagmi/core": "^2.20.3",
"react": "^19.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/builder/src/export/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
*/

export const packageVersions = {
'@openzeppelin/contracts-ui-builder-adapter-evm': '0.7.1',
'@openzeppelin/contracts-ui-builder-adapter-midnight': '0.7.2',
'@openzeppelin/contracts-ui-builder-adapter-solana': '0.7.0',
'@openzeppelin/contracts-ui-builder-adapter-stellar': '0.7.0',
'@openzeppelin/contracts-ui-builder-react-core': '0.7.0',
'@openzeppelin/contracts-ui-builder-renderer': '0.7.2',
'@openzeppelin/contracts-ui-builder-storage': '0.7.0',
'@openzeppelin/contracts-ui-builder-types': '0.4.0',
'@openzeppelin/contracts-ui-builder-ui': '0.7.2',
'@openzeppelin/contracts-ui-builder-utils': '0.7.0',
'@openzeppelin/contracts-ui-builder-adapter-evm': '0.8.0',
'@openzeppelin/contracts-ui-builder-adapter-midnight': '0.8.0',
'@openzeppelin/contracts-ui-builder-adapter-solana': '0.8.0',
'@openzeppelin/contracts-ui-builder-adapter-stellar': '0.8.0',
'@openzeppelin/contracts-ui-builder-react-core': '0.8.0',
'@openzeppelin/contracts-ui-builder-renderer': '0.8.0',
'@openzeppelin/contracts-ui-builder-storage': '0.8.0',
'@openzeppelin/contracts-ui-builder-types': '0.8.0',
'@openzeppelin/contracts-ui-builder-ui': '0.8.0',
'@openzeppelin/contracts-ui-builder-utils': '0.8.0',
};
9 changes: 9 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @openzeppelin/transaction-form-react-core

## 0.8.0

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-react-core",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"description": "Core React context providers and hooks for the OpenZeppelin Contracts UI Builder.",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @openzeppelin/transaction-form-renderer

## 0.8.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-renderer",
"version": "0.7.2",
"version": "0.8.0",
"private": false,
"description": "A specialized library for rendering customizable transaction forms for blockchain applications.",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @openzeppelin/contracts-ui-builder-storage

## 0.8.0

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-storage",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"description": "Local storage services for the OpenZeppelin Contracts UI Builder ecosystem.",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openzeppelin/contracts-ui-builder-types

## 0.8.0

### Minor Changes

- [#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

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-types",
"version": "0.4.0",
"version": "0.8.0",
"private": false,
"description": "Shared TypeScript type definitions for the OpenZeppelin Contracts UI Builder ecosystem.",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @openzeppelin/transaction-form-ui

## 0.8.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]
- @openzeppelin/[email protected]

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-ui",
"version": "0.7.2",
"version": "0.8.0",
"private": false,
"description": "Shared React UI components for the OpenZeppelin Contracts UI Builder.",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @openzeppelin/transaction-form-utils

## 0.8.0

### Minor Changes

- [#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

### Patch Changes

- Updated dependencies [[`011123e`](https://github.com/OpenZeppelin/contracts-ui-builder/commit/011123ed8345f0a1ef11f0796bcb2422504763b9)]:
- @openzeppelin/[email protected]

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openzeppelin/contracts-ui-builder-utils",
"version": "0.7.0",
"version": "0.8.0",
"private": false,
"description": "Shared, framework-agnostic utility functions for the OpenZeppelin Contracts UI Builder.",
"type": "module",
Expand Down
Loading