Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @nuxt/content@1.15.0
 - create-nuxt-content-docs@0.4.7
 - @nuxt/content-theme-docs@0.11.0
  • Loading branch information
pi0 committed Oct 21, 2021
1 parent 6515436 commit e2657a0
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
21 changes: 21 additions & 0 deletions packages/content/CHANGELOG.md
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.

# [1.15.0](https://github.com/nuxt/content/compare/@nuxt/content@1.14.0...@nuxt/content@1.15.0) (2021-10-21)


### Bug Fixes

* **content:** add missing `:is="tag"` to `nuxt-content-container` ([ef7b18d](https://github.com/nuxt/content/commit/ef7b18dde22e9c10db4d8ad4f6c1ab0a0c7b1790))
* **content:** merge class and style attribute ([#905](https://github.com/nuxt/content/issues/905)) ([d905ffe](https://github.com/nuxt/content/commit/d905ffe35bfba8ccfb4db534d6571fcabff8ef8c))
* **content:** prevent editor extending on typing ([#933](https://github.com/nuxt/content/issues/933)) ([d4dce1e](https://github.com/nuxt/content/commit/d4dce1eabc66d19f31ee412e9eb844517cc60586))
* **content:** update type definition for `QueryBuilder.fetch()` ([#825](https://github.com/nuxt/content/issues/825)) ([4cc224e](https://github.com/nuxt/content/commit/4cc224ef2779d2000092333ab9b5ac3f99171674))
* terminal time log information display error ([#891](https://github.com/nuxt/content/issues/891)) ([1f12dd5](https://github.com/nuxt/content/commit/1f12dd59bc0055ec0eb4b333edde0dd4433780ef))


### Features

* add yarn v2 (berry) support ([#820](https://github.com/nuxt/content/issues/820)) ([971c36f](https://github.com/nuxt/content/commit/971c36f685e2ef8bc66529c8124aa40969ab8402))
* **content:** support `useCache` option ([#772](https://github.com/nuxt/content/issues/772)) ([9d7f3a0](https://github.com/nuxt/content/commit/9d7f3a008bb08fae5670d9842fd81832fcfe3beb))





# [1.14.0](https://github.com/nuxt/content/compare/@nuxt/content@1.13.1...@nuxt/content@1.14.0) (2021-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content",
"version": "1.14.0",
"version": "1.15.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
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.7](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.4.6...create-nuxt-content-docs@0.4.7) (2021-10-21)

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





## [0.4.6](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.4.5...create-nuxt-content-docs@0.4.6) (2021-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-nuxt-content-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-content-docs",
"version": "0.4.6",
"version": "0.4.7",
"license": "MIT",
"files": [
"src",
Expand Down
19 changes: 19 additions & 0 deletions packages/theme-docs/CHANGELOG.md
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.11.0](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.10.2...@nuxt/content-theme-docs@0.11.0) (2021-10-21)


### Bug Fixes

* **theme-docs:** allow overriding theme components ([#963](https://github.com/nuxt/content/issues/963)) ([1f4a5d2](https://github.com/nuxt/content/commit/1f4a5d2c4bae36a84b656c93d77cb523ec6a37ff))
* **theme-docs:** revert @tailwindcss/typography bump ([#953](https://github.com/nuxt/content/issues/953)) ([95a4afa](https://github.com/nuxt/content/commit/95a4afa0d18d919c33578a06e9a525fcea476499))
* **theme-docs:** updated german locale ([#853](https://github.com/nuxt/content/issues/853)) ([be84bbd](https://github.com/nuxt/content/commit/be84bbdd6adb0ce1fa0c8720e714a44d3388da98))


### Features

* **theme-docs:** add Brazilian Portuguese translation file ([#915](https://github.com/nuxt/content/issues/915)) ([329ca8e](https://github.com/nuxt/content/commit/329ca8e477698038f7ae1bfba3390682780bc258))
* **theme-docs:** update locale simplified Chinese translation ([#838](https://github.com/nuxt/content/issues/838)) ([d33bd68](https://github.com/nuxt/content/commit/d33bd681e394b9e33100c7061786c552a1ef6807))





## [0.10.2](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.10.1...@nuxt/content-theme-docs@0.10.2) (2021-03-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/theme-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.10.2",
"version": "0.11.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.14.0",
"@nuxt/content": "^1.15.0",
"@nuxt/types": "^2.15.2",
"@nuxtjs/color-mode": "^2.0.3",
"@nuxtjs/google-fonts": "1.2.0",
Expand Down

0 comments on commit e2657a0

Please sign in to comment.