Skip to content

Commit

Permalink
chore: release v12.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd authored and actions-user committed Oct 29, 2019
1 parent b1dbe3f commit 71b317b
Show file tree
Hide file tree
Showing 22 changed files with 150 additions and 16 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)


### Bug Fixes

* update dependency http-proxy-middleware to ^0.20.0 ([8510308](https://github.com/xing/hops/commit/8510308))
* update dependency yargs to v14 ([5603ec8](https://github.com/xing/hops/commit/5603ec8))


### Features

* **postcss:** upgrade to css-loader v3 ([fa0a047](https://github.com/xing/hops/commit/fa0a047))
* **typescript:** make typescript a peer dependency ([a1bf684](https://github.com/xing/hops/commit/a1bf684))


### BREAKING CHANGES

* **typescript:** TypeScript is now a peer dependency.
* **postcss:** This upgrade contains two major releases of css-loader
Please check out their release notes about breaking changes and upgrade
guides:
- https://github.com/webpack-contrib/css-loader/releases/tag/v2.0.0
- https://github.com/webpack-contrib/css-loader/releases/tag/v3.0.0





## [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
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"registry": "https://registry.npmjs.org/",
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/create-hops-app/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)


### Bug Fixes

* update dependency yargs to v14 ([5603ec8](https://github.com/xing/hops/commit/5603ec8))





## [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
@@ -1,6 +1,6 @@
{
"name": "create-hops-app",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"description": "CLI tool to create Hops applications",
"keywords": [
"hops",
Expand Down
11 changes: 11 additions & 0 deletions packages/development-proxy/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)


### Bug Fixes

* update dependency http-proxy-middleware to ^0.20.0 ([8510308](https://github.com/xing/hops/commit/8510308))





## [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/development-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-development-proxy",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"description": "Proxy",
"keywords": [
"hops"
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)

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





## [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/graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-graphql",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
Expand Down
20 changes: 20 additions & 0 deletions packages/postcss/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [12.0.0-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)


### Features

* **postcss:** upgrade to css-loader v3 ([fa0a047](https://github.com/xing/hops/commit/fa0a047))


### BREAKING CHANGES

* **postcss:** This upgrade contains two major releases of css-loader
Please check out their release notes about breaking changes and upgrade
guides:
- https://github.com/webpack-contrib/css-loader/releases/tag/v2.0.0
- https://github.com/webpack-contrib/css-loader/releases/tag/v3.0.0





## [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
2 changes: 1 addition & 1 deletion packages/postcss/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-postcss",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"description": "Configuration of PostCSS and Webpack for Hops",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/pwa/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)

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





## [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/pwa/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-pwa",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"description": "ServiceWorker and Web App Manifest support for Hops",
"keywords": [
"hops",
Expand Down
8 changes: 8 additions & 0 deletions packages/spec/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)

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





## [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-spec
Expand Down
4 changes: 2 additions & 2 deletions packages/spec/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-spec",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"private": true,
"files": [],
"eslintConfig": {
Expand All @@ -25,7 +25,7 @@
"node": ">=8.10.0"
},
"devDependencies": {
"create-hops-app": "^11.9.1",
"create-hops-app": "^12.0.0-alpha.0",
"cross-fetch": "^3.0.0",
"fs-extra": "^8.0.0",
"jest-environment-node": "^23.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/template-graphql/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)

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





## [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-template-graphql
Expand Down
6 changes: 3 additions & 3 deletions packages/template-graphql/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-template-graphql",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -18,8 +18,8 @@
"dependencies": {
"graphql-tag": "^2.10.0",
"hops": "^11.9.1",
"hops-graphql": "^11.9.1",
"hops-postcss": "^11.9.1",
"hops-graphql": "^12.0.0-alpha.0",
"hops-postcss": "^12.0.0-alpha.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-apollo": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/template-react/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)

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





## [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-template-react
Expand Down
4 changes: 2 additions & 2 deletions packages/template-react/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-template-react",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"hops": "^11.9.1",
"hops-postcss": "^11.9.1",
"hops-postcss": "^12.0.0-alpha.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/template-redux/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)

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





## [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-template-redux
Expand Down
4 changes: 2 additions & 2 deletions packages/template-redux/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-template-redux",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"main": "src/app.js",
"license": "MIT",
"hops": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"hops": "^11.9.1",
"hops-postcss": "^11.9.1",
"hops-postcss": "^12.0.0-alpha.0",
"hops-redux": "^11.9.1",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/typescript/CHANGELOG.md
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-alpha.0](https://github.com/xing/hops/compare/v11.9.0...v12.0.0-alpha.0) (2019-09-10)


### Features

* **typescript:** make typescript a peer dependency ([a1bf684](https://github.com/xing/hops/commit/a1bf684))


### BREAKING CHANGES

* **typescript:** TypeScript is now a peer dependency.





## [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-typescript
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "hops-typescript",
"version": "11.9.1",
"version": "12.0.0-alpha.0",
"description": "TypeScript support for Hops applications",
"keywords": [
"hops",
Expand Down

0 comments on commit 71b317b

Please sign in to comment.