Skip to content

Commit

Permalink
chore: release v15.0.0-nightly.14
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkowalski committed Sep 27, 2021
1 parent 015197e commit 23beb61
Show file tree
Hide file tree
Showing 58 changed files with 377 additions and 118 deletions.
8 changes: 8 additions & 0 deletions 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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

**Note:** Version bump only for package hops-lerna-root





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-lerna-root
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.13",
"version": "15.0.0-nightly.14",
"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.

# [15.0.0-nightly.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-apollo-mock-server
Expand Down
11 changes: 6 additions & 5 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.13",
"version": "15.0.0-nightly.14",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand Down Expand Up @@ -28,9 +28,10 @@
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-tag": "^2.12.3",
"hops-config": "15.0.0-nightly.13",
"hops-mixin": "15.0.0-nightly.13",
"hops-webpack": "15.0.0-nightly.13"
"hops-config": "15.0.0-nightly.14",
"hops-mixin": "15.0.0-nightly.14",
"hops-webpack": "15.0.0-nightly.14"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme"
"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
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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-bootstrap
Expand Down
7 changes: 4 additions & 3 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.13",
"version": "15.0.0-nightly.14",
"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.13",
"hops-debug": "15.0.0-nightly.14",
"is-plain-obj": "^3.0.0",
"mixinable": "^5.0.1"
},
Expand All @@ -33,5 +33,6 @@
"testPathIgnorePatterns": [
"fixtures"
]
}
},
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-config
Expand Down
7 changes: 4 additions & 3 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.13",
"version": "15.0.0-nightly.14",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand All @@ -21,7 +21,8 @@
},
"dependencies": {
"depd": "^2.0.0",
"hops-bootstrap": "15.0.0-nightly.13"
"hops-bootstrap": "15.0.0-nightly.14"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/config#readme"
"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
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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package create-hops-app
Expand Down
5 changes: 3 additions & 2 deletions 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.13",
"version": "15.0.0-nightly.14",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand All @@ -27,5 +27,6 @@
"write-pkg": "^4.0.0",
"yargs": "^17.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/create-hops-app#readme"
"homepage": "https://github.com/xing/hops/tree/master/packages/create-hops-app#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
8 changes: 8 additions & 0 deletions packages/debug/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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-debug
Expand Down
5 changes: 3 additions & 2 deletions 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.13",
"version": "15.0.0-nightly.14",
"description": "Hops debug wrapper",
"main": "node.js",
"browser": "browser.js",
Expand All @@ -22,5 +22,6 @@
},
"engines": {
"node": "14 || 16"
}
},
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
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.

# [15.0.0-nightly.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-development-proxy
Expand Down
9 changes: 5 additions & 4 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.13",
"version": "15.0.0-nightly.14",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -17,9 +17,10 @@
"displayName": "unit"
},
"dependencies": {
"hops-debug": "15.0.0-nightly.13",
"hops-mixin": "15.0.0-nightly.13",
"hops-debug": "15.0.0-nightly.14",
"hops-mixin": "15.0.0-nightly.14",
"http-proxy-middleware": "^2.0.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme"
"homepage": "https://github.com/xing/hops/tree/master/packages/development-proxy#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
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.

# [15.0.0-nightly.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-express
Expand Down
13 changes: 7 additions & 6 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.13",
"version": "15.0.0-nightly.14",
"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.13",
"hops-debug": "15.0.0-nightly.13",
"hops-mixin": "15.0.0-nightly.13",
"hops-yargs": "15.0.0-nightly.13",
"hops-bootstrap": "15.0.0-nightly.14",
"hops-debug": "15.0.0-nightly.14",
"hops-mixin": "15.0.0-nightly.14",
"hops-yargs": "15.0.0-nightly.14",
"is-plain-obj": "^3.0.0",
"mime": "^2.4.4",
"mixinable": "^5.0.1",
Expand All @@ -44,5 +44,6 @@
"pretty-ms": "^7.0.0",
"split": "^1.0.1"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme"
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops-graphql
Expand Down
9 changes: 5 additions & 4 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.13",
"version": "15.0.0-nightly.14",
"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.13",
"hops-react-apollo": "15.0.0-nightly.13"
"hops-apollo-mock-server": "15.0.0-nightly.14",
"hops-react-apollo": "15.0.0-nightly.14"
},
"peerDependencies": {
"@apollo/client": "^3.3.11",
Expand All @@ -38,5 +38,6 @@
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme"
"homepage": "https://github.com/xing/hops/tree/master/packages/graphql#readme",
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
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.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

**Note:** Version bump only for package hops
Expand Down
17 changes: 9 additions & 8 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.13",
"version": "15.0.0-nightly.14",
"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.13",
"hops-info": "15.0.0-nightly.13",
"hops-mixin": "15.0.0-nightly.13",
"hops-react": "15.0.0-nightly.13",
"hops-webpack": "15.0.0-nightly.13",
"hops-yargs": "15.0.0-nightly.13",
"hops-express": "15.0.0-nightly.14",
"hops-info": "15.0.0-nightly.14",
"hops-mixin": "15.0.0-nightly.14",
"hops-react": "15.0.0-nightly.14",
"hops-webpack": "15.0.0-nightly.14",
"hops-yargs": "15.0.0-nightly.14",
"webpack-bundle-analyzer": "^4.1.0"
},
"peerDependencies": {
Expand All @@ -51,5 +51,6 @@
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0"
}
},
"gitHead": "015197ee2f876911d9fa781cac1777ebed405015"
}
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.

# [15.0.0-nightly.14](https://github.com/xing/hops/compare/v15.0.0-nightly.13...v15.0.0-nightly.14) (2021-09-27)

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





# [15.0.0-nightly.13](https://github.com/xing/hops/compare/v15.0.0-nightly.12...v15.0.0-nightly.13) (2021-09-27)

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

0 comments on commit 23beb61

Please sign in to comment.