Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Feature Hub CI committed Mar 20, 2020
1 parent ab93721 commit 56d2b3c
Show file tree
Hide file tree
Showing 6 changed files with 34 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.6.0](https://github.com/sinnerschrader/feature-hub/compare/v2.5.0...v2.6.0) (2020-03-20)


### Features

* **module-loader-commonjs:** parameterize the HTTP(S) request ([#567](https://github.com/sinnerschrader/feature-hub/issues/567)) ([d5cab0e](https://github.com/sinnerschrader/feature-hub/commit/d5cab0e))





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


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.5.0"
"version": "2.6.0"
}
8 changes: 8 additions & 0 deletions packages/demos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.6.0](https://github.com/sinnerschrader/feature-hub/compare/v2.5.0...v2.6.0) (2020-03-20)

**Note:** Version bump only for package @feature-hub/demos





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


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.5.0",
"version": "2.6.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"@feature-hub/history-service": "^2.4.1",
"@feature-hub/logger": "^2.4.1",
"@feature-hub/module-loader-amd": "^2.4.1",
"@feature-hub/module-loader-commonjs": "^2.4.1",
"@feature-hub/module-loader-commonjs": "^2.6.0",
"@feature-hub/react": "^2.5.0",
"@feature-hub/serialized-state-manager": "^2.4.1",
"@feature-hub/server-request": "^2.4.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/module-loader-commonjs/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.6.0](https://github.com/sinnerschrader/feature-hub/compare/v2.5.0...v2.6.0) (2020-03-20)


### Features

* **module-loader-commonjs:** parameterize the HTTP(S) request ([#567](https://github.com/sinnerschrader/feature-hub/issues/567)) ([d5cab0e](https://github.com/sinnerschrader/feature-hub/commit/d5cab0e))





## [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/module-loader-commonjs
Expand Down
2 changes: 1 addition & 1 deletion packages/module-loader-commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/module-loader-commonjs",
"version": "2.4.1",
"version": "2.6.0",
"description": "A FeatureAppManager-compatible CommonJS module loader.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand Down

0 comments on commit 56d2b3c

Please sign in to comment.