Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - nuxt-content-docs@1.5.0
 - @nuxt/content@1.8.0
 - create-nuxt-content-docs@0.2.1
 - @nuxt/content-theme-docs@0.5.5
  • Loading branch information
benjamincanac committed Sep 3, 2020
1 parent fe2ccd9 commit 50de6cd
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 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.

# [1.5.0](https://github.com/nuxt/content/compare/nuxt-content-docs@1.4.1...nuxt-content-docs@1.5.0) (2020-09-03)


### Features

* add database as second argument for beforeInsert ([#442](https://github.com/nuxt/content/issues/442)) ([90c638d](https://github.com/nuxt/content/commit/90c638d153394a284fa387f3ab868989b901b4f9))





## [1.4.1](https://github.com/nuxt/content/compare/nuxt-content-docs@1.4.0...nuxt-content-docs@1.4.1) (2020-08-31)

**Note:** Version bump only for package nuxt-content-docs
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-content-docs",
"version": "1.4.1",
"version": "1.5.0",
"description": "Docs for @nuxt/content",
"author": "NuxtJS",
"private": true,
Expand All @@ -11,7 +11,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.5.4",
"@nuxt/content-theme-docs": "^0.5.5",
"nuxt": "^2.14.4",
"nuxt-ackee": "^2.0.0",
"vue-multiselect": "^2.1.6"
Expand Down
16 changes: 16 additions & 0 deletions packages/content/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.

# [1.8.0](https://github.com/nuxt/content/compare/@nuxt/content@1.7.1...@nuxt/content@1.8.0) (2020-09-03)


### Bug Fixes

* missing package detab ([#449](https://github.com/nuxt/content/issues/449)) ([4cca0cb](https://github.com/nuxt/content/commit/4cca0cbac4405652d7aab454086a820404e2ec10))


### Features

* add database as second argument for beforeInsert ([#442](https://github.com/nuxt/content/issues/442)) ([90c638d](https://github.com/nuxt/content/commit/90c638d153394a284fa387f3ab868989b901b4f9))





## [1.7.1](https://github.com/nuxt/content/compare/@nuxt/content@1.7.0...@nuxt/content@1.7.1) (2020-08-31)


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.7.1",
"version": "1.8.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.2.1](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.2.0...create-nuxt-content-docs@0.2.1) (2020-09-03)

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





# [0.2.0](https://github.com/nuxt/content/compare/create-nuxt-content-docs@0.1.6...create-nuxt-content-docs@0.2.0) (2020-08-31)


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.2.0",
"version": "0.2.1",
"files": [
"src",
"template"
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.5.5](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.5.4...@nuxt/content-theme-docs@0.5.5) (2020-09-03)


### Bug Fixes

* **theme-docs:** fix empty title on links ([#447](https://github.com/nuxt/content/issues/447)) ([7b761e8](https://github.com/nuxt/content/commit/7b761e844d10e5b8b868da330d752a9e024a9d5c))





## [0.5.4](https://github.com/nuxt/content/compare/@nuxt/content-theme-docs@0.5.3...@nuxt/content-theme-docs@0.5.4) (2020-08-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.5.4",
"version": "0.5.5",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"main": "src/",
"dependencies": {
"@nuxt/content": "^1.7.1",
"@nuxt/content": "^1.8.0",
"@nuxt/types": "^2.14.4",
"@nuxtjs/color-mode": "^1.0.3",
"@nuxtjs/google-fonts": "^1.0.0",
Expand Down

0 comments on commit 50de6cd

Please sign in to comment.