Files
backstage/packages/version-bridge/CHANGELOG.md
T
github-actions[bot] e6df5d52ce Version Packages
2026-02-17 16:06:18 +00:00

3.2 KiB

@backstage/version-bridge

1.0.12

Patch Changes

  • a7e0d50: Updated react-router-dom peer dependency to ^6.30.2 and explicitly disabled v7 future flags to suppress deprecation warnings.

1.0.12-next.0

Patch Changes

  • a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.

1.0.11

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.

1.0.11-next.0

Patch Changes

  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.

1.0.10

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.

1.0.10-next.0

Patch Changes

  • e969dc7: Move @types/react to a peer dependency.

1.0.9

Patch Changes

  • 836127c: Updated dependency @testing-library/react to ^16.0.0.

1.0.9-next.0

Patch Changes

  • 836127c: Updated dependency @testing-library/react to ^16.0.0.

1.0.8

Patch Changes

  • abfbcfc: Updated dependency @testing-library/react to ^15.0.0.

1.0.7

Patch Changes

1.0.7-next.0

Patch Changes

1.0.6

Patch Changes

  • 9a1fce352e: Updated dependency @testing-library/jest-dom to ^6.0.0.

1.0.5

Patch Changes

  • 406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.

1.0.5-next.0

Patch Changes

  • 406b786a2a: Mark package as being free of side effects, allowing more optimized Webpack builds.

1.0.4

Patch Changes

1.0.4-next.0

Patch Changes

1.0.3

Patch Changes

  • d3fea4ae0a: Internal fixes to avoid implicit usage of globals

1.0.3-next.0

Patch Changes

  • d3fea4ae0a: Internal fixes to avoid implicit usage of globals

1.0.2

Patch Changes

  • e70984325d: Updated the value created by createVersionedValueMap to give it an extra hidden property that makes it easier to inspect during debugging.

1.0.1

Patch Changes

  • 7c7919777e: build(deps-dev): bump @testing-library/react-hooks from 7.0.2 to 8.0.0

1.0.0

Major Changes

  • b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.

Patch Changes

  • a422d7ce5e: chore(deps): bump @testing-library/react from 11.2.6 to 12.1.3

0.1.2

Patch Changes

  • c77c5c7eb6: Added backstage.role to package.json

0.1.1

Patch Changes

  • cd450844f6: Moved React dependencies to peerDependencies and allow both React v16 and v17 to be used.