From 0b6036e47f82beb61e9bcac40d829ba716d1c06b Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 15 Sep 2020 18:37:33 +0200 Subject: [PATCH] chore: release - nuxt-content-docs@1.6.0 - @nuxt/content@1.9.0 - create-nuxt-content-docs@0.3.0 - @nuxt/content-theme-docs@0.6.0 --- docs/CHANGELOG.md | 14 ++++++++++++++ docs/package.json | 4 ++-- packages/content/CHANGELOG.md | 18 ++++++++++++++++++ packages/content/package.json | 2 +- .../create-nuxt-content-docs/CHANGELOG.md | 11 +++++++++++ .../create-nuxt-content-docs/package.json | 2 +- packages/theme-docs/CHANGELOG.md | 19 +++++++++++++++++++ packages/theme-docs/package.json | 4 ++-- 8 files changed, 68 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 71bb3616b..7c238c82a 100644 --- a/docs/CHANGELOG.md +++ b/docs/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.6.0](https://github.com/nuxt/content/compare/nuxt-content-docs@1.5.1...nuxt-content-docs@1.6.0) (2020-09-15) + + +### Features + +* support github custom domain ([#458](https://github.com/nuxt/content/issues/458)) ([d01e134](https://github.com/nuxt/content/commit/d01e1347f88006948929ced9dfa6dd97e3fa2008)) +* **content:** add custom highlighter ([#467](https://github.com/nuxt/content/issues/467)) ([9e1d0bd](https://github.com/nuxt/content/commit/9e1d0bd85e2bef64a7a9d42dee9ffadc559e60c6)) +* **theme-docs:** add `defaultDir` options ([#468](https://github.com/nuxt/content/issues/468)) ([e4bae6c](https://github.com/nuxt/content/commit/e4bae6cf779e38e8238766d038d4febe2386b602)) +* add content:file:beforeParse hook ([#453](https://github.com/nuxt/content/issues/453)) ([f7ac58d](https://github.com/nuxt/content/commit/f7ac58de9b743cb58fe9b7a7ab81795c4dbf3e3b)) + + + + + ## [1.5.1](https://github.com/nuxt/content/compare/nuxt-content-docs@1.5.0...nuxt-content-docs@1.5.1) (2020-09-03) **Note:** Version bump only for package nuxt-content-docs diff --git a/docs/package.json b/docs/package.json index 35c00c633..6725c5928 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-content-docs", - "version": "1.5.1", + "version": "1.6.0", "description": "Docs for @nuxt/content", "author": "NuxtJS", "private": true, @@ -11,7 +11,7 @@ "generate": "nuxt generate" }, "dependencies": { - "@nuxt/content-theme-docs": "^0.5.6", + "@nuxt/content-theme-docs": "^0.6.0", "nuxt": "^2.14.5", "nuxt-ackee": "^2.0.0", "vue-multiselect": "^2.1.6" diff --git a/packages/content/CHANGELOG.md b/packages/content/CHANGELOG.md index 7b2294ebc..ac73be660 100644 --- a/packages/content/CHANGELOG.md +++ b/packages/content/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. +# [1.9.0](https://github.com/nuxt/content/compare/@nuxt/content@1.8.1...@nuxt/content@1.9.0) (2020-09-15) + + +### Bug Fixes + +* **types:** remark plugins and rehype plugins should accept options in array syntax ([#462](https://github.com/nuxt/content/issues/462)) ([460b0c5](https://github.com/nuxt/content/commit/460b0c537961fdc53259f058c35a5970ea97bfdd)), closes [/github.com/nuxt/content/blob/711913c4772a9aad442f093eb4ddc822771e873f/packages/content/lib/utils.js#L46-L48](https://github.com//github.com/nuxt/content/blob/711913c4772a9aad442f093eb4ddc822771e873f/packages/content/lib/utils.js/issues/L46-L48) + + +### Features + +* **content:** add custom highlighter ([#467](https://github.com/nuxt/content/issues/467)) ([9e1d0bd](https://github.com/nuxt/content/commit/9e1d0bd85e2bef64a7a9d42dee9ffadc559e60c6)) +* add content:file:beforeParse hook ([#453](https://github.com/nuxt/content/issues/453)) ([f7ac58d](https://github.com/nuxt/content/commit/f7ac58de9b743cb58fe9b7a7ab81795c4dbf3e3b)) +* Added more types following [#443](https://github.com/nuxt/content/issues/443) and [#421](https://github.com/nuxt/content/issues/421) ([#444](https://github.com/nuxt/content/issues/444)) ([6a43bd2](https://github.com/nuxt/content/commit/6a43bd2e89222953a6886654752d0d001e72efea)) + + + + + ## [1.8.1](https://github.com/nuxt/content/compare/@nuxt/content@1.8.0...@nuxt/content@1.8.1) (2020-09-03) diff --git a/packages/content/package.json b/packages/content/package.json index 490f67430..d1b9c8233 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "1.8.1", + "version": "1.9.0", "repository": "nuxt/content", "license": "MIT", "types": "types/index.d.ts", diff --git a/packages/create-nuxt-content-docs/CHANGELOG.md b/packages/create-nuxt-content-docs/CHANGELOG.md index a9a52de2b..cc1a8f659 100644 --- a/packages/create-nuxt-content-docs/CHANGELOG.md +++ b/packages/create-nuxt-content-docs/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/nuxt/content/compare/create-nuxt-content-docs@0.2.2...create-nuxt-content-docs@0.3.0) (2020-09-15) + + +### Features + +* support github custom domain ([#458](https://github.com/nuxt/content/issues/458)) ([d01e134](https://github.com/nuxt/content/commit/d01e1347f88006948929ced9dfa6dd97e3fa2008)) + + + + + ## [0.2.2](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.2.1...create-nuxt-content-docs@0.2.2) (2020-09-03) **Note:** Version bump only for package create-nuxt-content-docs diff --git a/packages/create-nuxt-content-docs/package.json b/packages/create-nuxt-content-docs/package.json index d85e95760..a952141f7 100644 --- a/packages/create-nuxt-content-docs/package.json +++ b/packages/create-nuxt-content-docs/package.json @@ -1,6 +1,6 @@ { "name": "create-nuxt-content-docs", - "version": "0.2.2", + "version": "0.3.0", "license": "MIT", "files": [ "src", diff --git a/packages/theme-docs/CHANGELOG.md b/packages/theme-docs/CHANGELOG.md index 86d23b0ac..7a55546ff 100644 --- a/packages/theme-docs/CHANGELOG.md +++ b/packages/theme-docs/CHANGELOG.md @@ -3,6 +3,25 @@ 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/nuxt/content/compare/@nuxt/content-theme-docs@0.5.6...@nuxt/content-theme-docs@0.6.0) (2020-09-15) + + +### Bug Fixes + +* **theme-docs:** fix code block's filename style ([#472](https://github.com/nuxt/content/issues/472)) ([afc3eb3](https://github.com/nuxt/content/commit/afc3eb34ff4788e0a345b55ceb08393d9cd5fa38)) +* **theme-docs:** handle single layout on releases ([#482](https://github.com/nuxt/content/issues/482)) ([6033987](https://github.com/nuxt/content/commit/60339876df6ba44e616a86711441e4e6a676bfe9)) + + +### Features + +* support github custom domain ([#458](https://github.com/nuxt/content/issues/458)) ([d01e134](https://github.com/nuxt/content/commit/d01e1347f88006948929ced9dfa6dd97e3fa2008)) +* **theme-docs:** add `defaultDir` options ([#468](https://github.com/nuxt/content/issues/468)) ([e4bae6c](https://github.com/nuxt/content/commit/e4bae6cf779e38e8238766d038d4febe2386b602)) +* **theme-docs:** add locale simplified chinese support ([#471](https://github.com/nuxt/content/issues/471)) ([17850f7](https://github.com/nuxt/content/commit/17850f77addd2e0046f62588dfc4a0cbcf7361e4)) + + + + + ## [0.5.6](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.5.5...@nuxt/content-theme-docs@0.5.6) (2020-09-03) **Note:** Version bump only for package @nuxt/content-theme-docs diff --git a/packages/theme-docs/package.json b/packages/theme-docs/package.json index 0906cde99..8ddbcfb02 100644 --- a/packages/theme-docs/package.json +++ b/packages/theme-docs/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content-theme-docs", - "version": "0.5.6", + "version": "0.6.0", "repository": "nuxt/content", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "src/", "dependencies": { - "@nuxt/content": "^1.8.1", + "@nuxt/content": "^1.9.0", "@nuxt/types": "^2.14.5", "@nuxtjs/color-mode": "^1.1.1", "@nuxtjs/google-fonts": "^1.0.2",