Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feature-hub-ci committed Dec 11, 2023
1 parent 6e5ee22 commit a9413fc
Show file tree
Hide file tree
Showing 20 changed files with 115 additions and 29 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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)


### Features

* **core:** include consumer ID in externals validation ([93bbf51](https://github.com/sinnerschrader/feature-hub/commit/93bbf5101391bc421e23feade461b4e69642f57a))





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"npmClient": "yarn",
"version": "3.3.0"
"version": "3.4.0"
}
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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)

**Note:** Version bump only for package @feature-hub/async-ssr-manager
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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0",
"@feature-hub/logger": "^3.3.0"
"@feature-hub/core": "^3.4.0",
"@feature-hub/logger": "^3.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)


### Features

* **core:** include consumer ID in externals validation ([93bbf51](https://github.com/sinnerschrader/feature-hub/commit/93bbf5101391bc421e23feade461b4e69642f57a))





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)


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": "3.3.0",
"version": "3.4.0",
"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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)


Expand Down
18 changes: 9 additions & 9 deletions packages/demos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feature-hub/demos",
"version": "3.3.0",
"version": "3.4.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,17 +11,17 @@
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@blueprintjs/core": "^5.0.0",
"@feature-hub/async-ssr-manager": "^3.3.0",
"@feature-hub/core": "^3.3.0",
"@feature-hub/dom": "^3.3.0",
"@feature-hub/history-service": "^3.3.0",
"@feature-hub/logger": "^3.3.0",
"@feature-hub/async-ssr-manager": "^3.4.0",
"@feature-hub/core": "^3.4.0",
"@feature-hub/dom": "^3.4.0",
"@feature-hub/history-service": "^3.4.0",
"@feature-hub/logger": "^3.4.0",
"@feature-hub/module-loader-amd": "^3.3.0",
"@feature-hub/module-loader-commonjs": "^3.3.0",
"@feature-hub/module-loader-federation": "^3.3.0",
"@feature-hub/react": "^3.3.0",
"@feature-hub/serialized-state-manager": "^3.3.0",
"@feature-hub/server-request": "^3.3.0",
"@feature-hub/react": "^3.4.0",
"@feature-hub/serialized-state-manager": "^3.4.0",
"@feature-hub/server-request": "^3.4.0",
"@swc/core": "^1.3.90",
"@types/express": "^4.17.18",
"@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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)

**Note:** Version bump only for package @feature-hub/dom
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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0",
"@feature-hub/core": "^3.4.0",
"lit-element": "^2.0.1",
"lit-html": "^1.0.0",
"url-join": "^4.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/history-service/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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)

**Note:** Version bump only for package @feature-hub/history-service
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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0",
"@feature-hub/logger": "^3.3.0",
"@feature-hub/server-request": "^3.3.0",
"@feature-hub/core": "^3.4.0",
"@feature-hub/logger": "^3.4.0",
"@feature-hub/server-request": "^3.4.0",
"fast-deep-equal": "^3.1.3",
"resolve-pathname": "^3.0.0"
},
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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)

**Note:** Version bump only for package @feature-hub/logger
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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0"
"@feature-hub/core": "^3.4.0"
},
"publishConfig": {
"access": "public"
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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)


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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0",
"@feature-hub/core": "^3.3.0",
"@feature-hub/async-ssr-manager": "^3.4.0",
"@feature-hub/core": "^3.4.0",
"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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)

**Note:** Version bump only for package @feature-hub/serialized-state-manager
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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0"
"@feature-hub/core": "^3.4.0"
},
"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.

# [3.4.0](https://github.com/sinnerschrader/feature-hub/compare/v3.3.0...v3.4.0) (2023-12-11)

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





# [3.3.0](https://github.com/sinnerschrader/feature-hub/compare/v3.2.0...v3.3.0) (2023-10-16)

**Note:** Version bump only for package @feature-hub/server-request
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": "3.3.0",
"version": "3.4.0",
"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": "^3.3.0"
"@feature-hub/core": "^3.4.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a9413fc

Please sign in to comment.