Skip to content

Commit

Permalink
Showing 58 changed files with 341 additions and 91 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [15.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)


### Bug Fixes

* update dependency loader-utils to v3 ([3de91e1](https://github.com/xing/hops/commit/3de91e1988286e8c5e3729d7b877e434acd166d3))
* update dependency react-refresh to ^0.11.0 ([7adebdc](https://github.com/xing/hops/commit/7adebdc44a9c818d030efb24c3a084c6881b9995))


### Features

* **express:** make helmet headers configurable ([71bd502](https://github.com/xing/hops/commit/71bd50295226eb4cdfd855964b0ca14ee20c3384))





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)


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.1.2",
"version": "15.2.0",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
8 changes: 8 additions & 0 deletions packages/apollo-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-apollo-mock-server
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.1.2",
"version": "15.2.0",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
@@ -28,9 +28,9 @@
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-tag": "^2.12.3",
"hops-config": "15.1.2",
"hops-mixin": "15.1.2",
"hops-webpack": "15.1.2"
"hops-config": "15.2.0",
"hops-mixin": "15.2.0",
"hops-webpack": "15.2.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
8 changes: 8 additions & 0 deletions packages/bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-bootstrap
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.1.2",
"version": "15.2.0",
"description": "Hops bootstrap",
"repository": {
"type": "git",
@@ -21,7 +21,7 @@
"escape-string-regexp": "^4.0.0",
"find-up": "^5.0.0",
"flat": "^5.0.0",
"hops-debug": "15.1.2",
"hops-debug": "15.2.0",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1"
},
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-config
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.1.2",
"version": "15.2.0",
"description": "Hops core configuration",
"keywords": [
"hops",
@@ -21,7 +21,7 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "15.1.2"
"hops-bootstrap": "15.2.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
8 changes: 8 additions & 0 deletions packages/create-hops-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

**Note:** Version bump only for package create-hops-app





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package create-hops-app
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.1.2",
"version": "15.2.0",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
8 changes: 8 additions & 0 deletions packages/debug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-debug
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.1.2",
"version": "15.2.0",
"description": "Hops debug wrapper",
"main": "node.js",
"browser": "browser.js",
8 changes: 8 additions & 0 deletions packages/development-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-development-proxy
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.1.2",
"version": "15.2.0",
"description": "Proxy",
"keywords": [
"hops"
@@ -17,8 +17,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "15.1.2",
"hops-mixin": "15.1.2",
"hops-debug": "15.2.0",
"hops-mixin": "15.2.0",
"http-proxy-middleware": "^2.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme",
11 changes: 11 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)


### Features

* **express:** make helmet headers configurable ([71bd502](https://github.com/xing/hops/commit/71bd50295226eb4cdfd855964b0ca14ee20c3384))





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)


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.1.2",
"version": "15.2.0",
"description": "Customization for the our express server",
"keywords": [
"hops",
@@ -28,10 +28,10 @@
"express": "^4.17.1",
"finalhandler": "^1.1.2",
"helmet": "^4.0.0",
"hops-bootstrap": "15.1.2",
"hops-debug": "15.1.2",
"hops-mixin": "15.1.2",
"hops-yargs": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-debug": "15.2.0",
"hops-mixin": "15.2.0",
"hops-yargs": "15.2.0",
"is-plain-obj": "^3.0.0",
"mime": "^3.0.0",
"mixinable": "^5.0.1",
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-graphql
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.1.2",
"version": "15.2.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
@@ -21,8 +21,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-apollo-mock-server": "15.1.2",
"hops-react-apollo": "15.1.2"
"hops-apollo-mock-server": "15.2.0",
"hops-react-apollo": "15.2.0"
},
"peerDependencies": {
"@apollo/client": "^3.3.11",
8 changes: 8 additions & 0 deletions packages/hops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops
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.1.2",
"version": "15.2.0",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
@@ -30,12 +30,12 @@
"displayName": "unit"
},
"dependencies": {
"hops-express": "15.1.2",
"hops-info": "15.1.2",
"hops-mixin": "15.1.2",
"hops-react": "15.1.2",
"hops-webpack": "15.1.2",
"hops-yargs": "15.1.2",
"hops-express": "15.2.0",
"hops-info": "15.2.0",
"hops-mixin": "15.2.0",
"hops-react": "15.2.0",
"hops-webpack": "15.2.0",
"hops-yargs": "15.2.0",
"webpack-bundle-analyzer": "^4.1.0"
},
"peerDependencies": {
8 changes: 8 additions & 0 deletions packages/info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-info
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": "15.1.2",
"version": "15.2.0",
"description": "Hops info mixin",
"repository": {
"type": "git",
@@ -20,8 +20,8 @@
"enhanced-resolve": "^5.0.0",
"eprom": "^1.0.0",
"escape-string-regexp": "^4.0.0",
"hops-bootstrap": "15.1.2",
"hops-mixin": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-mixin": "15.2.0",
"mixinable": "^5.0.1",
"web-vitals": "^2.0.0"
},
8 changes: 8 additions & 0 deletions packages/jest-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)


4 changes: 2 additions & 2 deletions packages/jest-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-environment-hops",
"version": "15.1.2",
"version": "15.2.0",
"description": "Opinionated Jest environment to run Puppeteer-powered tests against Hops apps",
"keywords": [
"hops",
@@ -23,7 +23,7 @@
"chalk": "^4.0.0",
"eprom": "^1.0.0",
"fs-extra": "^10.0.0",
"hops-debug": "15.1.2",
"hops-debug": "15.2.0",
"import-from": "^4.0.0",
"mkdirp": "^1.0.4",
"mktemp": "^1.0.0",
8 changes: 8 additions & 0 deletions packages/jest-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package jest-preset-hops
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": "15.1.2",
"version": "15.2.0",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
@@ -30,7 +30,7 @@
"@babel/preset-react": "^7.9.4",
"chalk": "^4.0.0",
"core-js": "^3.2.1",
"hops": "15.1.2",
"hops": "15.2.0",
"identity-obj-proxy": "^3.0.0",
"import-from": "^4.0.0",
"regenerator-runtime": "^0.13.3"
8 changes: 8 additions & 0 deletions packages/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-lambda
10 changes: 5 additions & 5 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-lambda",
"version": "15.1.2",
"version": "15.2.0",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
@@ -25,10 +25,10 @@
"aws-sdk": "^2.546.0",
"chalk": "^4.0.0",
"globby": "^11.0.0",
"hops-bootstrap": "15.1.2",
"hops-config": "15.1.2",
"hops-express": "15.1.2",
"hops-mixin": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-config": "15.2.0",
"hops-express": "15.2.0",
"hops-mixin": "15.2.0",
"pathifist": "^1.0.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.14",
8 changes: 8 additions & 0 deletions packages/mixin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-mixin
2 changes: 1 addition & 1 deletion packages/mixin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-mixin",
"version": "15.1.2",
"version": "15.2.0",
"description": "Building blocks to build cusom hops mixins",
"keywords": [
"hops",
8 changes: 8 additions & 0 deletions packages/msw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-msw
6 changes: 3 additions & 3 deletions packages/msw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-msw",
"version": "15.1.2",
"version": "15.2.0",
"description": "Mock service worker support for Hops",
"main": "index.js",
"keywords": [
@@ -26,8 +26,8 @@
"cookie-parser": "^1.4.4",
"cross-fetch": "^3.1.4",
"execa": "^5.1.1",
"hops-debug": "15.1.2",
"hops-mixin": "15.1.2",
"hops-debug": "15.2.0",
"hops-mixin": "15.2.0",
"msw": "^0.35.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/msw#readme",
8 changes: 8 additions & 0 deletions packages/postcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-postcss
4 changes: 2 additions & 2 deletions packages/postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-postcss",
"version": "15.1.2",
"version": "15.2.0",
"description": "Configuration of PostCSS and Webpack for Hops",
"keywords": [
"hops",
@@ -23,7 +23,7 @@
"dependencies": {
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^3.0.1",
"hops-mixin": "15.1.2",
"hops-mixin": "15.2.0",
"mini-css-extract-plugin": "^1.6.0",
"pathifist": "^1.0.0",
"postcss": "^8.2.1",
8 changes: 8 additions & 0 deletions packages/pwa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-pwa
8 changes: 4 additions & 4 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-pwa",
"version": "15.1.2",
"version": "15.2.0",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
@@ -25,9 +25,9 @@
"dependencies": {
"app-manifest-loader": "^2.4.1",
"file-loader": "^6.0.0",
"hops-bootstrap": "15.1.2",
"hops-mixin": "15.1.2",
"hops-webpack": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-mixin": "15.2.0",
"hops-webpack": "15.2.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"pathifist": "^1.0.0",
8 changes: 8 additions & 0 deletions packages/react-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

**Note:** Version bump only for package hops-react-apollo





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-react-apollo
8 changes: 4 additions & 4 deletions packages/react-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-react-apollo",
"version": "15.1.2",
"version": "15.2.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
@@ -28,9 +28,9 @@
"cross-fetch": "^3.0.4",
"find-up": "^5.0.0",
"graphql": "^15.0.0",
"hops-config": "15.1.2",
"hops-mixin": "15.1.2",
"hops-react": "15.1.2",
"hops-config": "15.2.0",
"hops-mixin": "15.2.0",
"hops-react": "15.2.0",
"strip-indent": "^3.0.0"
},
"peerDependencies": {
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)


### Bug Fixes

* update dependency react-refresh to ^0.11.0 ([7adebdc](https://github.com/xing/hops/commit/7adebdc44a9c818d030efb24c3a084c6881b9995))





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)


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": "hops-react",
"version": "15.1.2",
"version": "15.2.0",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
@@ -31,8 +31,8 @@
"clone": "^2.1.2",
"depd": "^2.0.0",
"duplitect": "^3.0.0",
"hops-bootstrap": "15.1.2",
"hops-mixin": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-mixin": "15.2.0",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"pathifist": "^1.0.0",
8 changes: 8 additions & 0 deletions packages/redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-redux
4 changes: 2 additions & 2 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-redux",
"version": "15.1.2",
"version": "15.2.0",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
@@ -25,7 +25,7 @@
},
"dependencies": {
"history": "^4.10.1",
"hops-mixin": "15.1.2",
"hops-mixin": "15.2.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
8 changes: 8 additions & 0 deletions packages/spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-spec
6 changes: 3 additions & 3 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "15.1.2",
"version": "15.2.0",
"private": true,
"files": [],
"eslintConfig": {
@@ -35,12 +35,12 @@
"@graphql-tools/stitch": "^8.0.0",
"@testing-library/react": "^12.0.0",
"@types/styled-components": "^5.1.8",
"create-hops-app": "15.1.2",
"create-hops-app": "15.2.0",
"cross-fetch": "^3.1.4",
"esbuild-jest": "^0.5.0",
"esbuild-loader": "^2.13.1",
"execa": "^5.1.1",
"jest-environment-hops": "15.1.2",
"jest-environment-hops": "15.2.0",
"raw-body": "^2.4.1",
"react-helmet-async": "^1.0.9",
"semver": "^7.3.5"
8 changes: 8 additions & 0 deletions packages/styled-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

**Note:** Version bump only for package hops-styled-components





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-styled-components
4 changes: 2 additions & 2 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-styled-components",
"version": "15.1.2",
"version": "15.2.0",
"description": "Styled components support for Hops applications",
"keywords": [
"hops",
@@ -22,7 +22,7 @@
},
"dependencies": {
"babel-plugin-styled-components": "1.12.1",
"hops-mixin": "15.1.2"
"hops-mixin": "15.2.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
8 changes: 8 additions & 0 deletions packages/template-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-template-graphql
12 changes: 6 additions & 6 deletions packages/template-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-graphql",
"version": "15.1.2",
"version": "15.2.0",
"main": "src/app.jsx",
"license": "MIT",
"hops": {
@@ -15,19 +15,19 @@
},
"dependencies": {
"@apollo/client": "3.4.17",
"hops": "15.1.2",
"hops-postcss": "15.1.2",
"hops-react-apollo": "15.1.2",
"hops": "15.2.0",
"hops-postcss": "15.2.0",
"hops-react-apollo": "15.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.4",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"hops-msw": "15.1.2",
"hops-msw": "15.2.0",
"jest": "^27.0.0",
"jest-preset-hops": "15.1.2",
"jest-preset-hops": "15.2.0",
"react-test-renderer": "^17.0.2"
},
"jest": {
8 changes: 8 additions & 0 deletions packages/template-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

**Note:** Version bump only for package hops-template-react





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-template-react
8 changes: 4 additions & 4 deletions packages/template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-react",
"version": "15.1.2",
"version": "15.2.0",
"main": "src/app.jsx",
"license": "MIT",
"scripts": {
@@ -10,8 +10,8 @@
"serve": "hops serve"
},
"dependencies": {
"hops": "15.1.2",
"hops-postcss": "15.1.2",
"hops": "15.2.0",
"hops-postcss": "15.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
@@ -20,7 +20,7 @@
},
"devDependencies": {
"jest": "^27.0.0",
"jest-preset-hops": "15.1.2",
"jest-preset-hops": "15.2.0",
"react-test-renderer": "^17.0.2"
},
"jest": {
8 changes: 8 additions & 0 deletions packages/template-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

**Note:** Version bump only for package hops-template-redux





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-template-redux
10 changes: 5 additions & 5 deletions packages/template-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-template-redux",
"version": "15.1.2",
"version": "15.2.0",
"main": "src/app.jsx",
"license": "MIT",
"scripts": {
@@ -10,9 +10,9 @@
"serve": "hops serve"
},
"dependencies": {
"hops": "15.1.2",
"hops-postcss": "15.1.2",
"hops-redux": "15.1.2",
"hops": "15.2.0",
"hops-postcss": "15.2.0",
"hops-redux": "15.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
@@ -24,7 +24,7 @@
},
"devDependencies": {
"jest": "^27.0.0",
"jest-preset-hops": "15.1.2",
"jest-preset-hops": "15.2.0",
"react-test-renderer": "^17.0.2"
},
"jest": {
8 changes: 8 additions & 0 deletions packages/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-typescript
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-typescript",
"version": "15.1.2",
"version": "15.2.0",
"description": "TypeScript support for Hops applications",
"keywords": [
"hops",
@@ -18,7 +18,7 @@
"displayName": "unit"
},
"dependencies": {
"hops-mixin": "15.1.2",
"hops-mixin": "15.2.0",
"ts-loader": "^9.2.2"
},
"peerDependencies": {
11 changes: 11 additions & 0 deletions packages/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)


### Bug Fixes

* update dependency loader-utils to v3 ([3de91e1](https://github.com/xing/hops/commit/3de91e1988286e8c5e3729d7b877e434acd166d3))





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)


12 changes: 6 additions & 6 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-webpack",
"version": "15.1.2",
"version": "15.2.0",
"description": "webpack support for Hops applications",
"license": "MIT",
"homepage": "https://github.com/xing/hops/tree/master/packages/hops-webpack#readme",
@@ -22,11 +22,11 @@
"escape-string-regexp": "^4.0.0",
"event-source-polyfill": "^1.0.9",
"find-up": "^5.0.0",
"hops-bootstrap": "15.1.2",
"hops-debug": "15.1.2",
"hops-express": "15.1.2",
"hops-mixin": "15.1.2",
"hops-yargs": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-debug": "15.2.0",
"hops-express": "15.2.0",
"hops-mixin": "15.2.0",
"hops-yargs": "15.2.0",
"is-plain-obj": "^3.0.0",
"jsesc": "^3.0.0",
"lodash.get": "^4.4.2",
8 changes: 8 additions & 0 deletions packages/yargs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.2.0](https://github.com/xing/hops/compare/v15.1.2...v15.2.0) (2022-04-06)

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





## [15.1.2](https://github.com/xing/hops/compare/v15.1.1...v15.1.2) (2022-02-23)

**Note:** Version bump only for package hops-yargs
6 changes: 3 additions & 3 deletions packages/yargs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-yargs",
"version": "15.1.2",
"version": "15.2.0",
"description": "yargs support for Hops applications",
"repository": {
"type": "git",
@@ -12,8 +12,8 @@
"displayName": "unit"
},
"dependencies": {
"hops-bootstrap": "15.1.2",
"hops-mixin": "15.1.2",
"hops-bootstrap": "15.2.0",
"hops-mixin": "15.2.0",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1",
"yargs": "^17.0.0"

0 comments on commit bd4fed3

Please sign in to comment.