Skip to content

Commit a962e7f

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

File tree

6 files changed

+45
-6
lines changed

6 files changed

+45
-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.2.0",
3-
"demo": "4.1.1"
2+
".": "7.0.0",
3+
"demo": "5.0.0"
44
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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+
## [7.0.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.2.0...react-mfe-shell-v7.0.0) (2025-08-24)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* None - documentation restructuring only
14+
* None - all additions are backward compatible
15+
16+
### Features
17+
18+
* add comprehensive form molecules ecosystem with demo showcase ([528ead6](https://github.com/jonmatum/react-mfe-shell/commit/528ead6f9a695b2c12d7e0c028545004ed6ebb47))
19+
20+
21+
### Bug Fixes
22+
23+
* **docs:** update file references to use lowercase naming convention ([b8073c3](https://github.com/jonmatum/react-mfe-shell/commit/b8073c306a116f01111e4a20aa033625726e71da))
24+
25+
26+
### Documentation
27+
28+
* optimize documentation for Amazon Q and remove outdated content ([1b392a1](https://github.com/jonmatum/react-mfe-shell/commit/1b392a1daeb548015e6e7c25a8eb5030b6b97f57))
29+
* standardize file names to lowercase with dashes ([2d780f3](https://github.com/jonmatum/react-mfe-shell/commit/2d780f3cbb0d3751fea7b2ee1cc0a025665b3e5e))
30+
31+
32+
### Styles
33+
34+
* **docs:** remove all emojis for professional consistency ([c2dcb4c](https://github.com/jonmatum/react-mfe-shell/commit/c2dcb4ca4114dcdfc1d01c027722b8cb4e01105f))
35+
836
## [6.2.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.1.1...react-mfe-shell-v6.2.0) (2025-08-24)
937

1038

demo/CHANGELOG.md

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

3+
## [5.0.0](https://github.com/jonmatum/react-mfe-shell/compare/demo-v4.1.1...demo-v5.0.0) (2025-08-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* None - all additions are backward compatible
9+
10+
### Features
11+
12+
* add comprehensive form molecules ecosystem with demo showcase ([528ead6](https://github.com/jonmatum/react-mfe-shell/commit/528ead6f9a695b2c12d7e0c028545004ed6ebb47))
13+
314
## [4.1.1](https://github.com/jonmatum/react-mfe-shell/compare/demo-v4.1.0...demo-v4.1.1) (2025-08-24)
415

516

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.1.1",
3+
"version": "5.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": "6.2.0",
3+
"version": "7.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)