Skip to content

Commit b8e5f44

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

File tree

6 files changed

+48
-6
lines changed

6 files changed

+48
-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-
".": "5.0.0",
3-
"demo": "3.0.0"
2+
".": "6.0.0",
3+
"demo": "4.0.0"
44
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
## [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)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Button and Badge components now use semantic variants instead of basic color props
14+
15+
### Features
16+
17+
* add modern favicon system matching application design ([400fbab](https://github.com/jonmatum/react-mfe-shell/commit/400fbab68180af22ffd279003ade65a73d30eda3))
18+
* enhance design system with semantic variants and dynamic version management ([9294f93](https://github.com/jonmatum/react-mfe-shell/commit/9294f93e340ca75a4ebc00e342560c1517c6d844))
19+
20+
21+
### Bug Fixes
22+
23+
* eliminate all remaining ESLint warnings ([927dff8](https://github.com/jonmatum/react-mfe-shell/commit/927dff87930710b05a1e8de7cba09f2c731353ae))
24+
* resolve ESLint errors and improve type safety ([b7a9ded](https://github.com/jonmatum/react-mfe-shell/commit/b7a9dedc27f5da240faba40494b8dcc8a9d3c0a6))
25+
* resolve release-please configuration issues ([3776f87](https://github.com/jonmatum/react-mfe-shell/commit/3776f87c6eff05629d55a0dfa33b1269565567a7))
26+
* resolve TypeScript build errors in Button component ([6e5a8f7](https://github.com/jonmatum/react-mfe-shell/commit/6e5a8f7aa8987943f9336a100dbb8f83464f0d13))
27+
28+
29+
### Styles
30+
31+
* improve type annotation formatting in Button component ([0e3ed1c](https://github.com/jonmatum/react-mfe-shell/commit/0e3ed1cdc53fa6620efa9ff1359ab2fa1c3cd43f))
32+
833
## [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)
934

1035

demo/CHANGELOG.md

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

3+
## [4.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v3.0.0...demo-v4.0.0) (2025-08-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Button and Badge components now use semantic variants instead of basic color props
9+
10+
### Features
11+
12+
* enhance design system with semantic variants and dynamic version management ([9294f93](https://github.com/jonmatum/react-mfe-shell/commit/9294f93e340ca75a4ebc00e342560c1517c6d844))
13+
14+
15+
### Bug Fixes
16+
17+
* eliminate all remaining ESLint warnings ([927dff8](https://github.com/jonmatum/react-mfe-shell/commit/927dff87930710b05a1e8de7cba09f2c731353ae))
18+
* resolve ESLint errors and improve type safety ([b7a9ded](https://github.com/jonmatum/react-mfe-shell/commit/b7a9dedc27f5da240faba40494b8dcc8a9d3c0a6))
19+
320
## [3.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v2.1.0...demo-v3.0.0) (2025-08-24)
421

522

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": "3.0.0",
3+
"version": "4.0.0",
44
"private": true,
55
"type": "module",
66
"description": "Interactive demo application for React MFE Shell component library",

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": "5.0.0",
3+
"version": "6.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)