Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Feature Hub CI committed Jul 6, 2019
1 parent 656eeb0 commit 089e99b
Show file tree
Hide file tree
Showing 24 changed files with 137 additions and 35 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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)


### Bug Fixes

* **history-service:** allow LocationDescriptorObject in more places ([#522](https://github.com/sinnerschrader/feature-hub/issues/522)) ([656eeb0](https://github.com/sinnerschrader/feature-hub/commit/656eeb0))





# [2.1.0](https://github.com/sinnerschrader/feature-hub/compare/v2.0.0...v2.1.0) (2019-07-05)


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.1.0"
"version": "2.1.1"
}
8 changes: 8 additions & 0 deletions packages/async-ssr-manager/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

**Note:** Version bump only for package @feature-hub/async-ssr-manager





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/async-ssr-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/async-ssr-manager",
"version": "2.0.0",
"version": "2.1.1",
"description": "A Feature Service to manage asynchronous server-side rendering.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,8 +21,8 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0",
"@feature-hub/logger": "^2.0.0"
"@feature-hub/core": "^2.1.1",
"@feature-hub/logger": "^2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

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





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/core",
"version": "2.0.0",
"version": "2.1.1",
"description": "Create scalable web applications using micro frontends.",
"keywords": [
"feature-app",
Expand Down
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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

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





# [2.1.0](https://github.com/sinnerschrader/feature-hub/compare/v2.0.0...v2.1.0) (2019-07-05)


Expand Down
22 changes: 11 additions & 11 deletions packages/demos/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@feature-hub/demos",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"license": "MIT",
"scripts": {
"build:todomvc": "yarn webpack --config src/todomvc/webpack-config.js --mode production"
},
"dependencies": {
"@blueprintjs/core": "^3.10.0",
"@feature-hub/async-ssr-manager": "^2.0.0",
"@feature-hub/core": "^2.0.0",
"@feature-hub/dom": "^2.0.0",
"@feature-hub/history-service": "^2.1.0",
"@feature-hub/logger": "^2.0.0",
"@feature-hub/module-loader-amd": "^2.0.0",
"@feature-hub/module-loader-commonjs": "^2.1.0",
"@feature-hub/react": "^2.0.0",
"@feature-hub/serialized-state-manager": "^2.0.0",
"@feature-hub/server-request": "^2.0.0",
"@feature-hub/async-ssr-manager": "^2.1.1",
"@feature-hub/core": "^2.1.1",
"@feature-hub/dom": "^2.1.1",
"@feature-hub/history-service": "^2.1.1",
"@feature-hub/logger": "^2.1.1",
"@feature-hub/module-loader-amd": "^2.1.1",
"@feature-hub/module-loader-commonjs": "^2.1.1",
"@feature-hub/react": "^2.1.1",
"@feature-hub/serialized-state-manager": "^2.1.1",
"@feature-hub/server-request": "^2.1.1",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/express": "^4.16.0",
"@types/get-port": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dom/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

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





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/dom",
"version": "2.0.0",
"version": "2.1.1",
"description": "A library for building a Feature Hub integrator using Web Components.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0",
"@feature-hub/core": "^2.1.1",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"url-join": "^4.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/history-service/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)


### Bug Fixes

* **history-service:** allow LocationDescriptorObject in more places ([#522](https://github.com/sinnerschrader/feature-hub/issues/522)) ([656eeb0](https://github.com/sinnerschrader/feature-hub/commit/656eeb0))





# [2.1.0](https://github.com/sinnerschrader/feature-hub/compare/v2.0.0...v2.1.0) (2019-07-05)


Expand Down
8 changes: 4 additions & 4 deletions packages/history-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/history-service",
"version": "2.1.0",
"version": "2.1.1",
"description": "A history facade guaranteeing safe access for multiple consumers.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,9 +21,9 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0",
"@feature-hub/logger": "^2.0.0",
"@feature-hub/server-request": "^2.0.0",
"@feature-hub/core": "^2.1.1",
"@feature-hub/logger": "^2.1.1",
"@feature-hub/server-request": "^2.1.1",
"fast-deep-equal": "^2.0.1"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

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





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/logger",
"version": "2.0.0",
"version": "2.1.1",
"description": "A Feature Service for providing a common logging integration to all Feature Hub consumers.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0"
"@feature-hub/core": "^2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/module-loader-amd/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

**Note:** Version bump only for package @feature-hub/module-loader-amd





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)

**Note:** Version bump only for package @feature-hub/module-loader-amd
Expand Down
4 changes: 2 additions & 2 deletions packages/module-loader-amd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/module-loader-amd",
"version": "2.0.0",
"version": "2.1.1",
"description": "A FeatureAppManager-compatible AMD module loader.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0",
"@feature-hub/core": "^2.1.1",
"systemjs": "^0.21.5"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/module-loader-commonjs/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

**Note:** Version bump only for package @feature-hub/module-loader-commonjs





# [2.1.0](https://github.com/sinnerschrader/feature-hub/compare/v2.0.0...v2.1.0) (2019-07-05)

**Note:** Version bump only for package @feature-hub/module-loader-commonjs
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "2.1.1",
"description": "A FeatureAppManager-compatible CommonJS module loader.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0",
"@feature-hub/core": "^2.1.1",
"fs-extra": "^8.0.0",
"node-fetch": "^2.3.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

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





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/react",
"version": "2.0.0",
"version": "2.1.1",
"description": "A library for building a Feature Hub integrator with React.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,8 +21,8 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/async-ssr-manager": "^2.0.0",
"@feature-hub/core": "^2.0.0",
"@feature-hub/async-ssr-manager": "^2.1.1",
"@feature-hub/core": "^2.1.1",
"url-join": "^4.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/serialized-state-manager/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

**Note:** Version bump only for package @feature-hub/serialized-state-manager





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/serialized-state-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/serialized-state-manager",
"version": "2.0.0",
"version": "2.1.1",
"description": "A Feature Service for managing the state transfer to the client when rendering on the server.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0"
"@feature-hub/core": "^2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/server-request/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.1.1](https://github.com/sinnerschrader/feature-hub/compare/v2.1.0...v2.1.1) (2019-07-06)

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





# [2.0.0](https://github.com/sinnerschrader/feature-hub/compare/v1.7.0...v2.0.0) (2019-06-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/server-request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/server-request",
"version": "2.0.0",
"version": "2.1.1",
"description": "A Feature Service that provides a server request to consumers that want to be server-side rendered.",
"homepage": "https://feature-hub.io/",
"bugs": {
Expand All @@ -21,7 +21,7 @@
"module": "lib/esm/index.js",
"typings": "lib/cjs/index.d.ts",
"dependencies": {
"@feature-hub/core": "^2.0.0"
"@feature-hub/core": "^2.1.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 089e99b

Please sign in to comment.