-
-
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.
- Loading branch information
Showing
10 changed files
with
52 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 |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.1.4](https://github.com/saberland/saber/compare/[email protected]@0.1.4) (2019-09-29) | ||
|
||
**Note:** Version bump only for package saber-markdown | ||
|
||
## [0.1.3](https://github.com/saberland/saber/compare/[email protected]@0.1.3) (2019-09-25) | ||
|
||
**Note:** Version bump only for package saber-markdown | ||
|
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-markdown", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"files": [ | ||
"dist" | ||
], | ||
|
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
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,10 @@ | |
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/saberland/saber/compare/[email protected]@0.4.3) (2019-09-29) | ||
|
||
**Note:** Version bump only for package saber-plugin-query-posts | ||
|
||
## [0.4.2](https://github.com/saberland/saber/compare/[email protected]@0.4.2) (2019-08-22) | ||
|
||
### 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.4.2", | ||
"version": "0.4.3", | ||
"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,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.2.3](https://github.com/saberland/saber/compare/[email protected]@0.2.3) (2019-09-29) | ||
|
||
### Bug Fixes | ||
|
||
- better absolute url handling ([7f5d3ac](https://github.com/saberland/saber/commit/7f5d3ac)) | ||
|
||
## [0.2.2](https://github.com/saberland/saber/compare/[email protected]@0.2.2) (2019-09-11) | ||
|
||
**Note:** Version bump only for package saber-utils | ||
|
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-utils", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"files": [ | ||
"dist", | ||
"index.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 |
---|---|---|
|
@@ -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. | ||
|
||
# [0.10.0](https://github.com/saberland/saber/compare/[email protected]@0.10.0) (2019-09-29) | ||
|
||
### Bug Fixes | ||
|
||
- **pkg:** add description field ([9a7245a](https://github.com/saberland/saber/commit/9a7245a)) | ||
- better absolute url handling ([7f5d3ac](https://github.com/saberland/saber/commit/7f5d3ac)) | ||
- change cacheDirectory ([83f8481](https://github.com/saberland/saber/commit/83f8481)) | ||
- remove /index suffix in permalink ([c57c058](https://github.com/saberland/saber/commit/c57c058)) | ||
- update cache identifier for loaders ([c48d303](https://github.com/saberland/saber/commit/c48d303)) | ||
|
||
### Features | ||
|
||
- **core:** add a utility for adding cache-loader to webpack rule ([489d6b5](https://github.com/saberland/saber/commit/489d6b5)) | ||
- expose the default babel preset ([7793a68](https://github.com/saberland/saber/commit/7793a68)) | ||
- transform vue template with posthtml ([#479](https://github.com/saberland/saber/issues/479)) ([b56296a](https://github.com/saberland/saber/commit/b56296a)) | ||
- update mini-css-extract-plugin to support hmr ([fb28324](https://github.com/saberland/saber/commit/fb28324)) | ||
|
||
### Performance Improvements | ||
|
||
- remove prettier ([d67e1a9](https://github.com/saberland/saber/commit/d67e1a9)) | ||
|
||
## [0.9.1](https://github.com/saberland/saber/compare/[email protected]@0.9.1) (2019-09-25) | ||
|
||
### 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