Skip to content

Commit

Permalink
chore: release v14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hops-release-bot[bot] committed Apr 20, 2021
1 parent 75988bb commit 3f9bbc7
Show file tree
Hide file tree
Showing 56 changed files with 372 additions and 87 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)


### Bug Fixes

* correctly initialize import component context ([2df0da6](https://github.com/xing/hops/commit/2df0da6d44256d6c77cc0bc1a3dcf435a65a8a2e)), closes [#1729](https://github.com/xing/hops/issues/1729)
* **react:** add missing CLI-flag to develop command ([9bfe85f](https://github.com/xing/hops/commit/9bfe85f685eef18bfa8103f8717a1f13351b1b87))
* **webpack:** add missing CLI-flags to develop command ([fe9ce0e](https://github.com/xing/hops/commit/fe9ce0e790e3d4e8c6bc9fc5f40ecb537e11cd86))
* update dependency ajv to v8 ([b3f6033](https://github.com/xing/hops/commit/b3f6033dfc1a81303db1c1e0397811dc817cf1ef))
* update webpack core ([8c89d8d](https://github.com/xing/hops/commit/8c89d8d0616846c24a90aef779d50fed9cd0b2f9))
* **bootstrap:** adapt validator to breaking changes in ajv ([37e9ea9](https://github.com/xing/hops/commit/37e9ea97b0a2d0ea530e4306a7a43f1dc3a4a5b0))
* set correct "main" fields for templates ([6d9d0c7](https://github.com/xing/hops/commit/6d9d0c7efb1a608d1a055e37a11e13404bb9161b))
* update dependency ajv-formats to v2 ([5b768f1](https://github.com/xing/hops/commit/5b768f123b7a8f28feebae881724dd43f967007d))
* **create-hops-app:** rename bin to "create-hops-app" for stable version ([35a0b79](https://github.com/xing/hops/commit/35a0b79cd339daf044863a696e5f4e9f0c924748))


### Features

* **react:** add fast refresh plugin ([e5fcf09](https://github.com/xing/hops/commit/e5fcf09e15fcc902097e2e6454527ec19084c5e3))
* add web vitals support ([68b85cf](https://github.com/xing/hops/commit/68b85cf8637f1cc2e67ebe284e6b4d1c54f9edda))





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-lerna-root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "14.0.1",
"version": "14.1.0",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/apollo-mock-server/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops-apollo-mock-server





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-apollo-mock-server
Expand Down
8 changes: 4 additions & 4 deletions packages/apollo-mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-apollo-mock-server",
"version": "14.0.1",
"version": "14.1.0",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,9 +28,9 @@
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-tag": "^2.11.0",
"hops-config": "14.0.1",
"hops-mixin": "14.0.1",
"hops-webpack": "14.0.1"
"hops-config": "14.1.0",
"hops-mixin": "14.1.0",
"hops-webpack": "14.1.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme"
}
13 changes: 13 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)


### Bug Fixes

* **bootstrap:** adapt validator to breaking changes in ajv ([37e9ea9](https://github.com/xing/hops/commit/37e9ea97b0a2d0ea530e4306a7a43f1dc3a4a5b0))
* update dependency ajv to v8 ([b3f6033](https://github.com/xing/hops/commit/b3f6033dfc1a81303db1c1e0397811dc817cf1ef))
* update dependency ajv-formats to v2 ([5b768f1](https://github.com/xing/hops/commit/5b768f123b7a8f28feebae881724dd43f967007d))





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-bootstrap
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-bootstrap",
"version": "14.0.1",
"version": "14.1.0",
"description": "Hops bootstrap",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"escape-string-regexp": "^4.0.0",
"find-up": "^5.0.0",
"flat": "^5.0.0",
"hops-debug": "14.0.1",
"hops-debug": "14.1.0",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"supports-color": "^8.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/config/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops-config





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-config
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "14.0.1",
"version": "14.1.0",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "14.0.1"
"hops-bootstrap": "14.1.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
}
11 changes: 11 additions & 0 deletions packages/create-hops-app/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)


### Bug Fixes

* **create-hops-app:** rename bin to "create-hops-app" for stable version ([35a0b79](https://github.com/xing/hops/commit/35a0b79cd339daf044863a696e5f4e9f0c924748))





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package create-hops-app
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hops-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-hops-app",
"version": "14.0.1",
"version": "14.1.0",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/debug/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops-debug





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-debug
Expand Down
2 changes: 1 addition & 1 deletion packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-debug",
"version": "14.0.1",
"version": "14.1.0",
"description": "Hops debug wrapper",
"main": "node.js",
"browser": "browser.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/development-proxy/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops-development-proxy





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-development-proxy
Expand Down
6 changes: 3 additions & 3 deletions packages/development-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-development-proxy",
"version": "14.0.1",
"version": "14.1.0",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -17,8 +17,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "14.0.1",
"hops-mixin": "14.0.1",
"hops-debug": "14.1.0",
"hops-mixin": "14.1.0",
"http-proxy-middleware": "^1.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
Expand Down
8 changes: 8 additions & 0 deletions packages/express/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops-express





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-express
Expand Down
10 changes: 5 additions & 5 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "14.0.1",
"version": "14.1.0",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,10 +28,10 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "14.0.1",
"hops-debug": "14.0.1",
"hops-mixin": "14.0.1",
"hops-yargs": "14.0.1",
"hops-bootstrap": "14.1.0",
"hops-debug": "14.1.0",
"hops-mixin": "14.1.0",
"hops-yargs": "14.1.0",
"is-plain-obj": "^3.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops-graphql





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-graphql
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "14.0.1",
"version": "14.1.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -21,8 +21,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "14.0.1",
"hops-react-apollo": "14.0.1"
"hops-apollo-mock-server": "14.1.0",
"hops-react-apollo": "14.1.0"
},
"peerDependencies": {
"@apollo/client": "^3.3.11",
Expand Down
8 changes: 8 additions & 0 deletions packages/hops/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package hops





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops
Expand Down
14 changes: 7 additions & 7 deletions packages/hops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops",
"version": "14.0.1",
"version": "14.1.0",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
Expand Down Expand Up @@ -30,12 +30,12 @@
"displayName": "unit"
},
"dependencies": {
"hops-express": "14.0.1",
"hops-info": "14.0.1",
"hops-mixin": "14.0.1",
"hops-react": "14.0.1",
"hops-webpack": "14.0.1",
"hops-yargs": "14.0.1",
"hops-express": "14.1.0",
"hops-info": "14.1.0",
"hops-mixin": "14.1.0",
"hops-react": "14.1.0",
"hops-webpack": "14.1.0",
"hops-yargs": "14.1.0",
"webpack-bundle-analyzer": "^4.1.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/info/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)


### Features

* add web vitals support ([68b85cf](https://github.com/xing/hops/commit/68b85cf8637f1cc2e67ebe284e6b4d1c54f9edda))





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package hops-info
Expand Down
6 changes: 3 additions & 3 deletions packages/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-info",
"version": "14.0.1",
"version": "14.1.0",
"description": "Hops info mixin",
"repository": {
"type": "git",
Expand All @@ -20,8 +20,8 @@
"enhanced-resolve": "^5.0.0",
"eprom": "^1.0.0",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "14.0.1",
"hops-mixin": "14.0.1",
"hops-bootstrap": "14.1.0",
"hops-mixin": "14.1.0",
"mixinable": "^5.0.1",
"web-vitals": "^1.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-environment/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.

# [14.1.0](https://github.com/xing/hops/compare/v14.0.1...v14.1.0) (2021-04-20)

**Note:** Version bump only for package jest-environment-hops





## [14.0.1](https://github.com/xing/hops/compare/v14.0.0...v14.0.1) (2021-03-29)

**Note:** Version bump only for package jest-environment-hops
Expand Down
Loading

0 comments on commit 3f9bbc7

Please sign in to comment.