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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "2.0.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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).

## [2.0.0](https://github.com/jonmatum/react-mfe-shell/compare/react-mfe-shell-v1.0.0...react-mfe-shell-v2.0.0) (2025-08-15)


### ⚠ BREAKING CHANGES

* Repository identity changed from template to production MFE shell

### Features

* add comprehensive code analysis system with scc integration ([b3fe166](https://github.com/jonmatum/react-mfe-shell/commit/b3fe166048f6c0bf2fb20bf736d47a0c5b016716))
* rebrand as React MFE Shell and add comprehensive GitHub configuration ([61108cb](https://github.com/jonmatum/react-mfe-shell/commit/61108cb3d568ccb0361ded4ca311b601d99e0098))


### Bug Fixes

* **ci:** add issues:write permission for release-please label creation ([a41e26f](https://github.com/jonmatum/react-mfe-shell/commit/a41e26fd41852c7a3e2fc4278ebf1740e05139d9))


### Code Refactoring

* remove emojis and add GitHub wiki sync functionality ([82f92c5](https://github.com/jonmatum/react-mfe-shell/commit/82f92c5aa2eeeca1dddf64615a3b81f202cd53ae))

## [1.0.0] - 2025-08-15

### Added
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": "1.0.0",
"version": "2.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