Skip to content

Commit

Permalink
v2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
exreplay committed Sep 3, 2019
1 parent 01bddb5 commit 053e26b
Show file tree
Hide file tree
Showing 30 changed files with 252 additions and 25 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Bug Fixes

* **cli:** use dev command when no arg is passed ([db22831](https://github.com/exreplay/aver.js/commit/db22831))
* **cli:** use help command when none is passed ([aaf428c](https://github.com/exreplay/aver.js/commit/aaf428c))
* **cli:** use init instead of core package on init command ([ccfba47](https://github.com/exreplay/aver.js/commit/ccfba47))
* **core:** added back "@babel/runtime-corejs2" dep ([6a90e70](https://github.com/exreplay/aver.js/commit/6a90e70))
* **core:** init now shows an ora spinner and does not fail when file or dir already exists ([cd5e08e](https://github.com/exreplay/aver.js/commit/cd5e08e))
* **core:** path to app dir is now correct ([036a837](https://github.com/exreplay/aver.js/commit/036a837))
* **core:** writeFile now works properly ([c51d2b9](https://github.com/exreplay/aver.js/commit/c51d2b9))
* **deps:** pinned @averjs/friendly-errors-webpack-plugin ([bb2e83d](https://github.com/exreplay/aver.js/commit/bb2e83d))
* **init:** fixed wrong package name ([3132a95](https://github.com/exreplay/aver.js/commit/3132a95))
* **init:** use init package instead of core package for `appDir` ([2ec0d05](https://github.com/exreplay/aver.js/commit/2ec0d05))
* **renderer:** load postcss config correctly ([#92](https://github.com/exreplay/aver.js/issues/92)) ([f37724d](https://github.com/exreplay/aver.js/commit/f37724d))
* **renderer:** reuse browser tabs when port 80 is defined ([7631a21](https://github.com/exreplay/aver.js/commit/7631a21))
* overwrite env variables when changed ([c266358](https://github.com/exreplay/aver.js/commit/c266358)), closes [#42](https://github.com/exreplay/aver.js/issues/42)
* **vue-app:** better check for asyncData method ([406000f](https://github.com/exreplay/aver.js/commit/406000f))
* **vue-app:** if user passes routes parameter, delete it ([b52344d](https://github.com/exreplay/aver.js/commit/b52344d))
* **vue-app:** import app first on server ([9507e57](https://github.com/exreplay/aver.js/commit/9507e57))
* **vue-app:** import right package ([442818c](https://github.com/exreplay/aver.js/commit/442818c))
* **vue-app:** moved component register hooks to extra file and imported it before anything else ([b64f6e4](https://github.com/exreplay/aver.js/commit/b64f6e4))
* **vue-app:** use property instead of class components to register hooks ([5518360](https://github.com/exreplay/aver.js/commit/5518360))


### Features

* **cli:** added global version command ([bf0bc33](https://github.com/exreplay/aver.js/commit/bf0bc33))
* **cli:** added prod command ([94f1f4b](https://github.com/exreplay/aver.js/commit/94f1f4b))
* **renderer:** added new config param process.env ([27fe2e7](https://github.com/exreplay/aver.js/commit/27fe2e7))
* **vue-app:** assign user config to default router config ([0dac69d](https://github.com/exreplay/aver.js/commit/0dac69d))
* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))
* added FilesChanged plugin ([8b8dc98](https://github.com/exreplay/aver.js/commit/8b8dc98))
* added new cli package ([b363f2f](https://github.com/exreplay/aver.js/commit/b363f2f))
* vuex store config ([#95](https://github.com/exreplay/aver.js/issues/95)) ([b47ae0c](https://github.com/exreplay/aver.js/commit/b47ae0c))





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.3",
"version": "2.0.0-0",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-preset-app/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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Features

* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/babel-preset-app
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/babel-preset-app",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "babel-preset-app for averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)

**Note:** Version bump only for package @averjs/builder
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/builder",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "The builder package for averjs.",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand All @@ -24,7 +24,7 @@
"build": true
},
"dependencies": {
"@averjs/renderer": "1.5.3",
"@averjs/renderer": "2.0.0-0",
"html-minifier": "4.0.0",
"lru-cache": "5.1.1",
"vue-server-renderer": "2.6.10"
Expand Down
21 changes: 21 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Bug Fixes

* **cli:** use dev command when no arg is passed ([db22831](https://github.com/exreplay/aver.js/commit/db22831))
* **cli:** use help command when none is passed ([aaf428c](https://github.com/exreplay/aver.js/commit/aaf428c))
* **cli:** use init instead of core package on init command ([ccfba47](https://github.com/exreplay/aver.js/commit/ccfba47))


### Features

* **cli:** added global version command ([bf0bc33](https://github.com/exreplay/aver.js/commit/bf0bc33))
* **cli:** added prod command ([94f1f4b](https://github.com/exreplay/aver.js/commit/94f1f4b))
* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))
* added new cli package ([b363f2f](https://github.com/exreplay/aver.js/commit/b363f2f))
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/cli",
"version": "1.5.2",
"version": "2.0.0-0",
"description": "cli package vor averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
13 changes: 13 additions & 0 deletions packages/config/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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Features

* **renderer:** added new config param process.env ([27fe2e7](https://github.com/exreplay/aver.js/commit/27fe2e7))
* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))
* vuex store config ([#95](https://github.com/exreplay/aver.js/issues/95)) ([b47ae0c](https://github.com/exreplay/aver.js/commit/b47ae0c))





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/config
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": "@averjs/config",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "managing the configuration",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Bug Fixes

* overwrite env variables when changed ([c266358](https://github.com/exreplay/aver.js/commit/c266358)), closes [#42](https://github.com/exreplay/aver.js/issues/42)
* **core:** added back "@babel/runtime-corejs2" dep ([6a90e70](https://github.com/exreplay/aver.js/commit/6a90e70))
* **core:** init now shows an ora spinner and does not fail when file or dir already exists ([cd5e08e](https://github.com/exreplay/aver.js/commit/cd5e08e))
* **core:** path to app dir is now correct ([036a837](https://github.com/exreplay/aver.js/commit/036a837))
* **core:** writeFile now works properly ([c51d2b9](https://github.com/exreplay/aver.js/commit/c51d2b9))


### Features

* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))
* added new cli package ([b363f2f](https://github.com/exreplay/aver.js/commit/b363f2f))





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/core
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/core",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "the averjs core",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand All @@ -23,9 +23,9 @@
"build": true
},
"dependencies": {
"@averjs/builder": "1.5.3",
"@averjs/cli": "1.5.2",
"@averjs/config": "1.5.3",
"@averjs/builder": "2.0.0-0",
"@averjs/cli": "2.0.0-0",
"@averjs/config": "2.0.0-0",
"@averjs/vuex-decorators": "2.2.2",
"@babel/runtime-corejs2": "7.5.5",
"axios": "0.19.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Bug Fixes

* **init:** fixed wrong package name ([3132a95](https://github.com/exreplay/aver.js/commit/3132a95))
* **init:** use init package instead of core package for `appDir` ([2ec0d05](https://github.com/exreplay/aver.js/commit/2ec0d05))


### Features

* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))
6 changes: 4 additions & 2 deletions packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/init",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "The init package for averjs to quickly bootstrap a new projekt.",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand All @@ -22,6 +22,8 @@
},
"aver": {
"build": true,
"copy": [ "lib/app" ]
"copy": [
"lib/app"
]
}
}
8 changes: 8 additions & 0 deletions packages/mailer/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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)

**Note:** Version bump only for package @averjs/mailer





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/mailer
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/mailer",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "mailing support for averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/mongodb/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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)

**Note:** Version bump only for package @averjs/mongodb





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/mongodb
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/mongodb",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "mongodb support for averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/queue/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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)

**Note:** Version bump only for package @averjs/queue





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/queue
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/queue",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "queue support for averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
20 changes: 20 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)


### Bug Fixes

* **renderer:** load postcss config correctly ([#92](https://github.com/exreplay/aver.js/issues/92)) ([f37724d](https://github.com/exreplay/aver.js/commit/f37724d))
* **renderer:** reuse browser tabs when port 80 is defined ([7631a21](https://github.com/exreplay/aver.js/commit/7631a21))


### Features

* **renderer:** added new config param process.env ([27fe2e7](https://github.com/exreplay/aver.js/commit/27fe2e7))
* add rollup to build packages ([#56](https://github.com/exreplay/aver.js/issues/56)) ([537faa6](https://github.com/exreplay/aver.js/commit/537faa6))
* added FilesChanged plugin ([8b8dc98](https://github.com/exreplay/aver.js/commit/8b8dc98))
* vuex store config ([#95](https://github.com/exreplay/aver.js/issues/95)) ([b47ae0c](https://github.com/exreplay/aver.js/commit/b47ae0c))





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)


Expand Down
12 changes: 6 additions & 6 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/renderer",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "webpack configuration for averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand All @@ -24,12 +24,12 @@
"build": true
},
"dependencies": {
"@averjs/babel-preset-app": "1.5.3",
"@averjs/builder": "1.5.3",
"@averjs/config": "1.5.3",
"@averjs/babel-preset-app": "2.0.0-0",
"@averjs/builder": "2.0.0-0",
"@averjs/config": "2.0.0-0",
"@averjs/friendly-errors-webpack-plugin": "2.0.0",
"@averjs/shared-utils": "1.5.3",
"@averjs/vue-app": "1.5.3",
"@averjs/shared-utils": "2.0.0-0",
"@averjs/vue-app": "2.0.0-0",
"@kazupon/vue-i18n-loader": "0.4.0",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/session/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.

# [2.0.0-0](https://github.com/exreplay/aver.js/compare/v1.5.3...v2.0.0-0) (2019-09-03)

**Note:** Version bump only for package @averjs/session





## [1.5.3](https://github.com/exreplay/aver.js/compare/v1.5.2...v1.5.3) (2019-06-13)

**Note:** Version bump only for package @averjs/session
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@averjs/session",
"version": "1.5.3",
"version": "2.0.0-0",
"description": "session support for averjs",
"author": "Florian Weber",
"homepage": "https://github.com/exreplay/aver.js#readme",
Expand Down
Loading

0 comments on commit 053e26b

Please sign in to comment.