-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ dist | |
.site | ||
.external | ||
.temp | ||
.changelog | ||
|
||
# dependencies | ||
node_modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
## v1.0.0-4 (2017-11-26) | ||
|
||
#### :bug: Bug Fix | ||
* [#9](https://github.com/avetjs/avet/pull/9) Remove examples from packages and fix changelog cache. ([@okoala](https://github.com/okoala)) | ||
|
||
#### Committers: 1 | ||
- 仙森 ([okoala](https://github.com/okoala)) | ||
|
||
|
||
## v1.0.0-3 (2017-11-26) | ||
|
||
#### :bug: Bug Fix | ||
* `avet-shared` | ||
* [#8](https://github.com/avetjs/avet/pull/8) PageLoader loadPage need to return page component. ([@okoala](https://github.com/okoala)) | ||
|
||
#### Committers: 1 | ||
- 仙森 ([okoala](https://github.com/okoala)) | ||
|
||
|
||
## v1.0.0-2 (2017-11-26) | ||
|
||
#### :nail_care: Enhancement | ||
* `avet-core`, `avet` | ||
* [#7](https://github.com/avetjs/avet/pull/7) Agent process need to load agent.js. ([@okoala](https://github.com/okoala)) | ||
* `avet-boilerplate-simple`, `avet-client`, `avet-init-config`, `avet-init`, `avet-shared`, `eslint-config-avet` | ||
* [#6](https://github.com/avetjs/avet/pull/6) Move eslint* avet-init* packages to standalone project. ([@okoala](https://github.com/okoala)) | ||
|
||
#### Committers: 1 | ||
- 仙森 ([okoala](https://github.com/okoala)) | ||
|
||
|
||
## v1.0.0-1 (2017-11-22) | ||
|
||
#### :rocket: New Feature | ||
* [#3](https://github.com/avetjs/avet/pull/3) Use new label name and include examples folder. ([@okoala](https://github.com/okoala)) | ||
|
||
#### :boom: Breaking Change | ||
* `avet-build`, `avet-core` | ||
* [#4](https://github.com/avetjs/avet/pull/4) Move styled-jsx to avet-styled-jsx plugin. ([@okoala](https://github.com/okoala)) | ||
|
||
#### Committers: 1 | ||
- 仙森 ([okoala](https://github.com/okoala)) |