From 7c0d2f0f81a44063b9031f85c1ba8b5258f36a88 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 31 Aug 2020 20:53:13 +0200 Subject: [PATCH] chore: release - nuxt-content-docs@1.4.1 - @nuxt/content@1.7.1 - create-nuxt-content-docs@0.2.0 - @nuxt/content-theme-docs@0.5.4 --- docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 4 ++-- packages/content/CHANGELOG.md | 12 +++++++++++ packages/content/package.json | 2 +- .../create-nuxt-content-docs/CHANGELOG.md | 16 +++++++++++++++ .../create-nuxt-content-docs/package.json | 2 +- packages/theme-docs/CHANGELOG.md | 20 +++++++++++++++++++ packages/theme-docs/package.json | 4 ++-- 8 files changed, 62 insertions(+), 6 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d3e608a2d..1b96c559b 100644 --- a/docs/CHANGELOG.md +++ b/docs/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. +## [1.4.1](https://github.com/nuxt/content/compare/nuxt-content-docs@1.4.0...nuxt-content-docs@1.4.1) (2020-08-31) + +**Note:** Version bump only for package nuxt-content-docs + + + + + # [1.4.0](https://github.com/nuxt/content/compare/nuxt-content-docs@1.3.6...nuxt-content-docs@1.4.0) (2020-08-25) diff --git a/docs/package.json b/docs/package.json index e04a8eb47..32cc5bcbd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-content-docs", - "version": "1.4.0", + "version": "1.4.1", "description": "Docs for @nuxt/content", "author": "NuxtJS", "private": true, @@ -11,7 +11,7 @@ "generate": "nuxt generate" }, "dependencies": { - "@nuxt/content-theme-docs": "^0.5.3", + "@nuxt/content-theme-docs": "^0.5.4", "nuxt": "^2.14.4", "nuxt-ackee": "^2.0.0", "vue-multiselect": "^2.1.6" diff --git a/packages/content/CHANGELOG.md b/packages/content/CHANGELOG.md index d38e46244..fe7c00fc4 100644 --- a/packages/content/CHANGELOG.md +++ b/packages/content/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.1](https://github.com/nuxt/content/compare/@nuxt/content@1.7.0...@nuxt/content@1.7.1) (2020-08-31) + + +### Bug Fixes + +* **content:** Offline mode ([#429](https://github.com/nuxt/content/issues/429)) ([277da7d](https://github.com/nuxt/content/commit/277da7d33deba4c2e5a6f6b9a25e2432d92c3b7a)), closes [#229](https://github.com/nuxt/content/issues/229) +* **content:** write db.json with hash ([#438](https://github.com/nuxt/content/issues/438)) ([0a8ed35](https://github.com/nuxt/content/commit/0a8ed35ccb72193e755aa63feb35b258cd03e921)) + + + + + # [1.7.0](https://github.com/nuxt/content/compare/@nuxt/content@1.6.1...@nuxt/content@1.7.0) (2020-08-25) diff --git a/packages/content/package.json b/packages/content/package.json index b76ce0106..ccb4ba8af 100644 --- a/packages/content/package.json +++ b/packages/content/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/content", - "version": "1.7.0", + "version": "1.7.1", "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 9f0bbb9ad..6b8f949c9 100644 --- a/packages/create-nuxt-content-docs/CHANGELOG.md +++ b/packages/create-nuxt-content-docs/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.1.6...create-nuxt-content-docs@0.2.0) (2020-08-31) + + +### Bug Fixes + +* use new docs link ([#414](https://github.com/nuxt/content/issues/414)) ([524b7e1](https://github.com/nuxt/content/commit/524b7e100f76a8a2910c047a2e5be1bf13eb8d59)) + + +### Features + +* reduce page jank ([#433](https://github.com/nuxt/content/issues/433)) ([b5b419f](https://github.com/nuxt/content/commit/b5b419f8af421c034b5207af321cdf266abedd64)) + + + + + ## [0.1.6](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.1.5...create-nuxt-content-docs@0.1.6) (2020-08-25) **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 cbd0c21c1..bf7ecdcc6 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.1.6", + "version": "0.2.0", "files": [ "src", "template" diff --git a/packages/theme-docs/CHANGELOG.md b/packages/theme-docs/CHANGELOG.md index bcba0c85e..3fb6f68da 100644 --- a/packages/theme-docs/CHANGELOG.md +++ b/packages/theme-docs/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.4](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.5.3...@nuxt/content-theme-docs@0.5.4) (2020-08-31) + + +### Bug Fixes + +* **theme:** remove useless alert styles ([#413](https://github.com/nuxt/content/issues/413)) ([1dff4e9](https://github.com/nuxt/content/commit/1dff4e9e9c4bcff03396d711c37f5eee70b8690c)) +* **theme-docs:** extend `/` route ([#422](https://github.com/nuxt/content/issues/422)) ([19451b7](https://github.com/nuxt/content/commit/19451b7e4eb2e079656341716a781adf1894eb29)) +* **theme-docs:** fix aside background in dark mode ([#424](https://github.com/nuxt/content/issues/424)) ([6f0de2a](https://github.com/nuxt/content/commit/6f0de2adb4e6f671cbd0c6066e5a4c3b443edf1d)) +* **theme-docs:** fix code display inside alert ([#426](https://github.com/nuxt/content/issues/426)) ([a6f1974](https://github.com/nuxt/content/commit/a6f1974e92904f83e01ef0395c67b30b93688ac7)) +* **theme-docs:** fix syntax highlighting in alert ([#427](https://github.com/nuxt/content/issues/427)) ([7275487](https://github.com/nuxt/content/commit/72754870bc33de071df02f509b4e2296d271f5f5)) +* **theme-docs:** fix Twitter link ([#418](https://github.com/nuxt/content/issues/418)) ([f94291b](https://github.com/nuxt/content/commit/f94291b360d5e679bd07333f4f97143943bb8466)) +* **theme-docs:** improve live edit styles ([#428](https://github.com/nuxt/content/issues/428)) ([50bd5b1](https://github.com/nuxt/content/commit/50bd5b136acacc2c425d6535e0a2678783d5bc37)) +* **theme-docs:** improve TOC hover ([#420](https://github.com/nuxt/content/issues/420)) ([138f67c](https://github.com/nuxt/content/commit/138f67ccb002a8f52bdb081aac2764f61c8d72f9)) +* **theme-docs:** move unused global components ([#423](https://github.com/nuxt/content/issues/423)) ([162d54b](https://github.com/nuxt/content/commit/162d54b8074b4777434f213e90ddc47300b6b27a)) +* **theme-docs:** push dev css in modules:before hook ([83b13f5](https://github.com/nuxt/content/commit/83b13f58c435498ca57fc921e29b6b7d152e9587)) + + + + + ## [0.5.3](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.5.2...@nuxt/content-theme-docs@0.5.3) (2020-08-25) diff --git a/packages/theme-docs/package.json b/packages/theme-docs/package.json index 355aa847c..1816ad7c4 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.3", + "version": "0.5.4", "repository": "nuxt/content", "license": "MIT", "files": [ @@ -8,7 +8,7 @@ ], "main": "src/", "dependencies": { - "@nuxt/content": "^1.7.0", + "@nuxt/content": "^1.7.1", "@nuxt/types": "^2.14.4", "@nuxtjs/color-mode": "^1.0.3", "@nuxtjs/google-fonts": "^1.0.0",