Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @nuxt/content@1.14.0
 - create-nuxt-content-docs@0.4.6
 - @nuxt/content-theme-docs@0.10.2
  • Loading branch information
pi0 committed Mar 2, 2021
1 parent e1d8060 commit 939caf3
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 4 deletions.
19 changes: 19 additions & 0 deletions packages/content/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.

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


### Bug Fixes

* **content:** avoid using commonjs for runtime (vite support) ([#805](https://github.com/nuxt/content/issues/805)) ([8de3e12](https://github.com/nuxt/content/commit/8de3e12759c37f6ff74d52c6174e8d099742e833))
* **content:** handle readable ended request ([#790](https://github.com/nuxt/content/issues/790)) ([7660d0f](https://github.com/nuxt/content/commit/7660d0fff4ef66c04ef20256251f94eb4457734b))
* **content:** remove flatmap to support node v10 ([#770](https://github.com/nuxt/content/issues/770)) ([21635e2](https://github.com/nuxt/content/commit/21635e2488c9edb899ab3dbffbcc93e6dd9a3b82))
* **content, theme-docs:** disable pathPrefix for nuxt 2.15 compat ([#804](https://github.com/nuxt/content/issues/804)) ([a93dcf4](https://github.com/nuxt/content/commit/a93dcf448355e90df4cf2a6f1f3a4977e2b786d8))


### Features

* **content:** pass document data to remark plugins ([#782](https://github.com/nuxt/content/issues/782)) ([ed56f5a](https://github.com/nuxt/content/commit/ed56f5a4c8cf5fc8b6fb7711b769b882fd73bee1))





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


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.13.1",
"version": "1.14.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.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)


### Bug Fixes

* **create-nuxt-content-docs:** respect npm client answer ([#779](https://github.com/nuxt/content/issues/779)) ([1670c5b](https://github.com/nuxt/content/commit/1670c5b01f442cf3212c81cc17cff9232b6265f8))





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

**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.5",
"version": "0.4.6",
"license": "MIT",
"files": [
"src",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme-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.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)


### Bug Fixes

* **content, theme-docs:** disable pathPrefix for nuxt 2.15 compat ([#804](https://github.com/nuxt/content/issues/804)) ([a93dcf4](https://github.com/nuxt/content/commit/a93dcf448355e90df4cf2a6f1f3a4977e2b786d8))





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

**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,6 +1,6 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.10.1",
"version": "0.10.2",
"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.13.1",
"@nuxt/content": "^1.14.0",
"@nuxt/types": "^2.15.2",
"@nuxtjs/color-mode": "^2.0.3",
"@nuxtjs/google-fonts": "1.2.0",
Expand Down

0 comments on commit 939caf3

Please sign in to comment.