From a0ddf7c7c7b87f972d8f29dd56fc8b13d5a615d2 Mon Sep 17 00:00:00 2001 From: EGOIST <0x142857@gmail.com> Date: Sat, 11 May 2019 20:02:01 +0800 Subject: [PATCH] Publish - saber-plugin-pwa@0.3.0 - saber-plugin-query-posts@0.3.0 - saber@0.6.0 --- packages/saber-plugin-pwa/CHANGELOG.md | 11 +++++++++++ packages/saber-plugin-pwa/package.json | 2 +- packages/saber-plugin-query-posts/CHANGELOG.md | 10 ++++++++++ packages/saber-plugin-query-posts/package.json | 2 +- packages/saber/CHANGELOG.md | 18 ++++++++++++++++++ packages/saber/package.json | 2 +- 6 files changed, 42 insertions(+), 3 deletions(-) diff --git a/packages/saber-plugin-pwa/CHANGELOG.md b/packages/saber-plugin-pwa/CHANGELOG.md index 4591ed5f0..a33e3b586 100644 --- a/packages/saber-plugin-pwa/CHANGELOG.md +++ b/packages/saber-plugin-pwa/CHANGELOG.md @@ -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. +# [0.3.0](https://github.com/egoist/saber/compare/saber-plugin-pwa@0.2.1...saber-plugin-pwa@0.3.0) (2019-05-11) + +### Bug Fixes + +- **saber-plugin-pwa:** read manifest.json from static folder ([52c22f5](https://github.com/egoist/saber/commit/52c22f5)) + +### Features + +- **saber-plugin-pwa:** add appleTouchIcon option ([594c1c3](https://github.com/egoist/saber/commit/594c1c3)) +- **saber-plugin-pwa:** support apple-touch-icon ([b3e0f40](https://github.com/egoist/saber/commit/b3e0f40)) + ## [0.2.1](https://github.com/egoist/saber/compare/saber-plugin-pwa@0.2.0...saber-plugin-pwa@0.2.1) (2019-05-08) **Note:** Version bump only for package saber-plugin-pwa diff --git a/packages/saber-plugin-pwa/package.json b/packages/saber-plugin-pwa/package.json index b0247a5e9..1851a9516 100644 --- a/packages/saber-plugin-pwa/package.json +++ b/packages/saber-plugin-pwa/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-pwa", - "version": "0.2.1", + "version": "0.3.0", "description": "Add PWA support for your Saber app.", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-query-posts/CHANGELOG.md b/packages/saber-plugin-query-posts/CHANGELOG.md index 721d0e86a..cafc34d5e 100644 --- a/packages/saber-plugin-query-posts/CHANGELOG.md +++ b/packages/saber-plugin-query-posts/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/egoist/saber/compare/saber-plugin-query-posts@0.2.0...saber-plugin-query-posts@0.3.0) (2019-05-11) + +### Bug Fixes + +- remove pages.extendPageProp ([5cafde8](https://github.com/egoist/saber/commit/5cafde8)) + +### BREAKING CHANGES + +- `api.pages.extendPageProp` is removed, you should directly mutate `page` object instead + # [0.2.0](https://github.com/egoist/saber/compare/saber-plugin-query-posts@0.1.5...saber-plugin-query-posts@0.2.0) (2019-05-08) ### Features diff --git a/packages/saber-plugin-query-posts/package.json b/packages/saber-plugin-query-posts/package.json index 168c00977..0772fddf0 100644 --- a/packages/saber-plugin-query-posts/package.json +++ b/packages/saber-plugin-query-posts/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-query-posts", - "version": "0.2.0", + "version": "0.3.0", "files": [ "lib" ], diff --git a/packages/saber/CHANGELOG.md b/packages/saber/CHANGELOG.md index 41f9f9059..d63e8f1c6 100644 --- a/packages/saber/CHANGELOG.md +++ b/packages/saber/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/egoist/saber/compare/saber@0.5.4...saber@0.6.0) (2019-05-11) + +### Bug Fixes + +- frontmatter asset loading, fixes [#169](https://github.com/egoist/saber/issues/169) ([#170](https://github.com/egoist/saber/issues/170)) ([7ba1114](https://github.com/egoist/saber/commit/7ba1114)) +- never add new properties to page.attributes ([d0ddafe](https://github.com/egoist/saber/commit/d0ddafe)) +- remove pages.extendPageProp ([5cafde8](https://github.com/egoist/saber/commit/5cafde8)) +- switch back to devalue for cyclical references support ([02e976b](https://github.com/egoist/saber/commit/02e976b)) + +### Features + +- prettify output page component ([992a6a3](https://github.com/egoist/saber/commit/992a6a3)) +- remove trailing slash in permalink ([405157f](https://github.com/egoist/saber/commit/405157f)) + +### BREAKING CHANGES + +- `api.pages.extendPageProp` is removed, you should directly mutate `page` object instead + ## [0.5.4](https://github.com/egoist/saber/compare/saber@0.5.3...saber@0.5.4) (2019-05-10) ### Bug Fixes diff --git a/packages/saber/package.json b/packages/saber/package.json index c336953a8..0fef96b97 100644 --- a/packages/saber/package.json +++ b/packages/saber/package.json @@ -1,6 +1,6 @@ { "name": "saber", - "version": "0.5.4", + "version": "0.6.0", "files": [ "bin", "lib",