Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "10.0.0",
"demo": "7.0.0"
".": "11.0.0",
"demo": "8.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [11.0.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v10.0.0...react-mfe-shell-v11.0.0) (2025-08-27)


### ⚠ BREAKING CHANGES

* Modal component now uses HeadlessUI for better accessibility. Legacy props are still supported but compound components are recommended.

### Features

* add fullscreen modal support with improved accessibility ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))


### Bug Fixes

* resolve all TypeScript lint warnings ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))

## [10.0.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v9.0.0...react-mfe-shell-v10.0.0) (2025-08-26)


Expand Down
16 changes: 16 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v7.0.0...demo-v8.0.0) (2025-08-27)


### ⚠ BREAKING CHANGES

* Modal component now uses HeadlessUI for better accessibility. Legacy props are still supported but compound components are recommended.

### Features

* add fullscreen modal support with improved accessibility ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))


### Bug Fixes

* resolve all TypeScript lint warnings ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))

## [7.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v6.0.0...demo-v7.0.0) (2025-08-26)


Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jonmatum/react-mfe-shell-demo",
"version": "7.0.0",
"version": "8.0.0",
"private": true,
"type": "module",
"description": "Interactive demo application for React MFE Shell component library showcasing all 22 components including 8 form molecules",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jonmatum/react-mfe-shell",
"version": "10.0.0",
"version": "11.0.0",
"type": "module",
"description": "Production-ready React micro frontend shell with atomic design system, shared components, and utilities for building scalable MFE applications",
"keywords": [
Expand Down