Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Feature Hub CI committed Feb 19, 2020
1 parent 03a967a commit 183cca3
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/sinnerschrader/feature-hub/compare/v2.4.1...v2.5.0) (2020-02-19)


### Features

* **react:** allow custom feature app rendering ([#557](https://github.com/sinnerschrader/feature-hub/issues/557)) ([03a967a](https://github.com/sinnerschrader/feature-hub/commit/03a967a)), closes [#296](https://github.com/sinnerschrader/feature-hub/issues/296) [#295](https://github.com/sinnerschrader/feature-hub/issues/295)





## [2.4.1](https://github.com/sinnerschrader/feature-hub/compare/v2.4.0...v2.4.1) (2020-02-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.4.1"
"version": "2.5.0"
}
11 changes: 11 additions & 0 deletions packages/demos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/sinnerschrader/feature-hub/compare/v2.4.1...v2.5.0) (2020-02-19)


### Features

* **react:** allow custom feature app rendering ([#557](https://github.com/sinnerschrader/feature-hub/issues/557)) ([03a967a](https://github.com/sinnerschrader/feature-hub/commit/03a967a)), closes [#296](https://github.com/sinnerschrader/feature-hub/issues/296) [#295](https://github.com/sinnerschrader/feature-hub/issues/295)





## [2.4.1](https://github.com/sinnerschrader/feature-hub/compare/v2.4.0...v2.4.1) (2020-02-12)

**Note:** Version bump only for package @feature-hub/demos
Expand Down
4 changes: 2 additions & 2 deletions packages/demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/demos",
"version": "2.4.1",
"version": "2.5.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"@feature-hub/logger": "^2.4.1",
"@feature-hub/module-loader-amd": "^2.4.1",
"@feature-hub/module-loader-commonjs": "^2.4.1",
"@feature-hub/react": "^2.4.1",
"@feature-hub/react": "^2.5.0",
"@feature-hub/serialized-state-manager": "^2.4.1",
"@feature-hub/server-request": "^2.4.1",
"@types/copy-webpack-plugin": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.5.0](https://github.com/sinnerschrader/feature-hub/compare/v2.4.1...v2.5.0) (2020-02-19)


### Features

* **react:** allow custom feature app rendering ([#557](https://github.com/sinnerschrader/feature-hub/issues/557)) ([03a967a](https://github.com/sinnerschrader/feature-hub/commit/03a967a)), closes [#296](https://github.com/sinnerschrader/feature-hub/issues/296) [#295](https://github.com/sinnerschrader/feature-hub/issues/295)





## [2.4.1](https://github.com/sinnerschrader/feature-hub/compare/v2.4.0...v2.4.1) (2020-02-12)

**Note:** Version bump only for package @feature-hub/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/react",
"version": "2.4.1",
"version": "2.5.0",
"description": "A library for building a Feature Hub integrator with React.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand Down

0 comments on commit 183cca3

Please sign in to comment.