Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @nuxt/content@1.10.0
 - create-nuxt-content-docs@0.4.0
 - @nuxt/content-theme-docs@0.7.0
  • Loading branch information
benjamincanac committed Oct 12, 2020
1 parent fa6bd59 commit 0bfbaff
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 4 deletions.
19 changes: 19 additions & 0 deletions packages/content/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.

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


### Bug Fixes

* avoid registering `components/global` when not exists ([#548](https://github.com/nuxt/content/issues/548)) ([843a5f9](https://github.com/nuxt/content/commit/843a5f9d26af68d1d29c448e58fdc7991778ed05))
* Included types folder in files ([#525](https://github.com/nuxt/content/issues/525)) ([a42e866](https://github.com/nuxt/content/commit/a42e866df271b371767338d732cb54b45fd452db))
* Incorrect type for fetch which returns a promise ([#518](https://github.com/nuxt/content/issues/518)) ([c20345a](https://github.com/nuxt/content/commit/c20345af3b30fd12b951133457348c3fbc988132))
* **content:** fix tab key handling of editor component with IME ([#509](https://github.com/nuxt/content/issues/509)) ([c5c5e02](https://github.com/nuxt/content/commit/c5c5e02497f761f59a8299f3d54ab9b54abe77eb))


### Features

* **content:** handle json arrays ([#486](https://github.com/nuxt/content/issues/486)) ([f29daac](https://github.com/nuxt/content/commit/f29daac5dfdcd79d2401522e31b69bd39ea75f32))





# [1.9.0](https://github.com/nuxt/content/compare/@nuxt/content@1.8.1...@nuxt/content@1.9.0) (2020-09-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content",
"version": "1.9.0",
"version": "1.10.0",
"repository": "nuxt/content",
"license": "MIT",
"types": "types/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/create-nuxt-content-docs/CHANGELOG.md
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.4.0](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.3.1...create-nuxt-content-docs@0.4.0) (2020-10-12)


### Bug Fixes

* **theme-docs:** avoid exposing `GITHUB_TOKEN` ([#549](https://github.com/nuxt/content/issues/549)) ([206e778](https://github.com/nuxt/content/commit/206e778fac72c67d8edf29b7ddfc273bd6b51bf5))


### Features

* **theme-docs:** support `docs.primaryColor` ([#507](https://github.com/nuxt/content/issues/507)) ([cefb24e](https://github.com/nuxt/content/commit/cefb24efeb8e8f05d91e1acd3528aa556296acd5))





## [0.3.1](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.3.0...create-nuxt-content-docs@0.3.1) (2020-09-16)

**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
@@ -1,6 +1,6 @@
{
"name": "create-nuxt-content-docs",
"version": "0.3.1",
"version": "0.4.0",
"license": "MIT",
"files": [
"src",
Expand Down
18 changes: 18 additions & 0 deletions packages/theme-docs/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **theme-docs:** avoid exposing `GITHUB_TOKEN` ([#549](https://github.com/nuxt/content/issues/549)) ([206e778](https://github.com/nuxt/content/commit/206e778fac72c67d8edf29b7ddfc273bd6b51bf5))


### Features

* **theme-docs:** add algolia integration (similar to vuepress) ([#523](https://github.com/nuxt/content/issues/523)) ([7c83d96](https://github.com/nuxt/content/commit/7c83d96463aaa56a7660c700bfd92f6a16190248))
* **theme-docs:** add variant and icon support in `list` component ([#490](https://github.com/nuxt/content/issues/490)) ([19ee400](https://github.com/nuxt/content/commit/19ee400704f8d76cc7c5a09b2f9302794b8eb827))
* **theme-docs:** support `docs.primaryColor` ([#507](https://github.com/nuxt/content/issues/507)) ([cefb24e](https://github.com/nuxt/content/commit/cefb24efeb8e8f05d91e1acd3528aa556296acd5))





## [0.6.1](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.6.0...@nuxt/content-theme-docs@0.6.1) (2020-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/theme-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.6.1",
"version": "0.7.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.9.0",
"@nuxt/content": "^1.10.0",
"@nuxt/types": "^2.14.6",
"@nuxtjs/color-mode": "^1.1.1",
"@nuxtjs/google-fonts": "^1.1.0",
Expand Down

0 comments on commit 0bfbaff

Please sign in to comment.