-
Notifications
You must be signed in to change notification settings - Fork 38
prep for v1.2.6 #373
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
prep for v1.2.6 #373
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
Replace author field from 'Reown <support@reown.com> (https://reown.com)' to 'Reown (https://discord.gg/reown)' across all packages. Updated 14 package.json files: - packages/auth-ethers/package.json - packages/auth-wagmi/package.json - packages/coinbase-ethers/package.json - packages/coinbase-wagmi/package.json - packages/common/package.json - packages/core/package.json - packages/ethers/package.json - packages/ethers5/package.json - packages/scaffold-utils/package.json - packages/scaffold/package.json - packages/siwe/package.json - packages/ui/package.json - packages/wagmi/package.json - packages/wallet/package.json Co-Authored-By: Ben Kremer <ben@reown.com>
…-field-to-discord Update author field in package.json files to use Discord link
Co-Authored-By: Ben Kremer <ben@reown.com>
…e.json The root package.json requires the 'name' property for Turbo workspace functionality. Removing it caused build failures in CI. This commit restores the name property while keeping the package marked as private. Co-Authored-By: Ben Kremer <ben@reown.com>
…ents - Root package.json has both 'private': true and 'name' properties - Testing confirmed that Turbo workspace functionality works without the name property - All build, lint, and prettier commands pass successfully without it Co-Authored-By: Ben Kremer <ben@reown.com>
- Remove outdated workspace reference after removing name property from root package.json - Addresses GitHub comment from bkrem to update lockfile for CI fixes Co-Authored-By: Ben Kremer <ben@reown.com>
Co-Authored-By: Ben Kremer <ben@reown.com>
…rom-private-packages Remove name property from private package.json files
chore: bump valtio to 1.13.2 and remove vanilla imports
chore: replace internal URL usage
🦋 Changeset detectedLatest commit: df7b5b2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
fix: disable layout animations on ios new arch projects
|
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 pull request includes various changes across multiple files, focusing on dependency updates, configuration improvements, and new test coverage. The key updates include consolidating dependency management, enhancing workflows, and adding comprehensive tests for
FetchUtil.Dependency and Configuration Updates:
valtiodependency to version1.13.2inpackages/core/package.jsonand adjusted imports inEnsController.tsandEventsController.tsto align with the new version. [1] [2] [3].prettierignoreto include additional directories and files such as.github/,.changeset/, andscripts/.dot-notationchecks.Workflow Enhancements:
verifyande2ejobs in the GitHub Actions workflow, ensuring they run before thereleasejob.Changeset and Versioning:
.changeset/config.jsonby using a wildcard pattern (@apps/*).@changesets/cliand@changesets/changelog-githubto newer versions inpackage.json.Author Field Standardization:
authorfield in multiplepackage.jsonfiles to use a Discord link instead of an email address. [1] [2] [3] [4] [5] [6]New Test Coverage:
FetchUtilclass, covering various scenarios for URL construction and query parameter handling.