Skip to content

Prepare Release#792

Open
github-actions[bot] wants to merge 1 commit intomasterfrom
changeset-release/master
Open

Prepare Release#792
github-actions[bot] wants to merge 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 2, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@openzeppelin/wizard-confidential@0.1.1

Changelog

0.1.1 (2026-04-02)

  • Add package APIs for getting versioned remappings. (#786)
    • Export getVersionedRemappings from the Solidity, Confidential, and Uniswap Hooks package roots for internal use by other Wizard packages.
    • Add getVersionedRemappings to the Confidential erc7984 API and the Uniswap Hooks hooks API for consistency with the Solidity contract APIs.
    • Internal breaking change: Removed the internal print-versioned entrypoints; internal consumers should use getVersionedRemappings instead.
  • Updated dependencies [234ab40]:
    • @openzeppelin/wizard@0.10.8

0.1.0 (2026-02-17)

  • Add support for Confidential Contracts Wizard (#652)
  • Require Node.js 22 (#652)
  • Updated dependencies [17d9de8]:
    • @openzeppelin/wizard@0.10.6

@openzeppelin/wizard@0.10.8

Changelog

0.10.8 (2026-04-02)

  • Add package APIs for getting versioned remappings. (#786)
    • Export getVersionedRemappings from the Solidity, Confidential, and Uniswap Hooks package roots for internal use by other Wizard packages.
    • Add getVersionedRemappings to the Confidential erc7984 API and the Uniswap Hooks hooks API for consistency with the Solidity contract APIs.
    • Internal breaking change: Removed the internal print-versioned entrypoints; internal consumers should use getVersionedRemappings instead.

0.10.7 (2026-02-26)

  • Make ERC20Permit optional when ERC20Votes is enabled (#778)
  • Solidity erc20, stablecoin, realWorldAsset: Support 'erc7786native' option for crossChainBridging. (#747)
    • Uses OpenZeppelin Contracts 5.6.0
    • Breaking changes: Solidity erc20, stablecoin, realWorldAsset: 'custom' option for crossChainBridging now requires access control, and adds a function to allow updating the token bridge address after deployment. Constructor/initializer parameter order changed due to access control requirement.

0.10.6 (2026-02-17)

  • Add support for Confidential Contracts Wizard (#652)

0.10.5 (2026-01-27)

  • Fix missing dependency for get-versioned-remappings with Webpack (#766)

0.10.4 (2025-11-28)

  • Add support for Uniswap Hooks Wizard (#628)

0.10.3 (2025-11-26)

  • Fix missing dependency for get-versioned-remappings (#740)

0.10.2 (2025-11-12)

  • Solidity account signer: Add WebAuthn to the list of signers available. (#718)
  • Fixed bug with incorrect names in generated comment for Multisig account. (#720)
  • Add API function to get versioned remappings. (#724)
  • Breaking changes: Solidity Stablecoin and RWA: Change custodian option to freezable. Replace ERC20Custodian with ERC20Freezable. (#719)
  • Solidity account signer: Fix grammar in comment (#711)

0.10.0 (2025-11-03)

  • Update @openzeppelin/contracts and @openzeppelin/contracts-upgradeable dependencies to 5.5.0 (#681)

    • Breaking changes:
      • Solidity account signer: ERC7702 option is renamed as EIP7702. Imported contract SignerERC7702 is renamed as SignerEIP7702.
      • Solidity upgradeable contracts: Initializable and UUPSUpgradeable are imported from @openzeppelin/contracts instead of @openzeppelin/contracts-upgradeable.
  • Breaking changes: Solidity Stablecoin and RWA: Change limitations option to restrictions. Replace ERC20Allowlist and ERC20Blocklist with ERC20Restricted. (#715)

0.9.0 (2025-10-29)

  • Breaking changes: Use namespaced storage instead of state variables when upgradeability is enabled. (#704)
    • For ERC-20, use namespaced storage for tokenBridge when cross-chain bridging is set to 'custom' and upgradeability is enabled.
    • For ERC-721, use namespaced storage for _nextTokenId when mintable, auto increment IDs, and upgradeability are enabled.

0.8.1 (2025-10-14)

  • Updated community-contracts digest version (#659)
  • Updated community-contracts digest version (#677)

0.8.0 (2025-09-16)

  • Add constructors for SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913, MultiSignerERC7913 and MultiSignerERC7913Weighted (#609)
  • Enable upgradeability for AccountERC7579, AccountERC7579Hooked, SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913 and MultiSignerERC7913 (#609)
  • Breaking change: Use Account, AccountERC7579, AccountERC7579Hooked, ERC7812, ERC7739Utils, ERC7913Utils, AbstractSigner, SignerECDSA, SignerP256, SignerRSA, SignerERC7702, SignerERC7913, MultiSignerERC7913, and MultiSignerERC7913Weighted from OpenZeppelin Contracts 5.4.0 instead of Community Contracts (#609)
  • Remove all initializers from non-upgradeable accounts. (#658)

0.7.1 (2025-08-15)

  • Add compatible git commit in comments when importing OpenZeppelin Community Contracts (#627)

0.7.0 (2025-08-12)

  • Breaking change: Use ERC20Bridgeable from OpenZeppelin Contracts 5.4.0 instead of Community Contracts (#619)

0.6.0 (2025-06-20)

  • Add support for Wizard MCP server. (#569)

    • Possibly breaking changes:
      • Governor: Remove usage of access option. This option now has no effect.
  • Accounts: Add _disableInitializers() to account implementations (#568)

0.5.6 (2025-05-21)

  • MultisigERC7913: Add onlyEntryPointOrSelf modifier to public configuration functions. (#554)
  • Use onlyGovernance to restrict upgrades for Governor with UUPS (#544)
    • Potentially breaking changes:
      • Governor with UUPS: _authorizeUpgrade function is restricted by onlyGovernance instead of onlyOwner

0.5.5 (2025-05-13)

  • Add account contract types for ERC-4337. (#486, #523, #527)
  • Use unicode syntax for strings with non-ASCII characters (#476)
  • Remove redundant overrides in Governor. (#522)
  • Simplify Community Contracts imports. (#537)
  • Potentially breaking changes:
    • Update pragma versions to 0.8.27. (#486)
    • Changes import path format for @openzeppelin/community-contracts. (#537)

0.5.4 (2025-04-01)

  • Add validation for ERC20 premint field. (#488)
  • Add callback in ERC20 features. (#500)

0.5.3 (2025-03-13)

  • Add ERC20 Cross-Chain Bridging, SuperchainERC20. (#436)
    Note: Cross-Chain Bridging is experimental and may be subject to change.

  • Potentially breaking changes:

    • Change order of constructor argument recipient when using premint.

0.5.2 (2025-02-21)

  • Fix modifiers order to follow Solidity style guides. (#450)
  • ERC721: Return tokenId on safeMint with incremental id. (#455)

0.5.1 (2025-02-05)

  • Potentially breaking changes:
    • Add constructor argument recipient when using premint in erc20, stablecoin, and realWorldAsset. (#435)

0.5.0 (2025-01-23)

  • Update to use TypeScript v5. (#231)

  • Remove unused dependencies. (#430)

  • Breaking changes:

    • Update Contracts Wizard license to AGPLv3. (#424)

0.4.6 (2024-11-20)

  • Use named imports. (#411)

0.4.5 (2024-11-18)

  • Add stablecoin and realWorldAsset contract types. (#404)
    Note: stablecoin and realWorldAsset are experimental and may be subject to change.

0.4.4 (2024-10-23)

Potentially breaking changes

  • Update pragma versions to 0.8.22. (#401)

0.4.3 (2024-04-08)

  • Add timestamp based Governor and Votes clock options. (#347)

0.4.2 (2024-02-22)

  • Add code comments for compatible OpenZeppelin Contracts versions. (#331)

0.4.1 (2023-10-18)

  • Add managed access control option for use with AccessManager. (#298)

0.4.0 (2023-10-05)

Breaking changes

  • Update to OpenZeppelin Contracts 5.0. (#284)
  • Require constructor or initializer arguments for initial owner or role assignments if using access control.
  • Use token-specific pausable extensions.
  • Enable ERC20Permit by default.

0.3.0 (2023-05-25)

  • Breaking change: Update to OpenZeppelin Contracts 4.9. (#252)
  • Change default voting delay to 1 day in governor. (#258)

0.2.3 (2023-03-23)

  • Fix module not found error. (#235)

0.2.2 (2023-03-17)

  • Fix missing file. (#234)

0.2.1 (2023-03-17)

  • Remove unspecified dependency on @openzeppelin/contracts. (#233)

0.2.0 (2022-11-08)

  • Reduce default block time to 12 seconds in governor. (fdcf912)
  • Breaking change: Update to OpenZeppelin Contracts 4.8 and Solidity ^0.8.9. (#199)

0.1.1 (2022-06-30)

  • Support custom contract type, optional access control. (#112)

0.1.0 (2022-06-15)

  • Initial API for Solidity. (#136)

@openzeppelin/wizard-uniswap-hooks@0.1.1

Changelog

0.1.1 (2026-04-02)

  • Add package APIs for getting versioned remappings. (#786)
    • Export getVersionedRemappings from the Solidity, Confidential, and Uniswap Hooks package roots for internal use by other Wizard packages.
    • Add getVersionedRemappings to the Confidential erc7984 API and the Uniswap Hooks hooks API for consistency with the Solidity contract APIs.
    • Internal breaking change: Removed the internal print-versioned entrypoints; internal consumers should use getVersionedRemappings instead.
  • Updated dependencies [234ab40]:
    • @openzeppelin/wizard@0.10.8

0.1.0 (2025-11-28)

  • Add support for Uniswap Hooks Wizard (#628)
  • Fix package dependency (#743)
  • Updated dependencies [985d5a4]:
    • @openzeppelin/wizard@0.10.4

@github-actions github-actions bot requested review from a team as code owners April 2, 2026 15:17
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: abd2a347-eb04-4309-8898-f45b37e35a9a

📥 Commits

Reviewing files that changed from the base of the PR and between 234ab40 and 2ee4783.

📒 Files selected for processing (7)
  • .changeset/remix-remappings-api.md
  • packages/core/confidential/CHANGELOG.md
  • packages/core/confidential/package.json
  • packages/core/solidity/CHANGELOG.md
  • packages/core/solidity/package.json
  • packages/core/uniswap-hooks/CHANGELOG.md
  • packages/core/uniswap-hooks/package.json
💤 Files with no reviewable changes (1)
  • .changeset/remix-remappings-api.md

Walkthrough

This PR documents the release of the getVersionedRemappings API across three packages by updating CHANGELOG entries, incrementing package versions, and bumping the @openzeppelin/wizard dependency. A changeset documentation file is also deleted.

Changes

Cohort / File(s) Summary
Changeset Metadata
.changeset/remix-remappings-api.md
Deleted changeset file documenting the versioned remappings API feature announcement.
Solidity Package Release
packages/core/solidity/CHANGELOG.md, packages/core/solidity/package.json
Added v0.10.8 changelog entry documenting new getVersionedRemappings export and internal breaking change (print-versioned removal). Version bumped from 0.10.7 to 0.10.8.
Confidential Package Release
packages/core/confidential/CHANGELOG.md, packages/core/confidential/package.json
Added v0.1.1 changelog entry for getVersionedRemappings API addition to erc7984 and updated @openzeppelin/wizard dependency from ^0.10.6 to ^0.10.8. Version bumped from 0.1.0 to 0.1.1.
Uniswap Hooks Package Release
packages/core/uniswap-hooks/CHANGELOG.md, packages/core/uniswap-hooks/package.json
Added v0.1.1 changelog entry for getVersionedRemappings API addition to hooks and updated @openzeppelin/wizard dependency from ^0.10.4 to ^0.10.8. Version bumped from 0.1.0 to 0.1.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

ignore-changeset

Suggested reviewers

  • ericglau
  • CoveMB
  • pasevin
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Prepare Release' is generic and vague, failing to convey the specific package versions or key changes being released. Consider using a more descriptive title like 'Release: wizard@0.10.8, wizard-confidential@0.1.1, wizard-uniswap-hooks@0.1.1' to clarify what is being released.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description is comprehensive and directly related to the changeset, detailing the release notes and package versions being updated.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/master

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants