Skip to content

Commit 0c0c67f

Browse files
chore: release main (#23)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae89d9a commit 0c0c67f

File tree

6 files changed

+38
-6
lines changed

6 files changed

+38
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "10.0.0",
3-
"demo": "7.0.0"
2+
".": "11.0.0",
3+
"demo": "8.0.0"
44
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [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)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Modal component now uses HeadlessUI for better accessibility. Legacy props are still supported but compound components are recommended.
14+
15+
### Features
16+
17+
* add fullscreen modal support with improved accessibility ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))
18+
19+
20+
### Bug Fixes
21+
22+
* resolve all TypeScript lint warnings ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))
23+
824
## [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)
925

1026

demo/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [8.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v7.0.0...demo-v8.0.0) (2025-08-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Modal component now uses HeadlessUI for better accessibility. Legacy props are still supported but compound components are recommended.
9+
10+
### Features
11+
12+
* add fullscreen modal support with improved accessibility ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))
13+
14+
15+
### Bug Fixes
16+
17+
* resolve all TypeScript lint warnings ([ae89d9a](https://github.com/jonmatum/react-mfe-shell/commit/ae89d9a928391efe15ad355bc0a8846159bc78df))
18+
319
## [7.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v6.0.0...demo-v7.0.0) (2025-08-26)
420

521

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonmatum/react-mfe-shell-demo",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"private": true,
55
"type": "module",
66
"description": "Interactive demo application for React MFE Shell component library showcasing all 22 components including 8 form molecules",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonmatum/react-mfe-shell",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"type": "module",
55
"description": "Production-ready React micro frontend shell with atomic design system, shared components, and utilities for building scalable MFE applications",
66
"keywords": [

0 commit comments

Comments
 (0)