Skip to content

Commit

Permalink
chore: release v15.0.0-nightly.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge committed Jun 8, 2021
1 parent 5a95149 commit f9dd76e
Show file tree
Hide file tree
Showing 56 changed files with 422 additions and 87 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,44 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* **jest-preset:** use correct import of babel-jest package ([e50c595](https://github.com/xing/hops/commit/e50c5955ab3c54f57cfd08bc4b2689da3b8ddce0))
* allow custom apollo cache ([e3b76eb](https://github.com/xing/hops/commit/e3b76eb026a79e42a49677d06af22b5bc3dc234f))
* correctly initialize import component context ([e9dd60d](https://github.com/xing/hops/commit/e9dd60d0576f026404a174da7e1b529c784ab57c)), closes [#1729](https://github.com/xing/hops/issues/1729)
* update dependency dotenv to v10 ([4ff6ccf](https://github.com/xing/hops/commit/4ff6ccff6b36f3c08923bea6e5f11e2785a20ae9))
* update dependency dotenv to v9 ([12d6268](https://github.com/xing/hops/commit/12d6268d9d77d1500e539e43de98825ca482b75d))
* update dependency fs-extra to v10 ([52e04c8](https://github.com/xing/hops/commit/52e04c842d6cb266f1076288d3b83cc168c7a513))
* update dependency http-proxy-middleware to v2 ([870adda](https://github.com/xing/hops/commit/870addaa8a8945a05111edbcb45a156e04ae7de5))
* update dependency import-from to v4 ([c674e10](https://github.com/xing/hops/commit/c674e10ce243875da4c0e971a94e3c0fda9ddd91))
* update dependency nocache to v3 ([a00615a](https://github.com/xing/hops/commit/a00615a754d2f14c23756b632799eb837d910312))
* update dependency optimize-css-assets-webpack-plugin to v6 ([4e52f69](https://github.com/xing/hops/commit/4e52f69e9e993894a2ac85c460c33f68c5d98bd8))
* update dependency web-vitals to v2 ([d383856](https://github.com/xing/hops/commit/d38385696e86c9b24f1195d9db8c35243bb7ee8c))
* update dependency webpack-dev-middleware to v5 ([ba24511](https://github.com/xing/hops/commit/ba245117444edba7aa3b7edf7ff806370668534e))
* **apollo-mock-server:** update package graphql-tag ([daaab44](https://github.com/xing/hops/commit/daaab4491f71af7a5ccf9f9d1d90f658f3653f56))
* **debug:** provide method extend in the browser ([26d4d9b](https://github.com/xing/hops/commit/26d4d9b87a85ed6da9cdd9c0e0b7d22856904962))
* **jest-preset:** set Jest test environment explicitly ([ab13512](https://github.com/xing/hops/commit/ab13512f5068f3aea10a834d9f5bd4e52a564c38))
* update dependency puppeteer to v9 ([d1b52d8](https://github.com/xing/hops/commit/d1b52d8736758811f21e5927c4d3d10ce8a54a88))
* update dependency yargs to v17 ([30cb2f6](https://github.com/xing/hops/commit/30cb2f6b8285d7010bac0afae7979f0cd590e528))
* **react:** add missing CLI-flag to develop command ([5dc7966](https://github.com/xing/hops/commit/5dc7966f22a1a2b185bb93467157e401da29f96f))
* **webpack:** add missing CLI-flags to develop command ([db0964c](https://github.com/xing/hops/commit/db0964c8011396f36d0637dd4afcef8d2df32000))
* update webpack core ([64c748f](https://github.com/xing/hops/commit/64c748fe3907fa6a440a9b41d1264cb956ac05c2))


### Features

* **jest-preset:** enable ESM support for Typescript ([a9a9bd8](https://github.com/xing/hops/commit/a9a9bd826708b3476f2fcc6d05199ad89511cd4b))
* update Jest to version 27 ([35d373e](https://github.com/xing/hops/commit/35d373eab1a2dc546891ce2f1de3f45a7160f32b)), closes [#1832](https://github.com/xing/hops/issues/1832) [#1831](https://github.com/xing/hops/issues/1831) [#1760](https://github.com/xing/hops/issues/1760)
* **react:** add fast refresh plugin ([90189a2](https://github.com/xing/hops/commit/90189a265f0a461ddd390c4e06533de53461d084))
* **react:** switch to the new JSX transform ([8c9a353](https://github.com/xing/hops/commit/8c9a35382a81c6c0a6751670f2b08233e878e500))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)


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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/apollo-mock-server/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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* **apollo-mock-server:** update package graphql-tag ([daaab44](https://github.com/xing/hops/commit/daaab4491f71af7a5ccf9f9d1d90f658f3653f56))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"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.12.3",
"hops-config": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-webpack": "15.0.0-nightly.1"
"hops-config": "15.0.0-nightly.2",
"hops-mixin": "15.0.0-nightly.2",
"hops-webpack": "15.0.0-nightly.2"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme"
}
12 changes: 12 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* update dependency dotenv to v10 ([4ff6ccf](https://github.com/xing/hops/commit/4ff6ccff6b36f3c08923bea6e5f11e2785a20ae9))
* update dependency dotenv to v9 ([12d6268](https://github.com/xing/hops/commit/12d6268d9d77d1500e539e43de98825ca482b75d))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)


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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"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": "15.0.0-nightly.1",
"hops-debug": "15.0.0-nightly.2",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1"
},
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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)

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





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "15.0.0-nightly.1"
"hops-bootstrap": "15.0.0-nightly.2"
},
"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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* update dependency yargs to v17 ([30cb2f6](https://github.com/xing/hops/commit/30cb2f6b8285d7010bac0afae7979f0cd590e528))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
11 changes: 11 additions & 0 deletions packages/debug/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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* **debug:** provide method extend in the browser ([26d4d9b](https://github.com/xing/hops/commit/26d4d9b87a85ed6da9cdd9c0e0b7d22856904962))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"description": "Hops debug wrapper",
"main": "node.js",
"browser": "browser.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/development-proxy/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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* update dependency http-proxy-middleware to v2 ([870adda](https://github.com/xing/hops/commit/870addaa8a8945a05111edbcb45a156e04ae7de5))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -17,8 +17,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-debug": "15.0.0-nightly.2",
"hops-mixin": "15.0.0-nightly.2",
"http-proxy-middleware": "^2.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
Expand Down
11 changes: 11 additions & 0 deletions packages/express/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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* update dependency nocache to v3 ([a00615a](https://github.com/xing/hops/commit/a00615a754d2f14c23756b632799eb837d910312))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"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": "15.0.0-nightly.1",
"hops-debug": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-yargs": "15.0.0-nightly.1",
"hops-bootstrap": "15.0.0-nightly.2",
"hops-debug": "15.0.0-nightly.2",
"hops-mixin": "15.0.0-nightly.2",
"hops-yargs": "15.0.0-nightly.2",
"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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)

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





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -21,8 +21,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "15.0.0-nightly.1",
"hops-react-apollo": "15.0.0-nightly.1"
"hops-apollo-mock-server": "15.0.0-nightly.2",
"hops-react-apollo": "15.0.0-nightly.2"
},
"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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)

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





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)

**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": "15.0.0-nightly.1",
"version": "15.0.0-nightly.2",
"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": "15.0.0-nightly.1",
"hops-info": "15.0.0-nightly.1",
"hops-mixin": "15.0.0-nightly.1",
"hops-react": "15.0.0-nightly.1",
"hops-webpack": "15.0.0-nightly.1",
"hops-yargs": "15.0.0-nightly.1",
"hops-express": "15.0.0-nightly.2",
"hops-info": "15.0.0-nightly.2",
"hops-mixin": "15.0.0-nightly.2",
"hops-react": "15.0.0-nightly.2",
"hops-webpack": "15.0.0-nightly.2",
"hops-yargs": "15.0.0-nightly.2",
"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.

# [15.0.0-nightly.2](https://github.com/xing/hops/compare/v15.0.0-nightly.1...v15.0.0-nightly.2) (2021-06-08)


### Bug Fixes

* update dependency web-vitals to v2 ([d383856](https://github.com/xing/hops/commit/d38385696e86c9b24f1195d9db8c35243bb7ee8c))





# [15.0.0-nightly.1](https://github.com/xing/hops/compare/v15.0.0-nightly.0...v15.0.0-nightly.1) (2021-04-07)


Expand Down
Loading

0 comments on commit f9dd76e

Please sign in to comment.