Skip to content
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

fix(field-*): Remove unneeded fieldRegistry.unregister calls #2454

Merged
merged 3 commits into from
Sep 26, 2024

Commits on Sep 11, 2024

  1. fix(field-*): Remove unneeded fieldRegistry.unregister calls

    Since FieldAngle, FieldColour and FieldMultilineInput are no longer
    in core, there's no longer any need for their corresponding plugins
    to unregister the built-in version.
    cpcallen committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    528a734 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Restore newlines in package-lock.json files

    For some reason the last time we ran publish, the publish commit
    7d3e23f removed all the trailing newlines from our
    package-lock.json files.
    
    In google#2453 rachel-fenichel proposes adding these files to our
    .prettierignore.rc, but for now I'll just fix the files so that
    the format check passes.
    cpcallen committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    00d41eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    615a08e View commit details
    Browse the repository at this point in the history