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 @@
{
".": "9.0.0",
"demo": "6.0.0"
".": "10.0.0",
"demo": "7.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [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)


### ⚠ BREAKING CHANGES

* preset import path changed from /preset to /preset (now .cjs extension)

### Bug Fixes

* resolve CSS import issues and update documentation ([82c029d](https://github.com/jonmatum/react-mfe-shell/commit/82c029d5d01a13a57cb1a43ff9905cb8809398d4))

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


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

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


### ⚠ BREAKING CHANGES

* preset import path changed from /preset to /preset (now .cjs extension)

### Bug Fixes

* resolve CSS import issues and update documentation ([82c029d](https://github.com/jonmatum/react-mfe-shell/commit/82c029d5d01a13a57cb1a43ff9905cb8809398d4))

## [6.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v5.2.0...demo-v6.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": "6.0.0",
"version": "7.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": "9.0.0",
"version": "10.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