Skip to content

Commit

Permalink
chore: release v12.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiode committed Dec 18, 2019
1 parent fdce478 commit fb26424
Show file tree
Hide file tree
Showing 44 changed files with 264 additions and 53 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)


### Bug Fixes

* update dependency semver to v7 ([24c28f2](https://github.com/xing/hops/commit/24c28f26e3eb97c17878a61a448597b529b4e102))
* **apollo-mock-server:** check if graphql-tag/loader is already added ([83dc87b](https://github.com/xing/hops/commit/83dc87b15fbe42144a603d1e0989a4cd5993ae91))
* **react-apollo:** check if graphql-tag/loader is already added ([4673dcf](https://github.com/xing/hops/commit/4673dcf7bf3096b6b2e5619acb9ba697d216bea2))


### Features

* **react:** warn on non-whitelisted config property ([e914be4](https://github.com/xing/hops/commit/e914be4d5afaadaeaa6d898b9ef1ff379c52e43e))


### Reverts

* Revert "refactor(apollo-mock-server): remove graphql-tag loader" ([42c6e72](https://github.com/xing/hops/commit/42c6e72a14a057119902b96d9c480049d1111960))





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
16 changes: 16 additions & 0 deletions packages/apollo-mock-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)


### Bug Fixes

* **apollo-mock-server:** check if graphql-tag/loader is already added ([83dc87b](https://github.com/xing/hops/commit/83dc87b15fbe42144a603d1e0989a4cd5993ae91))


### Reverts

* Revert "refactor(apollo-mock-server): remove graphql-tag loader" ([42c6e72](https://github.com/xing/hops/commit/42c6e72a14a057119902b96d9c480049d1111960))





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


Expand Down
6 changes: 3 additions & 3 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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Apollo based mock server for Hops",
"keywords": [
"hops",
Expand All @@ -27,8 +27,8 @@
"express": "^4.17.1",
"graphql": "^14.5.8",
"graphql-tools": "^4.0.5",
"hops-config": "^12.0.0-beta.0",
"hops-mixin": "^12.0.0-beta.0"
"hops-config": "^12.0.0-beta.1",
"hops-mixin": "^12.0.0-beta.1"
},
"peerDependencies": {
"graphql-tag": "^2.10.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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Hops core configuration",
"keywords": [
"hops",
Expand Down
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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Proxy",
"keywords": [
"hops"
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "^4.1.1",
"hops-mixin": "^12.0.0-beta.0",
"hops-mixin": "^12.0.0-beta.1",
"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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Customization for the our express server",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"compression": "^1.7.4",
"depd": "^2.0.0",
"hops-mixin": "^12.0.0-beta.0"
"hops-mixin": "^12.0.0-beta.1"
},
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme"
}
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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"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": "^12.0.0-beta.0",
"hops-react-apollo": "^12.0.0-beta.0"
"hops-apollo-mock-server": "^12.0.0-beta.1",
"hops-react-apollo": "^12.0.0-beta.1"
},
"peerDependencies": {
"graphql-tag": "^2.10.0",
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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -29,7 +29,7 @@
"babel-jest": "^24.9.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"core-js": "^3.2.1",
"hops": "^12.0.0-beta.0",
"hops": "^12.0.0-beta.1",
"identity-obj-proxy": "^3.0.0",
"jest-config": "^24.9.0",
"regenerator-runtime": "^0.13.3",
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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)


### Bug Fixes

* update dependency semver to v7 ([24c28f2](https://github.com/xing/hops/commit/24c28f26e3eb97c17878a61a448597b529b4e102))





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
Expand All @@ -23,8 +23,8 @@
"archiver": "^3.1.1",
"aws-sdk": "^2.546.0",
"globby": "^10.0.1",
"hops-config": "^12.0.0-beta.0",
"hops-mixin": "^12.0.0-beta.0",
"hops-config": "^12.0.0-beta.1",
"hops-mixin": "^12.0.0-beta.1",
"pathifist": "^1.0.0",
"prompt": "^1.0.0",
"resolve-tree": "^0.1.14",
Expand Down
8 changes: 8 additions & 0 deletions packages/mixin/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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


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": "12.0.0-beta.0",
"version": "12.0.0-beta.1",
"description": "Configuration of PostCSS and Webpack for Hops",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"css-loader": "^3.2.0",
"hops-mixin": "^12.0.0-beta.0",
"hops-mixin": "^12.0.0-beta.1",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pathifist": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/pwa/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.

# [12.0.0-beta.1](https://github.com/xing/hops/compare/v12.0.0-beta.0...v12.0.0-beta.1) (2019-12-18)

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





# [12.0.0-beta.0](https://github.com/xing/hops/compare/v11.9.1...v12.0.0-beta.0) (2019-12-12)


Expand Down
Loading

0 comments on commit fb26424

Please sign in to comment.