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

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


### ⚠ BREAKING CHANGES

* Typography components now use semantic colors by default
- text-primary, text-secondary, text-tertiary replace text-text-* classes
- Color prop is now the recommended way to set text colors
- Improved theme-aware color behavior in light/dark modes

### Features

* add comprehensive typography system with semantic colors ([642af28](https://github.com/jonmatum/react-mfe-shell/commit/642af280c927436703dec3f58d2adbb2f0bff25a))

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


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

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


### ⚠ BREAKING CHANGES

* Typography components now use semantic colors by default
- text-primary, text-secondary, text-tertiary replace text-text-* classes
- Color prop is now the recommended way to set text colors
- Improved theme-aware color behavior in light/dark modes

### Features

* add comprehensive typography system with semantic colors ([642af28](https://github.com/jonmatum/react-mfe-shell/commit/642af280c927436703dec3f58d2adbb2f0bff25a))

## [5.2.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v5.1.1...demo-v5.2.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": "5.2.0",
"version": "6.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": "8.2.0",
"version": "9.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