Skip to content

Commit 0b6036e

Browse files
committed
1 parent d01e134 commit 0b6036e

File tree

8 files changed

+68
-6
lines changed

8 files changed

+68
-6
lines changed

docs/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/nuxt/content/compare/[email protected]@1.6.0) (2020-09-15)
7+
8+
9+
### Features
10+
11+
* support github custom domain ([#458](https://github.com/nuxt/content/issues/458)) ([d01e134](https://github.com/nuxt/content/commit/d01e1347f88006948929ced9dfa6dd97e3fa2008))
12+
* **content:** add custom highlighter ([#467](https://github.com/nuxt/content/issues/467)) ([9e1d0bd](https://github.com/nuxt/content/commit/9e1d0bd85e2bef64a7a9d42dee9ffadc559e60c6))
13+
* **theme-docs:** add `defaultDir` options ([#468](https://github.com/nuxt/content/issues/468)) ([e4bae6c](https://github.com/nuxt/content/commit/e4bae6cf779e38e8238766d038d4febe2386b602))
14+
* add content:file:beforeParse hook ([#453](https://github.com/nuxt/content/issues/453)) ([f7ac58d](https://github.com/nuxt/content/commit/f7ac58de9b743cb58fe9b7a7ab81795c4dbf3e3b))
15+
16+
17+
18+
19+
620
## [1.5.1](https://github.com/nuxt/content/compare/[email protected]@1.5.1) (2020-09-03)
721

822
**Note:** Version bump only for package nuxt-content-docs

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-content-docs",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Docs for @nuxt/content",
55
"author": "NuxtJS",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"generate": "nuxt generate"
1212
},
1313
"dependencies": {
14-
"@nuxt/content-theme-docs": "^0.5.6",
14+
"@nuxt/content-theme-docs": "^0.6.0",
1515
"nuxt": "^2.14.5",
1616
"nuxt-ackee": "^2.0.0",
1717
"vue-multiselect": "^2.1.6"

packages/content/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **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)
12+
13+
14+
### Features
15+
16+
* **content:** add custom highlighter ([#467](https://github.com/nuxt/content/issues/467)) ([9e1d0bd](https://github.com/nuxt/content/commit/9e1d0bd85e2bef64a7a9d42dee9ffadc559e60c6))
17+
* add content:file:beforeParse hook ([#453](https://github.com/nuxt/content/issues/453)) ([f7ac58d](https://github.com/nuxt/content/commit/f7ac58de9b743cb58fe9b7a7ab81795c4dbf3e3b))
18+
* 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))
19+
20+
21+
22+
23+
624
## [1.8.1](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-03)
725

826

packages/content/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"repository": "nuxt/content",
55
"license": "MIT",
66
"types": "types/index.d.ts",

packages/create-nuxt-content-docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/nuxt/content/compare/[email protected]@0.3.0) (2020-09-15)
7+
8+
9+
### Features
10+
11+
* support github custom domain ([#458](https://github.com/nuxt/content/issues/458)) ([d01e134](https://github.com/nuxt/content/commit/d01e1347f88006948929ced9dfa6dd97e3fa2008))
12+
13+
14+
15+
16+
617
## [0.2.2](https://github.com/nuxt/content/compare/[email protected]@0.2.2) (2020-09-03)
718

819
**Note:** Version bump only for package create-nuxt-content-docs

packages/create-nuxt-content-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-content-docs",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"files": [
66
"src",

packages/theme-docs/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-15)
7+
8+
9+
### Bug Fixes
10+
11+
* **theme-docs:** fix code block's filename style ([#472](https://github.com/nuxt/content/issues/472)) ([afc3eb3](https://github.com/nuxt/content/commit/afc3eb34ff4788e0a345b55ceb08393d9cd5fa38))
12+
* **theme-docs:** handle single layout on releases ([#482](https://github.com/nuxt/content/issues/482)) ([6033987](https://github.com/nuxt/content/commit/60339876df6ba44e616a86711441e4e6a676bfe9))
13+
14+
15+
### Features
16+
17+
* support github custom domain ([#458](https://github.com/nuxt/content/issues/458)) ([d01e134](https://github.com/nuxt/content/commit/d01e1347f88006948929ced9dfa6dd97e3fa2008))
18+
* **theme-docs:** add `defaultDir` options ([#468](https://github.com/nuxt/content/issues/468)) ([e4bae6c](https://github.com/nuxt/content/commit/e4bae6cf779e38e8238766d038d4febe2386b602))
19+
* **theme-docs:** add locale simplified chinese support ([#471](https://github.com/nuxt/content/issues/471)) ([17850f7](https://github.com/nuxt/content/commit/17850f77addd2e0046f62588dfc4a0cbcf7361e4))
20+
21+
22+
23+
24+
625
## [0.5.6](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-03)
726

827
**Note:** Version bump only for package @nuxt/content-theme-docs

packages/theme-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nuxt/content-theme-docs",
3-
"version": "0.5.6",
3+
"version": "0.6.0",
44
"repository": "nuxt/content",
55
"license": "MIT",
66
"files": [
77
"src"
88
],
99
"main": "src/",
1010
"dependencies": {
11-
"@nuxt/content": "^1.8.1",
11+
"@nuxt/content": "^1.9.0",
1212
"@nuxt/types": "^2.14.5",
1313
"@nuxtjs/color-mode": "^1.1.1",
1414
"@nuxtjs/google-fonts": "^1.0.2",

0 commit comments

Comments
 (0)