-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
12 changed files
with
67 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.2](https://github.com/egoist/saber/compare/[email protected]@0.2.2) (2019-04-15) | ||
|
||
### Features | ||
|
||
- add create-site ([3414b84](https://github.com/egoist/saber/commit/3414b84)) |
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
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 |
---|---|---|
|
@@ -3,6 +3,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.2.2 (2019-04-15) | ||
|
||
### Features | ||
|
||
- add create-site ([3414b84](https://github.com/egoist/saber/commit/3414b84)) | ||
- **create-site:** detect yarn ([7e80aa5](https://github.com/egoist/saber/commit/7e80aa5)) | ||
|
||
## [0.2.1](https://github.com/egoist/saber/compare/[email protected]@0.2.1) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "create-site", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"bin": "cli.js", | ||
"files": [ | ||
"cli.js", | ||
|
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,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.2 (2019-04-15) | ||
|
||
### Features | ||
|
||
- redirect support ([#56](https://github.com/egoist/saber/issues/56)) ([48c913f](https://github.com/egoist/saber/commit/48c913f)) |
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
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,10 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.2 (2019-04-15) | ||
|
||
### Features | ||
|
||
- add saber-plugin-netlify-redirect ([#62](https://github.com/egoist/saber/issues/62)) ([7cbf21a](https://github.com/egoist/saber/commit/7cbf21a)), closes [/github.com/egoist/saber/pull/56#issuecomment-482812163](https://github.com//github.com/egoist/saber/pull/56/issues/issuecomment-482812163) |
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
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 |
---|---|---|
|
@@ -3,6 +3,13 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.1](https://github.com/egoist/saber/compare/[email protected]@0.1.1) (2019-04-15) | ||
|
||
### Bug Fixes | ||
|
||
- **plugin-query-posts:** typo ([#60](https://github.com/egoist/saber/issues/60)) ([830aea4](https://github.com/egoist/saber/commit/830aea4)) | ||
- **query-posts:** inject createdAt updatedAt to page attributes, closes [#61](https://github.com/egoist/saber/issues/61) ([6d1d685](https://github.com/egoist/saber/commit/6d1d685)) | ||
|
||
# [0.1.0](https://github.com/egoist/saber/compare/[email protected]@0.1.0) (2019-04-09) | ||
|
||
### Bug Fixes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber-plugin-query-posts", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"files": [ | ||
"lib" | ||
], | ||
|
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 |
---|---|---|
|
@@ -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. | ||
|
||
## [0.4.3](https://github.com/egoist/saber/compare/[email protected]@0.4.3) (2019-04-15) | ||
|
||
### Bug Fixes | ||
|
||
- return the link directly in getPageLink if it's not a page ([da876de](https://github.com/egoist/saber/commit/da876de)) | ||
- simplify the default layout ([8480b74](https://github.com/egoist/saber/commit/8480b74)) | ||
- **css:** set font-size for highlight mask ([bdb761e](https://github.com/egoist/saber/commit/bdb761e)) | ||
- **vue-renderer:** fix scrollBehavior for page transition ([f3445d6](https://github.com/egoist/saber/commit/f3445d6)) | ||
- **vue-renderer:** set transition after extendBrowserApi ([9499b12](https://github.com/egoist/saber/commit/9499b12)) | ||
|
||
### Features | ||
|
||
- redirect support ([#56](https://github.com/egoist/saber/issues/56)) ([48c913f](https://github.com/egoist/saber/commit/48c913f)) | ||
- resolve .vue files automatically ([186cb29](https://github.com/egoist/saber/commit/186cb29)) | ||
- support page transition ([5af96c7](https://github.com/egoist/saber/commit/5af96c7)) | ||
|
||
## [0.4.2](https://github.com/egoist/saber/compare/[email protected]@0.4.2) (2019-04-12) | ||
|
||
### Bug Fixes | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "saber", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"files": [ | ||
"bin", | ||
"lib", | ||
|