diff --git a/other-packages/eslint-config-saber/CHANGELOG.md b/other-packages/eslint-config-saber/CHANGELOG.md new file mode 100644 index 000000000..c7016865e --- /dev/null +++ b/other-packages/eslint-config-saber/CHANGELOG.md @@ -0,0 +1,8 @@ +# 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.1 (2019-11-03) + +**Note:** Version bump only for package eslint-config-saber diff --git a/other-packages/eslint-config-saber/package.json b/other-packages/eslint-config-saber/package.json index e75a34eb7..c0d4d1be6 100644 --- a/other-packages/eslint-config-saber/package.json +++ b/other-packages/eslint-config-saber/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-saber", - "version": "0.0.0", + "version": "0.0.1", "description": "ESLint config for core Saber repos", "man": "index.js", "files": [ diff --git a/packages/saber-highlighter-prism/CHANGELOG.md b/packages/saber-highlighter-prism/CHANGELOG.md index b9f849c36..24e3c04f8 100644 --- a/packages/saber-highlighter-prism/CHANGELOG.md +++ b/packages/saber-highlighter-prism/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.3.4](https://github.com/saberland/saber/compare/saber-highlighter-prism@0.3.3...saber-highlighter-prism@0.3.4) (2019-11-03) + +**Note:** Version bump only for package saber-highlighter-prism + ## [0.3.3](https://github.com/saberland/saber/compare/saber-highlighter-prism@0.3.2...saber-highlighter-prism@0.3.3) (2019-09-11) **Note:** Version bump only for package saber-highlighter-prism diff --git a/packages/saber-highlighter-prism/package.json b/packages/saber-highlighter-prism/package.json index 8008093a3..b4c0933b0 100644 --- a/packages/saber-highlighter-prism/package.json +++ b/packages/saber-highlighter-prism/package.json @@ -1,6 +1,6 @@ { "name": "saber-highlighter-prism", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "files": [ "index.js", @@ -8,7 +8,7 @@ ], "main": "index.js", "dependencies": { - "saber-log": "^0.3.0" + "saber-log": "^0.3.1" }, "devDependencies": { "prismjs": "1.17.1" diff --git a/packages/saber-log/CHANGELOG.md b/packages/saber-log/CHANGELOG.md index c7aa8320f..a7c7d6a9a 100644 --- a/packages/saber-log/CHANGELOG.md +++ b/packages/saber-log/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.3.1](https://github.com/saberland/saber/compare/saber-log@0.3.0...saber-log@0.3.1) (2019-11-03) + +**Note:** Version bump only for package saber-log + # [0.3.0](https://github.com/saberland/saber/compare/saber-log@0.2.1...saber-log@0.3.0) (2019-09-11) ### Features diff --git a/packages/saber-log/package.json b/packages/saber-log/package.json index 7111f6af0..867d97d38 100644 --- a/packages/saber-log/package.json +++ b/packages/saber-log/package.json @@ -1,6 +1,6 @@ { "name": "saber-log", - "version": "0.3.0", + "version": "0.3.1", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ diff --git a/packages/saber-markdown/CHANGELOG.md b/packages/saber-markdown/CHANGELOG.md index 4a940d813..3b21e5e74 100644 --- a/packages/saber-markdown/CHANGELOG.md +++ b/packages/saber-markdown/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.1.6](https://github.com/saberland/saber/compare/saber-markdown@0.1.5...saber-markdown@0.1.6) (2019-11-03) + +**Note:** Version bump only for package saber-markdown + ## [0.1.5](https://github.com/saberland/saber/compare/saber-markdown@0.1.4...saber-markdown@0.1.5) (2019-10-05) **Note:** Version bump only for package saber-markdown diff --git a/packages/saber-markdown/package.json b/packages/saber-markdown/package.json index 84f36eb4e..c45f7f976 100644 --- a/packages/saber-markdown/package.json +++ b/packages/saber-markdown/package.json @@ -1,6 +1,6 @@ { "name": "saber-markdown", - "version": "0.1.5", + "version": "0.1.6", "files": [ "dist" ], diff --git a/packages/saber-plugin-code-copy/CHANGELOG.md b/packages/saber-plugin-code-copy/CHANGELOG.md index b4d01bf2b..ff0b89661 100644 --- a/packages/saber-plugin-code-copy/CHANGELOG.md +++ b/packages/saber-plugin-code-copy/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.3.1](https://github.com/saberland/saber/compare/saber-plugin-code-copy@0.3.0...saber-plugin-code-copy@0.3.1) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-code-copy + # 0.3.0 (2019-09-29) ### Bug Fixes diff --git a/packages/saber-plugin-code-copy/package.json b/packages/saber-plugin-code-copy/package.json index 2f13567b2..c236ff10d 100644 --- a/packages/saber-plugin-code-copy/package.json +++ b/packages/saber-plugin-code-copy/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-code-copy", - "version": "0.3.0", + "version": "0.3.1", "description": "Allow to copy code into clipboard", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-feed/CHANGELOG.md b/packages/saber-plugin-feed/CHANGELOG.md index d5ed03a94..4ac3673b5 100644 --- a/packages/saber-plugin-feed/CHANGELOG.md +++ b/packages/saber-plugin-feed/CHANGELOG.md @@ -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.4.3](https://github.com/saberland/saber/compare/saber-plugin-feed@0.4.2...saber-plugin-feed@0.4.3) (2019-11-03) + +### Bug Fixes + +- remove scoped style data attributes in feed ([#520](https://github.com/saberland/saber/issues/520)) ([17e29dc](https://github.com/saberland/saber/commit/17e29dc)) + ## [0.4.2](https://github.com/saberland/saber/compare/saber-plugin-feed@0.4.1...saber-plugin-feed@0.4.2) (2019-08-22) ### Bug Fixes diff --git a/packages/saber-plugin-feed/package.json b/packages/saber-plugin-feed/package.json index 1eb22f749..2a06e9f60 100644 --- a/packages/saber-plugin-feed/package.json +++ b/packages/saber-plugin-feed/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-feed", - "version": "0.4.2", + "version": "0.4.3", "description": "Generate Atom, RSS2, or JSON feed for your Saber app", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-git-modification-time/CHANGELOG.md b/packages/saber-plugin-git-modification-time/CHANGELOG.md index 65f10dc4b..19c462350 100644 --- a/packages/saber-plugin-git-modification-time/CHANGELOG.md +++ b/packages/saber-plugin-git-modification-time/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.1.2](https://github.com/saberland/saber/compare/saber-plugin-git-modification-time@0.1.1...saber-plugin-git-modification-time@0.1.2) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-git-modification-time + ## [0.1.1](https://github.com/saberland/saber/compare/saber-plugin-git-modification-time@0.1.0...saber-plugin-git-modification-time@0.1.1) (2019-08-22) ### Bug Fixes diff --git a/packages/saber-plugin-git-modification-time/package.json b/packages/saber-plugin-git-modification-time/package.json index dcf1fd551..021cb30f2 100644 --- a/packages/saber-plugin-git-modification-time/package.json +++ b/packages/saber-plugin-git-modification-time/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-git-modification-time", - "version": "0.1.1", + "version": "0.1.2", "description": "Use the author time of the last commit as page.updatedAt", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-meta-redirect/CHANGELOG.md b/packages/saber-plugin-meta-redirect/CHANGELOG.md index 8d136b1ee..87683d7da 100644 --- a/packages/saber-plugin-meta-redirect/CHANGELOG.md +++ b/packages/saber-plugin-meta-redirect/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.1.2](https://github.com/saberland/saber/compare/saber-plugin-meta-redirect@0.1.1...saber-plugin-meta-redirect@0.1.2) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-meta-redirect + ## [0.1.1](https://github.com/saberland/saber/compare/saber-plugin-meta-redirect@0.1.0...saber-plugin-meta-redirect@0.1.1) (2019-08-22) ### Bug Fixes diff --git a/packages/saber-plugin-meta-redirect/package.json b/packages/saber-plugin-meta-redirect/package.json index 7871b3642..250d2ca42 100644 --- a/packages/saber-plugin-meta-redirect/package.json +++ b/packages/saber-plugin-meta-redirect/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-meta-redirect", - "version": "0.1.1", + "version": "0.1.2", "description": "Generates meta redirect html files for redirecting on any static file host", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-netlify-redirect/CHANGELOG.md b/packages/saber-plugin-netlify-redirect/CHANGELOG.md index 64cfd198a..8cd002075 100644 --- a/packages/saber-plugin-netlify-redirect/CHANGELOG.md +++ b/packages/saber-plugin-netlify-redirect/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.1.2](https://github.com/saberland/saber/compare/saber-plugin-netlify-redirect@0.1.1...saber-plugin-netlify-redirect@0.1.2) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-netlify-redirect + ## [0.1.1](https://github.com/saberland/saber/compare/saber-plugin-netlify-redirect@0.1.0...saber-plugin-netlify-redirect@0.1.1) (2019-08-22) ### Bug Fixes diff --git a/packages/saber-plugin-netlify-redirect/package.json b/packages/saber-plugin-netlify-redirect/package.json index 07092b1e5..8b3b31e32 100644 --- a/packages/saber-plugin-netlify-redirect/package.json +++ b/packages/saber-plugin-netlify-redirect/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-netlify-redirect", - "version": "0.1.1", + "version": "0.1.2", "description": "Automatically generate or update `_redirects` file in your public folder for Netlify.", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-prismjs/CHANGELOG.md b/packages/saber-plugin-prismjs/CHANGELOG.md index 7e8d214c6..ab0526d1d 100644 --- a/packages/saber-plugin-prismjs/CHANGELOG.md +++ b/packages/saber-plugin-prismjs/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.2.4](https://github.com/saberland/saber/compare/saber-plugin-prismjs@0.2.3...saber-plugin-prismjs@0.2.4) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-prismjs + ## [0.2.3](https://github.com/saberland/saber/compare/saber-plugin-prismjs@0.2.2...saber-plugin-prismjs@0.2.3) (2019-09-11) **Note:** Version bump only for package saber-plugin-prismjs diff --git a/packages/saber-plugin-prismjs/package.json b/packages/saber-plugin-prismjs/package.json index 1b8f27e4e..eacdd7205 100644 --- a/packages/saber-plugin-prismjs/package.json +++ b/packages/saber-plugin-prismjs/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-prismjs", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "files": [ "index.js" @@ -13,6 +13,6 @@ "prismjs": "^1.16.0" }, "dependencies": { - "saber-highlighter-prism": "^0.3.3" + "saber-highlighter-prism": "^0.3.4" } } diff --git a/packages/saber-plugin-pwa/CHANGELOG.md b/packages/saber-plugin-pwa/CHANGELOG.md index 5b62819c1..36dab830f 100644 --- a/packages/saber-plugin-pwa/CHANGELOG.md +++ b/packages/saber-plugin-pwa/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.4](https://github.com/saberland/saber/compare/saber-plugin-pwa@0.4.3...saber-plugin-pwa@0.4.4) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-pwa + ## [0.4.3](https://github.com/saberland/saber/compare/saber-plugin-pwa@0.4.2...saber-plugin-pwa@0.4.3) (2019-09-11) ### Bug Fixes diff --git a/packages/saber-plugin-pwa/package.json b/packages/saber-plugin-pwa/package.json index acf965169..6dcb77a8e 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.4.3", + "version": "0.4.4", "description": "Add PWA support for your Saber app.", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-search/CHANGELOG.md b/packages/saber-plugin-search/CHANGELOG.md index 045347358..2a05323d7 100644 --- a/packages/saber-plugin-search/CHANGELOG.md +++ b/packages/saber-plugin-search/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/saberland/saber/compare/saber-plugin-search@0.1.1...saber-plugin-search@1.0.0) (2019-11-03) + +### Bug Fixes + +- don't strip html from content ([#535](https://github.com/saberland/saber/issues/535)) ([ed1e9be](https://github.com/saberland/saber/commit/ed1e9be)) + +### BREAKING CHANGES + +- now you get HTML code in your search result, if you don't like that you have to stripe HTML tags yourself. + +- fix: don't strip html from content + +- fix: don't strip html at all + ## [0.1.1](https://github.com/saberland/saber/compare/saber-plugin-search@0.1.0...saber-plugin-search@0.1.1) (2019-10-05) ### Bug Fixes diff --git a/packages/saber-plugin-search/package.json b/packages/saber-plugin-search/package.json index c97b59b8c..85a71ba60 100644 --- a/packages/saber-plugin-search/package.json +++ b/packages/saber-plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-search", - "version": "0.1.1", + "version": "1.0.0", "description": "Add a fast search to your app.", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-transformer-html/CHANGELOG.md b/packages/saber-plugin-transformer-html/CHANGELOG.md index 12b8b125f..324af2d98 100644 --- a/packages/saber-plugin-transformer-html/CHANGELOG.md +++ b/packages/saber-plugin-transformer-html/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.1.3](https://github.com/saberland/saber/compare/saber-plugin-transformer-html@0.1.2...saber-plugin-transformer-html@0.1.3) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-transformer-html + ## [0.1.2](https://github.com/saberland/saber/compare/saber-plugin-transformer-html@0.1.1...saber-plugin-transformer-html@0.1.2) (2019-09-25) **Note:** Version bump only for package saber-plugin-transformer-html diff --git a/packages/saber-plugin-transformer-html/package.json b/packages/saber-plugin-transformer-html/package.json index c59697666..12a193662 100644 --- a/packages/saber-plugin-transformer-html/package.json +++ b/packages/saber-plugin-transformer-html/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-transformer-html", - "version": "0.1.2", + "version": "0.1.3", "description": "Write pages in HTML", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-plugin-transformer-pug/CHANGELOG.md b/packages/saber-plugin-transformer-pug/CHANGELOG.md index 93b0ab18d..c9a22b9fe 100644 --- a/packages/saber-plugin-transformer-pug/CHANGELOG.md +++ b/packages/saber-plugin-transformer-pug/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.1.3](https://github.com/saberland/saber/compare/saber-plugin-transformer-pug@0.1.2...saber-plugin-transformer-pug@0.1.3) (2019-11-03) + +**Note:** Version bump only for package saber-plugin-transformer-pug + ## [0.1.2](https://github.com/saberland/saber/compare/saber-plugin-transformer-pug@0.1.1...saber-plugin-transformer-pug@0.1.2) (2019-09-25) **Note:** Version bump only for package saber-plugin-transformer-pug diff --git a/packages/saber-plugin-transformer-pug/package.json b/packages/saber-plugin-transformer-pug/package.json index 1880f94df..bb92699cd 100644 --- a/packages/saber-plugin-transformer-pug/package.json +++ b/packages/saber-plugin-transformer-pug/package.json @@ -1,6 +1,6 @@ { "name": "saber-plugin-transformer-pug", - "version": "0.1.2", + "version": "0.1.3", "description": "Write pages in Pug and add support for importing Pug files", "license": "MIT", "main": "lib/index.js", diff --git a/packages/saber-utils/CHANGELOG.md b/packages/saber-utils/CHANGELOG.md index 2f8dd065b..2b6272e12 100644 --- a/packages/saber-utils/CHANGELOG.md +++ b/packages/saber-utils/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.2.4](https://github.com/saberland/saber/compare/saber-utils@0.2.3...saber-utils@0.2.4) (2019-11-03) + +**Note:** Version bump only for package saber-utils + ## [0.2.3](https://github.com/saberland/saber/compare/saber-utils@0.2.2...saber-utils@0.2.3) (2019-09-29) ### Bug Fixes diff --git a/packages/saber-utils/package.json b/packages/saber-utils/package.json index 52ff0217f..87d4a3bed 100644 --- a/packages/saber-utils/package.json +++ b/packages/saber-utils/package.json @@ -1,6 +1,6 @@ { "name": "saber-utils", - "version": "0.2.3", + "version": "0.2.4", "files": [ "dist", "index.js", diff --git a/packages/saber/CHANGELOG.md b/packages/saber/CHANGELOG.md index 881364d7d..5c88995d2 100644 --- a/packages/saber/CHANGELOG.md +++ b/packages/saber/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.11.0](https://github.com/saberland/saber/compare/saber@0.10.4...saber@0.11.0) (2019-11-03) + +### Bug Fixes + +- remove comma when there're no pages ([#544](https://github.com/saberland/saber/issues/544)) ([fb036db](https://github.com/saberland/saber/commit/fb036db)) +- remove scoped style data attributes in feed ([#520](https://github.com/saberland/saber/issues/520)) ([17e29dc](https://github.com/saberland/saber/commit/17e29dc)) + +### Features + +- allow to apply plugin asynchronously ([0c0beb4](https://github.com/saberland/saber/commit/0c0beb4)) + ## [0.10.4](https://github.com/saberland/saber/compare/saber@0.10.3...saber@0.10.4) (2019-10-06) ### Bug Fixes diff --git a/packages/saber/package.json b/packages/saber/package.json index 33aad1c36..a73205e9f 100644 --- a/packages/saber/package.json +++ b/packages/saber/package.json @@ -1,6 +1,6 @@ { "name": "saber", - "version": "0.10.4", + "version": "0.11.0", "description": "A simple yet powerful static site generator", "files": [ "/babel.js", @@ -52,9 +52,9 @@ "posthtml": "^0.11.6", "pretty-ms": "^5.0.0", "resolve-from": "^5.0.0", - "saber-log": "^0.3.0", - "saber-markdown": "^0.1.5", - "saber-utils": "^0.2.3", + "saber-log": "^0.3.1", + "saber-markdown": "^0.1.6", + "saber-utils": "^0.2.4", "serve-static": "^1.13.2", "slugo": "^0.3.1", "superstruct": "^0.8.2",