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 @@
{
".": "5.0.0",
"demo": "3.0.0"
".": "6.0.0",
"demo": "4.0.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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).

## [6.0.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v5.0.0...react-mfe-shell-v6.0.0) (2025-08-24)


### ⚠ BREAKING CHANGES

* Button and Badge components now use semantic variants instead of basic color props

### Features

* add modern favicon system matching application design ([400fbab](https://github.com/jonmatum/react-mfe-shell/commit/400fbab68180af22ffd279003ade65a73d30eda3))
* enhance design system with semantic variants and dynamic version management ([9294f93](https://github.com/jonmatum/react-mfe-shell/commit/9294f93e340ca75a4ebc00e342560c1517c6d844))


### Bug Fixes

* eliminate all remaining ESLint warnings ([927dff8](https://github.com/jonmatum/react-mfe-shell/commit/927dff87930710b05a1e8de7cba09f2c731353ae))
* resolve ESLint errors and improve type safety ([b7a9ded](https://github.com/jonmatum/react-mfe-shell/commit/b7a9dedc27f5da240faba40494b8dcc8a9d3c0a6))
* resolve release-please configuration issues ([3776f87](https://github.com/jonmatum/react-mfe-shell/commit/3776f87c6eff05629d55a0dfa33b1269565567a7))
* resolve TypeScript build errors in Button component ([6e5a8f7](https://github.com/jonmatum/react-mfe-shell/commit/6e5a8f7aa8987943f9336a100dbb8f83464f0d13))


### Styles

* improve type annotation formatting in Button component ([0e3ed1c](https://github.com/jonmatum/react-mfe-shell/commit/0e3ed1cdc53fa6620efa9ff1359ab2fa1c3cd43f))

## [5.0.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v4.0.0...react-mfe-shell-v5.0.0) (2025-08-24)


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

## [4.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v3.0.0...demo-v4.0.0) (2025-08-24)


### ⚠ BREAKING CHANGES

* Button and Badge components now use semantic variants instead of basic color props

### Features

* enhance design system with semantic variants and dynamic version management ([9294f93](https://github.com/jonmatum/react-mfe-shell/commit/9294f93e340ca75a4ebc00e342560c1517c6d844))


### Bug Fixes

* eliminate all remaining ESLint warnings ([927dff8](https://github.com/jonmatum/react-mfe-shell/commit/927dff87930710b05a1e8de7cba09f2c731353ae))
* resolve ESLint errors and improve type safety ([b7a9ded](https://github.com/jonmatum/react-mfe-shell/commit/b7a9dedc27f5da240faba40494b8dcc8a9d3c0a6))

## [3.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v2.1.0...demo-v3.0.0) (2025-08-24)


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": "3.0.0",
"version": "4.0.0",
"private": true,
"type": "module",
"description": "Interactive demo application for React MFE Shell component library",
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": "5.0.0",
"version": "6.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