Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @nuxt/content@1.11.0
 - create-nuxt-content-docs@0.4.2
 - @nuxt/content-theme-docs@0.8.0
  • Loading branch information
benjamincanac committed Nov 19, 2020
1 parent bd67235 commit aac1101
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
20 changes: 20 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [1.11.0](https://github.com/nuxt/content/compare/@nuxt/content@1.10.0...@nuxt/content@1.11.0) (2020-11-19)


### Bug Fixes

* **content:** add missing types ([#625](https://github.com/nuxt/content/issues/625)) ([43e5a81](https://github.com/nuxt/content/commit/43e5a819e55fa65b3b9ffc0610e3a2206a356e48))
* **content:** update highlighter spec ([8108f84](https://github.com/nuxt/content/commit/8108f84bf94727d7cb9d786c775e0b9c502d4d0f))
* set header to empty string if undefined ([#620](https://github.com/nuxt/content/issues/620)) ([5bffdf1](https://github.com/nuxt/content/commit/5bffdf11d5b499829fcb389db29c9c0f316be3ac)), closes [#136](https://github.com/nuxt/content/issues/136)
* **content:** support space after codeblock for filename ([#621](https://github.com/nuxt/content/issues/621)) ([9d900ff](https://github.com/nuxt/content/commit/9d900ff648c96aa0454986819cb31b374b451ecc))


### Features

* support dynamic table of contents ([#600](https://github.com/nuxt/content/issues/600)) ([5cf18c4](https://github.com/nuxt/content/commit/5cf18c41b3b383a4989db5eae775feb9ddf409d0))
* **lib:** support markdown excerpt ([#607](https://github.com/nuxt/content/issues/607)) ([b453ea8](https://github.com/nuxt/content/commit/b453ea8e22258a664de93ec29c71229b17bf9fd1))





# [1.10.0](https://github.com/nuxt/content/compare/@nuxt/content@1.9.0...@nuxt/content@1.10.0) (2020-10-12)


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.10.0",
"version": "1.11.0",
"repository": "nuxt/content",
"license": "MIT",
"types": "types/index.d.ts",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.4.1...create-nuxt-content-docs@0.4.2) (2020-11-19)

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





## [0.4.1](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.4.0...create-nuxt-content-docs@0.4.1) (2020-10-12)

**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.4.1",
"version": "0.4.2",
"license": "MIT",
"files": [
"src",
Expand Down
21 changes: 21 additions & 0 deletions packages/theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.7.2...@nuxt/content-theme-docs@0.8.0) (2020-11-19)


### Bug Fixes

* **docs-theme:** support overwriting hooks ([#619](https://github.com/nuxt/content/issues/619)) ([5b8cb40](https://github.com/nuxt/content/commit/5b8cb40fb814c3f3aedd41c26948f53d46987a75))
* **theme-docs:** prevent warning when global components missing ([#542](https://github.com/nuxt/content/issues/542)) ([1c84288](https://github.com/nuxt/content/commit/1c84288f02b1ef868f1a3360f23f4a7bf25df3aa))
* **theme-docs:** twitter preview when trailing slash on url ([#574](https://github.com/nuxt/content/issues/574)) ([ba0b8b1](https://github.com/nuxt/content/commit/ba0b8b15135428b538208f7ae5e8a8a6284d5a58))


### Features

* support dynamic table of contents ([#600](https://github.com/nuxt/content/issues/600)) ([5cf18c4](https://github.com/nuxt/content/commit/5cf18c41b3b383a4989db5eae775feb9ddf409d0))
* **theme-docs:** add locale polish support ([#571](https://github.com/nuxt/content/issues/571)) ([ff54d11](https://github.com/nuxt/content/commit/ff54d1134a1bd938d7ebe65438ac8968e9031a08))
* **theme-docs:** add locale turkish support ([#570](https://github.com/nuxt/content/issues/570)) ([35d79fe](https://github.com/nuxt/content/commit/35d79fe75b5f7d201e2106c153241086693305fa))
* **theme-docs:** Add new tailwindcss future flags ([#573](https://github.com/nuxt/content/issues/573)) ([9daa645](https://github.com/nuxt/content/commit/9daa6457eeced893f423a8a45766807cc20b16f3))





## [0.7.2](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.7.1...@nuxt/content-theme-docs@0.7.2) (2020-10-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.7.2",
"version": "0.8.0",
"repository": "nuxt/content",
"license": "MIT",
"files": [
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28",
"@nuxt/content": "^1.10.0",
"@nuxt/content": "^1.11.0",
"@nuxt/types": "^2.14.7",
"@nuxtjs/color-mode": "^2.0.0",
"@nuxtjs/google-fonts": "1.2.0",
Expand Down

0 comments on commit aac1101

Please sign in to comment.