Skip to content

Commit

Permalink
chore: release v11.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Jul 2, 2019
1 parent ea7a9c5 commit 2146320
Show file tree
Hide file tree
Showing 12 changed files with 73 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02)


### Bug Fixes

* **graphql:** return error ([6e5adbc](https://github.com/xing/hops/commit/6e5adbc))
* **styled-components:** temporarily restrict babel plugin version ([b5c10da](https://github.com/xing/hops/commit/b5c10da))
* update dependency babel-plugin-styled-components to < 1.10.7 ([e448781](https://github.com/xing/hops/commit/e448781))
* **styled-components:** update min version of babel plugin dependency ([242e845](https://github.com/xing/hops/commit/242e845))
* update dependency globby to v10 ([ec83ea6](https://github.com/xing/hops/commit/ec83ea6))





# [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19)


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.8.0",
"version": "11.8.1",
"registry": "https://registry.npmjs.org/",
"command": {
"publish": {
Expand Down
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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02)


### Bug Fixes

* **graphql:** return error ([6e5adbc](https://github.com/xing/hops/commit/6e5adbc))





# [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19)


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.8.0",
"version": "11.8.1",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02)


### Bug Fixes

* update dependency globby to v10 ([ec83ea6](https://github.com/xing/hops/commit/ec83ea6))





# [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-lambda",
"version": "11.8.0",
"version": "11.8.1",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/spec/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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02)

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





# [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "11.8.0",
"version": "11.8.1",
"private": true,
"files": [],
"eslintConfig": {
Expand Down
13 changes: 13 additions & 0 deletions packages/styled-components/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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02)


### Bug Fixes

* **styled-components:** temporarily restrict babel plugin version ([b5c10da](https://github.com/xing/hops/commit/b5c10da))
* update dependency babel-plugin-styled-components to < 1.10.7 ([e448781](https://github.com/xing/hops/commit/e448781))
* **styled-components:** update min version of babel plugin dependency ([242e845](https://github.com/xing/hops/commit/242e845))





# [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19)

**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.8.0",
"version": "11.8.1",
"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.8.1](https://github.com/xing/hops/compare/v11.8.0...v11.8.1) (2019-07-02)

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





# [11.8.0](https://github.com/xing/hops/compare/v11.7.1...v11.8.0) (2019-06-19)


Expand Down
4 changes: 2 additions & 2 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.8.0",
"version": "11.8.1",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"graphql-tag": "^2.10.0",
"hops": "^11.8.0",
"hops-graphql": "^11.8.0",
"hops-graphql": "^11.8.1",
"hops-postcss": "^11.8.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand Down

0 comments on commit 2146320

Please sign in to comment.