diff --git a/packages/saber-plugin-query-posts/CHANGELOG.md b/packages/saber-plugin-query-posts/CHANGELOG.md index 52571daaf..af7029256 100644 --- a/packages/saber-plugin-query-posts/CHANGELOG.md +++ b/packages/saber-plugin-query-posts/CHANGELOG.md @@ -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.5](https://github.com/saberland/saber/compare/saber-plugin-query-posts@0.4.4...saber-plugin-query-posts@0.4.5) (2019-10-06) + +**Note:** Version bump only for package saber-plugin-query-posts + ## [0.4.4](https://github.com/saberland/saber/compare/saber-plugin-query-posts@0.4.3...saber-plugin-query-posts@0.4.4) (2019-09-29) **Note:** Version bump only for package saber-plugin-query-posts diff --git a/packages/saber-plugin-query-posts/package.json b/packages/saber-plugin-query-posts/package.json index 0818df9c8..70cd3e7f1 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.4.4", + "version": "0.4.5", "files": [ "lib" ], diff --git a/packages/saber/CHANGELOG.md b/packages/saber/CHANGELOG.md index 79936366d..881364d7d 100644 --- a/packages/saber/CHANGELOG.md +++ b/packages/saber/CHANGELOG.md @@ -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. +## [0.10.4](https://github.com/saberland/saber/compare/saber@0.10.3...saber@0.10.4) (2019-10-06) + +### Bug Fixes + +- disable css extraction in dev mode ([1cc0757](https://github.com/saberland/saber/commit/1cc0757)) +- Ensure all CSS being extracted into a single file ([#181](https://github.com/saberland/saber/issues/181)) ([c1201de](https://github.com/saberland/saber/commit/c1201de)) +- use `` if the page doesn't exist ([8e3daa9](https://github.com/saberland/saber/commit/8e3daa9)), closes [#506](https://github.com/saberland/saber/issues/506) + ## [0.10.3](https://github.com/saberland/saber/compare/saber@0.10.2...saber@0.10.3) (2019-10-05) ### Bug Fixes diff --git a/packages/saber/package.json b/packages/saber/package.json index ad6dc86f2..574cb7921 100644 --- a/packages/saber/package.json +++ b/packages/saber/package.json @@ -1,6 +1,6 @@ { "name": "saber", - "version": "0.10.3", + "version": "0.10.4", "description": "A simple yet powerful static site generator", "files": [ "bin",