Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @nuxt/content@1.13.0
 - create-nuxt-content-docs@0.4.4
 - @nuxt/content-theme-docs@0.10.0
  • Loading branch information
benjamincanac committed Feb 10, 2021
1 parent 5adf1a2 commit 54b9016
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.13.0](https://github.com/nuxt/content/compare/@nuxt/content@1.12.0...@nuxt/content@1.13.0) (2021-02-10)


### Bug Fixes

* use top 2 level of nodes to generate toc ([#757](https://github.com/nuxt/content/issues/757)) ([fe4de6b](https://github.com/nuxt/content/commit/fe4de6bf09bb025878975706de4c0a2f8edbd516))
* **test:** update highlighter snapshots ([32f9f8f](https://github.com/nuxt/content/commit/32f9f8fedb1f4a6d849acaa60124bfa9f0545868))


### Features

* use diff-highlight plugin ([#755](https://github.com/nuxt/content/issues/755)) ([3c2186a](https://github.com/nuxt/content/commit/3c2186a9005c37b3b668ff0124aa77f80c989b85))





# [1.12.0](https://github.com/nuxt/content/compare/@nuxt/content@1.11.1...@nuxt/content@1.12.0) (2021-01-29)


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.12.0",
"version": "1.13.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.4](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.4.3...create-nuxt-content-docs@0.4.4) (2021-02-10)

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





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

**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.3",
"version": "0.4.4",
"license": "MIT",
"files": [
"src",
Expand Down
16 changes: 16 additions & 0 deletions packages/theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.9.0...@nuxt/content-theme-docs@0.10.0) (2021-02-10)


### Bug Fixes

* **theme-docs:** revert @tailwindcss/typography bump ([5adf1a2](https://github.com/nuxt/content/commit/5adf1a295d1c33cbac3a6ea7a3ae32e94a73f9c7))


### Features

* **theme-docs:** Added nl-BE.js localization file to docs theme ([#739](https://github.com/nuxt/content/issues/739)) ([10fbaaf](https://github.com/nuxt/content/commit/10fbaaff4ff990e26309853f4e4f5bfccc1ef59c))





# [0.9.0](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.8.2...@nuxt/content-theme-docs@0.9.0) (2021-01-29)


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.9.0",
"version": "0.10.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.12.0",
"@nuxt/content": "^1.13.0",
"@nuxt/types": "^2.14.12",
"@nuxtjs/color-mode": "^2.0.3",
"@nuxtjs/google-fonts": "1.2.0",
Expand Down

0 comments on commit 54b9016

Please sign in to comment.