Skip to content

Commit

Permalink
chore: release v11.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Kluge committed Dec 12, 2019
1 parent 8bc9274 commit 933d435
Show file tree
Hide file tree
Showing 40 changed files with 236 additions and 48 deletions.
12 changes: 12 additions & 0 deletions 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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update dependency tar to v5 ([fb03c51](https://github.com/xing/hops/commit/fb03c51bff746e479869dcec45af1c1c8f799951))
* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


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": "11.9.1",
"version": "11.9.2",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/config/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-config",
"version": "11.9.1",
"version": "11.9.2",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand Down
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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update dependency tar to v5 ([fb03c51](https://github.com/xing/hops/commit/fb03c51bff746e479869dcec45af1c1c8f799951))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


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": "11.9.1",
"version": "11.9.2",
"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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)

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





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


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": "11.9.1",
"version": "11.9.2",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.0.0",
"hops-mixin": "^11.9.1",
"hops-mixin": "^11.9.2",
"http-proxy-middleware": "^0.20.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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)

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





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)

**Note:** Version bump only for package hops-express
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-express",
"version": "11.9.1",
"version": "11.9.2",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"compression": "^1.7.3",
"hops-mixin": "^11.9.1"
"hops-mixin": "^11.9.2"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme"
}
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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


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": "11.9.1",
"version": "11.9.2",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand Down Expand Up @@ -30,8 +30,8 @@
"express": "^4.16.3",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.0",
"hops-config": "^11.9.1",
"hops-mixin": "^11.9.1",
"hops-config": "^11.9.2",
"hops-mixin": "^11.9.2",
"strip-indent": "^3.0.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/hops/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


Expand Down
8 changes: 4 additions & 4 deletions packages/hops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops",
"version": "11.9.1",
"version": "11.9.2",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@untool/info": "^1.10.4",
"@untool/webpack": "^1.10.4",
"@untool/yargs": "^1.10.4",
"hops-express": "^11.9.1",
"hops-mixin": "^11.9.1",
"hops-react": "^11.9.1",
"hops-express": "^11.9.2",
"hops-mixin": "^11.9.2",
"hops-react": "^11.9.2",
"webpack-bundle-analyzer": "^3.0.4"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-preset/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)

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





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)

**Note:** Version bump only for package jest-preset-hops
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": "11.9.1",
"version": "11.9.2",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -30,7 +30,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-plugin-dynamic-import-node": "^2.0.0",
"hops": "^11.9.1",
"hops": "^11.9.2",
"identity-obj-proxy": "^3.0.0",
"jest-config": "^23.0.0",
"ts-jest": "^23.1.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-lambda",
"version": "11.9.1",
"version": "11.9.2",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
Expand All @@ -23,8 +23,8 @@
"archiver": "^3.0.0",
"aws-sdk": "^2.286.2",
"globby": "^10.0.0",
"hops-config": "^11.9.1",
"hops-mixin": "^11.9.1",
"hops-config": "^11.9.2",
"hops-mixin": "^11.9.2",
"pathifist": "^1.0.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.13",
Expand Down
11 changes: 11 additions & 0 deletions packages/mixin/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


Expand Down
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": "11.9.1",
"version": "11.9.2",
"description": "Building blocks to build cusom hops mixins",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/postcss/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)

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





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)

**Note:** Version bump only for package hops-postcss
Expand Down
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": "11.9.1",
"version": "11.9.2",
"description": "Configuration of PostCSS and Webpack for Hops",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"css-loader": "^1.0.0",
"hops-mixin": "^11.9.1",
"hops-mixin": "^11.9.2",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"pathifist": "^1.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/pwa/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-pwa",
"version": "11.9.1",
"version": "11.9.2",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
Expand All @@ -24,7 +24,7 @@
"@untool/webpack": "^1.10.4",
"app-manifest-loader": "^2.0.0",
"file-loader": "^4.0.0",
"hops-mixin": "^11.9.1",
"hops-mixin": "^11.9.2",
"pathifist": "^1.0.0",
"webpack": "^4.23.0",
"webpack-sources": "^1.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.

## [11.9.2](https://github.com/xing/hops/compare/v11.9.1...v11.9.2) (2019-12-12)


### Bug Fixes

* update untool to v1.10.4 ([2e0f1a6](https://github.com/xing/hops/commit/2e0f1a63e6524a37f314a703d0ecd74ea503ef0e))





## [11.9.1](https://github.com/xing/hops/compare/v11.9.0...v11.9.1) (2019-09-11)


Expand Down
Loading

0 comments on commit 933d435

Please sign in to comment.