v5.8.1

MCP-UI-Org/mcp-uiv5.8.1Aug 20, 2025by github-actions[bot]

AI Summary

This is a bug fix release that moves React from regular dependencies to peer dependencies, allowing consumers of the library to use their own version of React. This addresses dependency version conflicts and aligns with best practices for React component libraries.

Key Highlights

  • Moved React dependencies to peer dependencies to resolve version conflicts
  • Fixes issue #90 which was related to React dependency management
  • Allows library consumers to control their own React version
  • Published on August 20, 2025

Breaking Changes

  • Potential version conflicts if consumers have incompatible React versions (though this was the intended fix for issue #90)

Full Release Notes

## [5.8.1](https://github.com/idosal/mcp-ui/compare/v5.8.0...v5.8.1) (2025-08-20)


### Bug Fixes

* move react dependencies to be peer dependencies ([#91](https://github.com/idosal/mcp-ui/issues/91)) ([f672f3e](https://github.com/idosal/mcp-ui/commit/f672f3efc1c2ba2fbae16f9dcdc2142c2b4bd920)), closes [#90](https://github.com/idosal/mcp-ui/issues/90)