Skip to content

Commit 50de6cd

Browse files
committed
1 parent fe2ccd9 commit 50de6cd

File tree

8 files changed

+52
-6
lines changed

8 files changed

+52
-6
lines changed

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.5.0](https://github.com/nuxt/content/compare/[email protected]@1.5.0) (2020-09-03)
7+
8+
9+
### Features
10+
11+
* add database as second argument for beforeInsert ([#442](https://github.com/nuxt/content/issues/442)) ([90c638d](https://github.com/nuxt/content/commit/90c638d153394a284fa387f3ab868989b901b4f9))
12+
13+
14+
15+
16+
617
## [1.4.1](https://github.com/nuxt/content/compare/[email protected]@1.4.1) (2020-08-31)
718

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

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-content-docs",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Docs for @nuxt/content",
55
"author": "NuxtJS",
66
"private": true,
@@ -11,7 +11,7 @@
1111
"generate": "nuxt generate"
1212
},
1313
"dependencies": {
14-
"@nuxt/content-theme-docs": "^0.5.4",
14+
"@nuxt/content-theme-docs": "^0.5.5",
1515
"nuxt": "^2.14.4",
1616
"nuxt-ackee": "^2.0.0",
1717
"vue-multiselect": "^2.1.6"

packages/content/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.8.0](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-03)
7+
8+
9+
### Bug Fixes
10+
11+
* missing package detab ([#449](https://github.com/nuxt/content/issues/449)) ([4cca0cb](https://github.com/nuxt/content/commit/4cca0cbac4405652d7aab454086a820404e2ec10))
12+
13+
14+
### Features
15+
16+
* add database as second argument for beforeInsert ([#442](https://github.com/nuxt/content/issues/442)) ([90c638d](https://github.com/nuxt/content/commit/90c638d153394a284fa387f3ab868989b901b4f9))
17+
18+
19+
20+
21+
622
## [1.7.1](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-08-31)
723

824

packages/content/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"repository": "nuxt/content",
55
"license": "MIT",
66
"types": "types/index.d.ts",

packages/create-nuxt-content-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/nuxt/content/compare/[email protected]@0.2.1) (2020-09-03)
7+
8+
**Note:** Version bump only for package create-nuxt-content-docs
9+
10+
11+
12+
13+
614
# [0.2.0](https://github.com/nuxt/content/compare/[email protected]@0.2.0) (2020-08-31)
715

816

packages/create-nuxt-content-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-content-docs",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"files": [
55
"src",
66
"template"

packages/theme-docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.5](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-09-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **theme-docs:** fix empty title on links ([#447](https://github.com/nuxt/content/issues/447)) ([7b761e8](https://github.com/nuxt/content/commit/7b761e844d10e5b8b868da330d752a9e024a9d5c))
12+
13+
14+
15+
16+
617
## [0.5.4](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-08-31)
718

819

packages/theme-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nuxt/content-theme-docs",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"repository": "nuxt/content",
55
"license": "MIT",
66
"files": [
77
"src"
88
],
99
"main": "src/",
1010
"dependencies": {
11-
"@nuxt/content": "^1.7.1",
11+
"@nuxt/content": "^1.8.0",
1212
"@nuxt/types": "^2.14.4",
1313
"@nuxtjs/color-mode": "^1.0.3",
1414
"@nuxtjs/google-fonts": "^1.0.0",

0 commit comments

Comments
 (0)