Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
benjamincanac committed Sep 15, 2020
1 parent d01e134 commit 0b6036e
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 6 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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"
Expand Down
18 changes: 18 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-nuxt-content-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-nuxt-content-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-content-docs",
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"files": [
"src",
Expand Down
19 changes: 19 additions & 0 deletions packages/theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.5.6",
"version": "0.6.0",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"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",
Expand Down

0 comments on commit 0b6036e

Please sign in to comment.