Skip to content

Commit

Permalink
chore: release v14.0.0-nightly.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Nov 20, 2020
1 parent ec7aa01 commit 23a49d7
Show file tree
Hide file tree
Showing 52 changed files with 358 additions and 79 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [14.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* **webpack:** compile browser bundle for latest chrome only ([ec7aa01](https://github.com/xing/hops/commit/ec7aa01f43bf989944aed464511a3bab52fe63af))
* **webpack:** fix memory leak in StatsWriterPlugin ([42e7fc8](https://github.com/xing/hops/commit/42e7fc836a43f534efe381f17065ce77a3ab6c68))
* upgrade dependency is-plain-obj ([3f9fb41](https://github.com/xing/hops/commit/3f9fb4144ddbcab62a0f02e11dd5947e5b81994b))
* upgrade graphql-tools monorepo ([9530be1](https://github.com/xing/hops/commit/9530be135335dd454d44a0a4db8f3ef246279865))
* upgrade react monorepo to v17 ([ccd74f0](https://github.com/xing/hops/commit/ccd74f01923b8b902c64deaa8990b67cfe781bed))
* upgrade webpack-bundle-analyzer to v4 ([6522387](https://github.com/xing/hops/commit/65223876a1a35e936036194511de0a4ac4fbbb9f))
* upgrade webpack-dev-middleware to v4 ([83b39ee](https://github.com/xing/hops/commit/83b39ee866a10e292a9c68c7b62673b038bf4205))
* upgrade yargs to v16 ([35e48f1](https://github.com/xing/hops/commit/35e48f1a72e7e3ef220b3cedfc30209d00b715f7))
* **spec:** hops dependencies should be wildcards ([88aab72](https://github.com/xing/hops/commit/88aab7229d127083b12c03873582e2c5a0aaa8ab))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)


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.0-nightly.2",
"version": "14.0.0-nightly.3",
"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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)

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





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand All @@ -24,9 +24,9 @@
"cross-fetch": "^3.0.4",
"express": "^4.17.1",
"graphql": "^15.0.0",
"hops-config": "^14.0.0-nightly.2",
"hops-mixin": "^14.0.0-nightly.2",
"hops-webpack": "^14.0.0-nightly.2"
"hops-config": "^14.0.0-nightly.3",
"hops-mixin": "^14.0.0-nightly.3",
"hops-webpack": "^14.0.0-nightly.3"
},
"peerDependencies": {
"graphql-tag": "^2.10.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/bootstrap/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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* upgrade dependency is-plain-obj ([3f9fb41](https://github.com/xing/hops/commit/3f9fb4144ddbcab62a0f02e11dd5947e5b81994b))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**Note:** Version bump only for package hops-bootstrap
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-bootstrap",
"version": "14.0.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Hops bootstrap",
"repository": {
"type": "git",
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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)

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





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "^14.0.0-nightly.2"
"hops-bootstrap": "^14.0.0-nightly.3"
},
"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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* upgrade yargs to v16 ([35e48f1](https://github.com/xing/hops/commit/35e48f1a72e7e3ef220b3cedfc30209d00b715f7))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)

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





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**Note:** Version bump only for package hops-development-proxy
Expand Down
4 changes: 2 additions & 2 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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"hops-mixin": "^14.0.0-nightly.2",
"hops-mixin": "^14.0.0-nightly.3",
"http-proxy-middleware": "^1.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.

# [14.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* upgrade dependency is-plain-obj ([3f9fb41](https://github.com/xing/hops/commit/3f9fb4144ddbcab62a0f02e11dd5947e5b81994b))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**Note:** Version bump only for package hops-express
Expand Down
8 changes: 4 additions & 4 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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -26,9 +26,9 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "^14.0.0-nightly.2",
"hops-mixin": "^14.0.0-nightly.2",
"hops-yargs": "^14.0.0-nightly.2",
"hops-bootstrap": "^14.0.0-nightly.3",
"hops-mixin": "^14.0.0-nightly.3",
"hops-yargs": "^14.0.0-nightly.3",
"is-plain-obj": "^3.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql/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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* upgrade react monorepo to v17 ([ccd74f0](https://github.com/xing/hops/commit/ccd74f01923b8b902c64deaa8990b67cfe781bed))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -18,8 +18,8 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-apollo-mock-server": "^14.0.0-nightly.2",
"hops-react-apollo": "^14.0.0-nightly.2"
"hops-apollo-mock-server": "^14.0.0-nightly.3",
"hops-react-apollo": "^14.0.0-nightly.3"
},
"peerDependencies": {
"graphql-tag": "^2.10.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/hops/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.

# [14.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* upgrade react monorepo to v17 ([ccd74f0](https://github.com/xing/hops/commit/ccd74f01923b8b902c64deaa8990b67cfe781bed))
* upgrade webpack-bundle-analyzer to v4 ([6522387](https://github.com/xing/hops/commit/65223876a1a35e936036194511de0a4ac4fbbb9f))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
Expand All @@ -27,12 +27,12 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops-express": "^14.0.0-nightly.2",
"hops-info": "^14.0.0-nightly.2",
"hops-mixin": "^14.0.0-nightly.2",
"hops-react": "^14.0.0-nightly.2",
"hops-webpack": "^14.0.0-nightly.2",
"hops-yargs": "^14.0.0-nightly.2",
"hops-express": "^14.0.0-nightly.3",
"hops-info": "^14.0.0-nightly.3",
"hops-mixin": "^14.0.0-nightly.3",
"hops-react": "^14.0.0-nightly.3",
"hops-webpack": "^14.0.0-nightly.3",
"hops-yargs": "^14.0.0-nightly.3",
"webpack-bundle-analyzer": "^4.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/info/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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)

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





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

**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.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Hops info mixin",
"repository": {
"type": "git",
Expand All @@ -18,8 +18,8 @@
"enhanced-resolve": "^5.0.0",
"eprom": "^1.0.0",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "^14.0.0-nightly.2",
"hops-mixin": "^14.0.0-nightly.2",
"hops-bootstrap": "^14.0.0-nightly.3",
"hops-mixin": "^14.0.0-nightly.3",
"mixinable": "^5.0.1"
},
"engines": {
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-preset/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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)


### Bug Fixes

* upgrade react monorepo to v17 ([ccd74f0](https://github.com/xing/hops/commit/ccd74f01923b8b902c64deaa8990b67cfe781bed))





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-hops",
"version": "14.0.0-nightly.2",
"version": "14.0.0-nightly.3",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/preset-react": "^7.9.4",
"colors": "^1.4.0",
"core-js": "^3.2.1",
"hops": "^14.0.0-nightly.2",
"hops": "^14.0.0-nightly.3",
"identity-obj-proxy": "^3.0.0",
"import-from": "^3.0.0",
"regenerator-runtime": "^0.13.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda/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.0.0-nightly.3](https://github.com/xing/hops/compare/v14.0.0-nightly.2...v14.0.0-nightly.3) (2020-11-20)

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





# [14.0.0-nightly.2](https://github.com/xing/hops/compare/v14.0.0-nightly.1...v14.0.0-nightly.2) (2020-11-13)

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

0 comments on commit 23a49d7

Please sign in to comment.