Skip to content

Commit efcce08

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

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "6.0.0",
2+
".": "6.0.1",
33
"demo": "4.0.0"
44
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.1](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v6.0.0...react-mfe-shell-v6.0.1) (2025-08-24)
9+
10+
11+
### Documentation
12+
13+
* add npm package link to README for better discoverability ([98863f4](https://github.com/jonmatum/react-mfe-shell/commit/98863f436a2a85e123f4e00a32d1a0cd2c82e0a8))
14+
* add version verification comment to trigger fresh deployment ([e29368e](https://github.com/jonmatum/react-mfe-shell/commit/e29368e63eee38c27942db931d765b7e6eccd32d))
15+
816
## [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)
917

1018

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