Skip to content

Commit

Permalink
chore: release v11.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Mar 12, 2019
1 parent fec7d91 commit 3965dc5
Show file tree
Hide file tree
Showing 24 changed files with 161 additions and 23 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.

# [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Bug Fixes

* **graphql:** only initialize Apollo server once ([0f7c501](https://github.com/xing/hops/commit/0f7c501))


### Features

* add typescript typings for runtime API in hops and hops-pwa ([5a4ad00](https://github.com/xing/hops/commit/5a4ad00)), closes [#360](https://github.com/xing/hops/issues/360)
* **graphql:** add runtime options typings ([6107325](https://github.com/xing/hops/commit/6107325))
* **graphql:** restrict mock-server to specific path ([3a68068](https://github.com/xing/hops/commit/3a68068))
* **graphql:** upgrade apollo-client to allow local resolvers ([9c9f72b](https://github.com/xing/hops/commit/9c9f72b))
* **hops:** add cli flag to analyze client bundle ([3094350](https://github.com/xing/hops/commit/3094350))
* **hops:** disable automatic browser opening on --analyze-client-bundle flag ([fec7d91](https://github.com/xing/hops/commit/fec7d91))
* **redux:** add runtime options typings ([28631e9](https://github.com/xing/hops/commit/28631e9))
* **styled-components:** add runtime options typings ([b239191](https://github.com/xing/hops/commit/b239191))





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)


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.3.0",
"version": "11.4.0",
"registry": "https://registry.npmjs.org/",
"command": {
"publish": {
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.

# [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)

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





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

**Note:** Version bump only for package create-hops-app
Expand Down
4 changes: 2 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": "11.3.0",
"version": "11.4.0",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/xing/hops.git"
},
"dependencies": {
"hops": "^11.3.0",
"hops": "^11.4.0",
"load-json-file": "^5.1.0",
"tar": "^4.4.6",
"validate-npm-package-name": "^3.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Bug Fixes

* **graphql:** only initialize Apollo server once ([0f7c501](https://github.com/xing/hops/commit/0f7c501))


### Features

* **graphql:** add runtime options typings ([6107325](https://github.com/xing/hops/commit/6107325))
* **graphql:** restrict mock-server to specific path ([3a68068](https://github.com/xing/hops/commit/3a68068))
* **graphql:** upgrade apollo-client to allow local resolvers ([9c9f72b](https://github.com/xing/hops/commit/9c9f72b))





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "11.3.0",
"version": "11.4.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand Down
13 changes: 13 additions & 0 deletions packages/hops/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Features

* add typescript typings for runtime API in hops and hops-pwa ([5a4ad00](https://github.com/xing/hops/commit/5a4ad00)), closes [#360](https://github.com/xing/hops/issues/360)
* **hops:** add cli flag to analyze client bundle ([3094350](https://github.com/xing/hops/commit/3094350))
* **hops:** disable automatic browser opening on --analyze-client-bundle flag ([fec7d91](https://github.com/xing/hops/commit/fec7d91))





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/hops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops",
"version": "11.3.0",
"version": "11.4.0",
"description": "Hops main Package to build and run Hops applications",
"keywords": [
"hops",
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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)

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





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)


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.3.0",
"version": "11.4.0",
"description": "Jest preset to work with Hops powered projects",
"keywords": [
"hops",
Expand Down Expand Up @@ -31,7 +31,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-plugin-dynamic-import-node": "^2.0.0",
"hops": "^11.3.0",
"hops": "^11.4.0",
"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/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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Features

* add typescript typings for runtime API in hops and hops-pwa ([5a4ad00](https://github.com/xing/hops/commit/5a4ad00)), closes [#360](https://github.com/xing/hops/issues/360)





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-pwa",
"version": "11.3.0",
"version": "11.4.0",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
Expand Down
11 changes: 11 additions & 0 deletions packages/redux/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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Features

* **redux:** add runtime options typings ([28631e9](https://github.com/xing/hops/commit/28631e9))





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

**Note:** Version bump only for package hops-redux
Expand Down
2 changes: 1 addition & 1 deletion packages/redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-redux",
"version": "11.3.0",
"version": "11.4.0",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
Expand Down
11 changes: 11 additions & 0 deletions packages/spec/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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Features

* **graphql:** upgrade apollo-client to allow local resolvers ([9c9f72b](https://github.com/xing/hops/commit/9c9f72b))





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

**Note:** Version bump only for package hops-spec
Expand Down
4 changes: 2 additions & 2 deletions packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "11.3.0",
"version": "11.4.0",
"private": true,
"files": [],
"eslintConfig": {
Expand All @@ -25,7 +25,7 @@
"node": ">=8.10.0"
},
"devDependencies": {
"create-hops-app": "^11.3.0",
"create-hops-app": "^11.4.0",
"cross-fetch": "^3.0.0",
"fs-extra": "^7.0.0",
"jest-environment-node": "^23.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/styled-components/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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)


### Features

* **styled-components:** add runtime options typings ([b239191](https://github.com/xing/hops/commit/b239191))





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

**Note:** Version bump only for package hops-styled-components
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-styled-components",
"version": "11.3.0",
"version": "11.4.0",
"description": "Styled components support for Hops applications",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/template-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.

# [11.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)

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





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

**Note:** Version bump only for package hops-template-graphql
Expand Down
8 changes: 4 additions & 4 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": "11.3.0",
"version": "11.4.0",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"graphql-tag": "^2.10.0",
"hops": "^11.3.0",
"hops-graphql": "^11.3.0",
"hops": "^11.4.0",
"hops-graphql": "^11.4.0",
"hops-postcss": "^11.3.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"jest": "^23.4.2",
"jest-preset-hops": "^11.3.0",
"jest-preset-hops": "^11.4.0",
"react-test-renderer": "^16.4.2"
},
"jest": {
Expand Down
8 changes: 8 additions & 0 deletions packages/template-react/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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)

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





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

**Note:** Version bump only for package hops-template-react
Expand Down
6 changes: 3 additions & 3 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": "11.3.0",
"version": "11.4.0",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -16,7 +16,7 @@
"serve": "hops serve"
},
"dependencies": {
"hops": "^11.3.0",
"hops": "^11.4.0",
"hops-postcss": "^11.3.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"jest": "^23.4.2",
"jest-preset-hops": "^11.3.0",
"jest-preset-hops": "^11.4.0",
"react-test-renderer": "^16.4.2"
},
"jest": {
Expand Down
8 changes: 8 additions & 0 deletions packages/template-redux/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.4.0](https://github.com/xing/hops/compare/v11.3.0...v11.4.0) (2019-03-12)

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





# [11.3.0](https://github.com/xing/hops/compare/v11.2.0...v11.3.0) (2019-03-07)

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

0 comments on commit 3965dc5

Please sign in to comment.