-
Notifications
You must be signed in to change notification settings - Fork 10
Version Packages #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Version Packages #116
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lin/contracts-ui-builder into changeset-release/main
…lin/contracts-ui-builder into changeset-release/main
…uilder into changeset-release/main
…lin/contracts-ui-builder into changeset-release/main
- Fix updateSnapshots() to target specific export tests instead of all tests - Ensures changesets bumps update both versions.ts and test snapshots correctly - Prevents snapshot test failures in changesets PRs like #116
- Resolve conflicts by accepting version bumps from remote - Keep the fixed export version script from our cherry-pick
- Fix update-versions.yml to check for changes in both files - Commit both versions.ts and snapshot files when updating versions - Ensures complete automation of version bumps with correct snapshots
- Fix critical logic bug where snapshots weren't updated when versions.ts was already current - Ensures snapshots always match current package versions - Resolves snapshot test failures in changesets PRs like #116 - Snapshots are now updated unconditionally to prevent stale snapshot issues
…rkflow - Fix CI build dependency issue where snapshot tests fail due to unbuilt packages - Add 'pnpm run build' step before running update-export-versions - Ensures adapter packages are built and available for import during snapshot tests - Resolves 'Failed to resolve entry for package' errors in CI environment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openzeppelin/contracts-ui-builder-adapter-evm@0.5.0
Minor Changes
ce96c10Thanks @pasevin! - Resolve legacy OpenZeppelin proxy implementation/admin via storage slots; expose adminAddress in proxy info; delegate auto-query filtering to adapter to avoid admin-only getters; add storage-slot debug logs.Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-renderer@0.4.0
Minor Changes
ce96c10Thanks @pasevin! - Use adapter-provided filtering for safe auto-queries to prevent calling admin-only getters; improve FunctionResult header layout to avoid overflow.Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-types@0.4.0
Minor Changes
ce96c10Thanks @pasevin! - Extend ProxyInfo with optional adminAddress; add optional adapter method filterAutoQueryableFunctions for chain-specific auto-query filtering.@openzeppelin/contracts-ui-builder-adapter-midnight@0.1.4
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-adapter-solana@0.0.9
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-adapter-stellar@0.0.9
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-react-core@0.2.5
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-storage@0.3.4
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-ui@0.5.1
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-utils@0.4.1
Patch Changes
ce96c10]:@openzeppelin/contracts-ui-builder-app@0.6.0
Minor Changes
ce96c10Thanks @pasevin! - Show proxy implementation/admin in banner with explorer links and chain-agnostic copy; “Reset detection” now uses proxy ABI only (no implementation fetch); prevent reload loop on fatal load errors.Patch Changes
ce96c10,ce96c10,ce96c10]: