Skip to content

Commit 122a395

Browse files
chore: release main (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b9e085 commit 122a395

File tree

6 files changed

+44
-6
lines changed

6 files changed

+44
-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-
".": "6.0.3",
3-
"demo": "4.0.0"
2+
".": "6.1.0",
3+
"demo": "4.1.0"
44
}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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.1.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.0.3...react-mfe-shell-v6.1.0) (2025-08-24)
9+
10+
11+
### Features
12+
13+
* add meaningful functionality to demo app navigation buttons ([5b9e085](https://github.com/jonmatum/react-mfe-shell/commit/5b9e085204cf87be74d92d06e0d6bbc8fd985c80))
14+
* comprehensive demo app QA - showcase all available components and features ([8ca788e](https://github.com/jonmatum/react-mfe-shell/commit/8ca788e18e4896343d60706939139ef66e5a4084))
15+
* enhance LoadingSpinner with design tokens and comprehensive safelist ([144bf98](https://github.com/jonmatum/react-mfe-shell/commit/144bf986a75cbf6e14363c1ac3edfdcc1cc18181))
16+
* integrate Headless UI for enhanced Switch component accessibility ([8669453](https://github.com/jonmatum/react-mfe-shell/commit/86694536800307b2e45b7d2534d4115dd42fc4a2))
17+
* remove redundant Live Demo link from footer ([12dde95](https://github.com/jonmatum/react-mfe-shell/commit/12dde9526dc7c7025227a5a79db1b036715b9eac))
18+
* update Avatar demo to showcase jonmatum GitHub profile ([b60077e](https://github.com/jonmatum/react-mfe-shell/commit/b60077ea129b3c03c30b7441b5c9baf3fede60b4))
19+
* update Avatar demo with proper name and professional title ([096b271](https://github.com/jonmatum/react-mfe-shell/commit/096b271b4ba7cf8d8e925a07ac2af18a289580d8))
20+
21+
22+
### Bug Fixes
23+
24+
* improve Switch component thumb centering and sizing ([85a9484](https://github.com/jonmatum/react-mfe-shell/commit/85a948491260fe9b9ed0a646773723be1f60c6fe))
25+
* improve Switch thumb sizing and vertical centering ([ffcfacd](https://github.com/jonmatum/react-mfe-shell/commit/ffcfacd0ceeab7947f13719aa34badbee6bf058c))
26+
* resolve Switch component styling issues with Headless UI integration ([ac08211](https://github.com/jonmatum/react-mfe-shell/commit/ac08211cdd2b11003dfd47b24839dee11f51cead))
27+
28+
29+
### Documentation
30+
31+
* correct author name from Jonathan Matum to Jonatan Mata ([787d3d8](https://github.com/jonmatum/react-mfe-shell/commit/787d3d86f45b65d84d1267ebabb3c33f912d2571))
32+
* remove all emojis from documentation for professional presentation ([1e5ecaf](https://github.com/jonmatum/react-mfe-shell/commit/1e5ecaf4ad6e97e618f91dcffdeae6a6ffd7656d))
33+
834
## [6.0.3](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.0.2...react-mfe-shell-v6.0.3) (2025-08-24)
935

1036

demo/CHANGELOG.md

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

3+
## [4.1.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v4.0.0...demo-v4.1.0) (2025-08-24)
4+
5+
6+
### Features
7+
8+
* add meaningful functionality to demo app navigation buttons ([5b9e085](https://github.com/jonmatum/react-mfe-shell/commit/5b9e085204cf87be74d92d06e0d6bbc8fd985c80))
9+
* comprehensive demo app QA - showcase all available components and features ([8ca788e](https://github.com/jonmatum/react-mfe-shell/commit/8ca788e18e4896343d60706939139ef66e5a4084))
10+
* enhance LoadingSpinner with design tokens and comprehensive safelist ([144bf98](https://github.com/jonmatum/react-mfe-shell/commit/144bf986a75cbf6e14363c1ac3edfdcc1cc18181))
11+
* remove redundant Live Demo link from footer ([12dde95](https://github.com/jonmatum/react-mfe-shell/commit/12dde9526dc7c7025227a5a79db1b036715b9eac))
12+
* update Avatar demo to showcase jonmatum GitHub profile ([b60077e](https://github.com/jonmatum/react-mfe-shell/commit/b60077ea129b3c03c30b7441b5c9baf3fede60b4))
13+
* update Avatar demo with proper name and professional title ([096b271](https://github.com/jonmatum/react-mfe-shell/commit/096b271b4ba7cf8d8e925a07ac2af18a289580d8))
14+
315
## [4.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v3.0.0...demo-v4.0.0) (2025-08-24)
416

517

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": "4.0.0",
3+
"version": "4.1.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": "6.0.3",
3+
"version": "6.1.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)