Skip to content

Commit

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

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

* **jest-preset:** use correct import of babel-jest package ([20f6ed3](https://github.com/xing/hops/commit/20f6ed3f2b87e752f56eb02404c26fdea8d78dd4))
* allow custom apollo cache ([e1b89af](https://github.com/xing/hops/commit/e1b89af9a869eb0aa843d73afa04edec46bc596d))
* update dependency dotenv to v10 ([8e206ed](https://github.com/xing/hops/commit/8e206ed06a06ed0779afd165a6931be210be1a28))
* update dependency dotenv to v9 ([467ae09](https://github.com/xing/hops/commit/467ae09c8f356209a50f88e6b80a46e0939d3b3d))
* update dependency fs-extra to v10 ([5a82bc9](https://github.com/xing/hops/commit/5a82bc909d9b16511d1761d6b3673aedfbe79088))
* update dependency http-proxy-middleware to v2 ([dfaa00b](https://github.com/xing/hops/commit/dfaa00b31fc798b3f2caf0b057b10646705cac6d))
* update dependency import-from to v4 ([07ffb06](https://github.com/xing/hops/commit/07ffb06b6c132b247d0ce6ca2807d28677827bff))
* update dependency nocache to v3 ([bffb53f](https://github.com/xing/hops/commit/bffb53f2cfd85f5977db5d871b8b703a29f4860b))
* update dependency optimize-css-assets-webpack-plugin to v6 ([2defe26](https://github.com/xing/hops/commit/2defe2627163632ca1195ee05c71bc619b3b1912))
* update dependency puppeteer to v10 ([8fe3351](https://github.com/xing/hops/commit/8fe3351c5220255358005d3b60fe1e9d7a325e88))
* update dependency web-vitals to v2 ([8bc5a64](https://github.com/xing/hops/commit/8bc5a64a2617d1e50a973bf8fbb33baf8d58dcd5))
* update dependency webpack-dev-middleware to v5 ([7c2164c](https://github.com/xing/hops/commit/7c2164cc3f04e510cdffc9e6e09145ce5400aeb5))
* **apollo-mock-server:** update package graphql-tag ([9d1816a](https://github.com/xing/hops/commit/9d1816aa250cdefbe84f523bd6577b2f69808023))
* **debug:** provide method extend in the browser ([d657fda](https://github.com/xing/hops/commit/d657fdaa0616a401d4935302c42b3fbd1dfcae25))
* **jest-preset:** set Jest test environment explicitly ([1847985](https://github.com/xing/hops/commit/1847985e41d152788db447aad878a1b56246906d))
* update dependency puppeteer to v9 ([aafcdec](https://github.com/xing/hops/commit/aafcdec798cbcb9a58f7a824be3ff13c3d3ba9f4))
* update dependency yargs to v17 ([99fb4c6](https://github.com/xing/hops/commit/99fb4c6c52ff20722b169cfc7d2d23eedde07f11))


### Features

* **jest-preset:** enable ESM support for Typescript ([4a8cf18](https://github.com/xing/hops/commit/4a8cf183f9eab34f72b4daf568ed3108b20ba238))
* update Jest to version 27 ([31fd69b](https://github.com/xing/hops/commit/31fd69b23fd5f1dd0e0cfce46d7a8db173eb9361)), closes [#1838](https://github.com/xing/hops/issues/1838) [#1839](https://github.com/xing/hops/issues/1839) [#1761](https://github.com/xing/hops/issues/1761)
* **react:** switch to the new JSX transform ([8c3acfb](https://github.com/xing/hops/commit/8c3acfbb9791b7b83122cea61edd1dab7057d8cb))





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


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.1.0",
"version": "14.2.0",
"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.

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

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





# [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
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.1.0",
"version": "14.2.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.12.3",
"hops-config": "14.1.0",
"hops-mixin": "14.1.0",
"hops-webpack": "14.1.0"
"hops-config": "14.2.0",
"hops-mixin": "14.2.0",
"hops-webpack": "14.2.0"
},
"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.

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

* update dependency dotenv to v10 ([8e206ed](https://github.com/xing/hops/commit/8e206ed06a06ed0779afd165a6931be210be1a28))
* update dependency dotenv to v9 ([467ae09](https://github.com/xing/hops/commit/467ae09c8f356209a50f88e6b80a46e0939d3b3d))





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


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.1.0",
"version": "14.2.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.1.0",
"hops-debug": "14.2.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.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)

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





# [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
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.1.0",
"version": "14.2.0",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "14.1.0"
"hops-bootstrap": "14.2.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.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

* update dependency yargs to v17 ([99fb4c6](https://github.com/xing/hops/commit/99fb4c6c52ff20722b169cfc7d2d23eedde07f11))





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


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.1.0",
"version": "14.2.0",
"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.

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

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





# [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
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.1.0",
"version": "14.2.0",
"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.

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

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





# [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
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.1.0",
"version": "14.2.0",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -17,8 +17,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "14.1.0",
"hops-mixin": "14.1.0",
"hops-debug": "14.2.0",
"hops-mixin": "14.2.0",
"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.

# [14.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

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





# [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
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.1.0",
"version": "14.2.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.1.0",
"hops-debug": "14.1.0",
"hops-mixin": "14.1.0",
"hops-yargs": "14.1.0",
"hops-bootstrap": "14.2.0",
"hops-debug": "14.2.0",
"hops-mixin": "14.2.0",
"hops-yargs": "14.2.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.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)

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





# [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
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.1.0",
"version": "14.2.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand All @@ -21,8 +21,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "14.1.0",
"hops-react-apollo": "14.1.0"
"hops-apollo-mock-server": "14.2.0",
"hops-react-apollo": "14.2.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.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)

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





# [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
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.1.0",
"version": "14.2.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.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",
"hops-express": "14.2.0",
"hops-info": "14.2.0",
"hops-mixin": "14.2.0",
"hops-react": "14.2.0",
"hops-webpack": "14.2.0",
"hops-yargs": "14.2.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.2.0](https://github.com/xing/hops/compare/v14.1.0...v14.2.0) (2021-06-14)


### Bug Fixes

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





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


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.1.0",
"version": "14.2.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.1.0",
"hops-mixin": "14.1.0",
"hops-bootstrap": "14.2.0",
"hops-mixin": "14.2.0",
"mixinable": "^5.0.1",
"web-vitals": "^2.0.0"
},
Expand Down
Loading

0 comments on commit ca09c6e

Please sign in to comment.