Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Aug 6, 2020
1 parent 63b3766 commit d0c4c12
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 9 deletions.
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.3.0](https://github.com/nuxt/content/compare/[email protected]@1.3.0) (2020-08-06)


### Bug Fixes

* use defu extend ([#342](https://github.com/nuxt/content/issues/342)) ([1e596e9](https://github.com/nuxt/content/commit/1e596e99494124217e124ebc474693084e996d04))


### Features

* new create-nuxt-content-docs package ([#336](https://github.com/nuxt/content/issues/336)) ([34439eb](https://github.com/nuxt/content/commit/34439eb1c339c47e00280a139f8fe5725841751f))
* **theme-docs:** add default `generate` property in config ([#354](https://github.com/nuxt/content/issues/354)) ([12615a6](https://github.com/nuxt/content/commit/12615a6a8297a982c034fc0cf4843d8e7a1bf198))
* **theme-docs:** add single page layout setting ([#355](https://github.com/nuxt/content/issues/355)) ([090cfde](https://github.com/nuxt/content/commit/090cfdeea4e88e1b416ae7e00926fa78e8a819e3))
* **theme-docs:** improve alert component ([#352](https://github.com/nuxt/content/issues/352)) ([da70756](https://github.com/nuxt/content/commit/da70756746535a8b0f8a518aff2bbd29d813c4e9))
* use tailwind css module v3 ([#341](https://github.com/nuxt/content/issues/341)) ([ea12515](https://github.com/nuxt/content/commit/ea125153df920b8f04ac3cc97c9c6fa292d432c7))





## [1.2.2](https://github.com/nuxt/content/compare/[email protected]@1.2.2) (2020-08-03)


Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-content-docs",
"version": "1.2.2",
"version": "1.3.0",
"description": "Docs for @nuxt/content",
"author": "NuxtJS",
"private": true,
Expand All @@ -11,9 +11,9 @@
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.3.1",
"@nuxt/content-theme-docs": "^0.4.0",
"nuxt": "^2.14.1",
"nuxt-ackee": "^1.0.1",
"vue-multiselect": "^2.1.6"
}
}
}
18 changes: 18 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [1.6.0](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-08-06)


### Bug Fixes

* **content:** options were not forwarded in plugin static lazy ([#350](https://github.com/nuxt/content/issues/350)) ([36ef2e3](https://github.com/nuxt/content/commit/36ef2e39a14ce8f71d9d5ea5fcd22c91c2268f83))
* **content:** use `property-information` to convert hast attributes ([#359](https://github.com/nuxt/content/issues/359)) ([58061e0](https://github.com/nuxt/content/commit/58061e02369e3d48419b83886c02d6f29f968945))


### Features

* better typescript typings ([#327](https://github.com/nuxt/content/issues/327)) ([8d9f47c](https://github.com/nuxt/content/commit/8d9f47c38e92d8d0348d3aed6eb30d65356885b3))
* new create-nuxt-content-docs package ([#336](https://github.com/nuxt/content/issues/336)) ([34439eb](https://github.com/nuxt/content/commit/34439eb1c339c47e00280a139f8fe5725841751f))





## [1.5.3](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-08-01)


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.5.3",
"version": "1.6.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
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2020-08-06)


### Features

* new create-nuxt-content-docs package ([#336](https://github.com/nuxt/content/issues/336)) ([34439eb](https://github.com/nuxt/content/commit/34439eb1c339c47e00280a139f8fe5725841751f))
4 changes: 2 additions & 2 deletions 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.0.0",
"version": "0.1.0",
"files": [
"src",
"template"
Expand All @@ -13,4 +13,4 @@
"publishConfig": {
"access": "public"
}
}
}
25 changes: 25 additions & 0 deletions packages/theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
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/@nuxt/[email protected]...@nuxt/[email protected]) (2020-08-06)


### Bug Fixes

* **theme-docs:** improve search ([f54871c](https://github.com/nuxt/content/commit/f54871cc97b9af2530aa9a23e011bfc2262aed37))
* use defu extend ([#342](https://github.com/nuxt/content/issues/342)) ([1e596e9](https://github.com/nuxt/content/commit/1e596e99494124217e124ebc474693084e996d04))


### Features

* new create-nuxt-content-docs package ([#336](https://github.com/nuxt/content/issues/336)) ([34439eb](https://github.com/nuxt/content/commit/34439eb1c339c47e00280a139f8fe5725841751f))
* **theme-docs:** add default `generate` property in config ([#354](https://github.com/nuxt/content/issues/354)) ([12615a6](https://github.com/nuxt/content/commit/12615a6a8297a982c034fc0cf4843d8e7a1bf198))
* **theme-docs:** add german locale ([#334](https://github.com/nuxt/content/issues/334)) ([0dd7750](https://github.com/nuxt/content/commit/0dd77507324bfe42ddab47cc146278d7f748ce1e))
* **theme-docs:** add locale spanish support ([#348](https://github.com/nuxt/content/issues/348)) ([4103f50](https://github.com/nuxt/content/commit/4103f500b566703e155e84d12d29bf11037f4a3e))
* **theme-docs:** add single page layout setting ([#355](https://github.com/nuxt/content/issues/355)) ([090cfde](https://github.com/nuxt/content/commit/090cfdeea4e88e1b416ae7e00926fa78e8a819e3))
* **theme-docs:** improve alert component ([#352](https://github.com/nuxt/content/issues/352)) ([da70756](https://github.com/nuxt/content/commit/da70756746535a8b0f8a518aff2bbd29d813c4e9))
* better typescript typings ([#327](https://github.com/nuxt/content/issues/327)) ([8d9f47c](https://github.com/nuxt/content/commit/8d9f47c38e92d8d0348d3aed6eb30d65356885b3))
* use tailwind css module v3 ([#341](https://github.com/nuxt/content/issues/341)) ([ea12515](https://github.com/nuxt/content/commit/ea125153df920b8f04ac3cc97c9c6fa292d432c7))
* **theme-docs:** transform subdirectories into routes ([395e3b8](https://github.com/nuxt/content/commit/395e3b8242f2df0a6b82a43fa53d61510bffe6c1))





## [0.3.1](https://github.com/nuxt/content/compare/@nuxt/[email protected]...@nuxt/[email protected]) (2020-08-03)

**Note:** Version bump only for package @nuxt/content-theme-docs
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "0.4.0",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"main": "src/",
"dependencies": {
"@nuxt/content": "^1.5.3",
"@nuxt/content": "^1.6.0",
"@nuxt/types": "^2.14.1",
"@nuxtjs/color-mode": "^1.0.3",
"@nuxtjs/google-fonts": "^1.0.0",
Expand All @@ -27,4 +27,4 @@
"nuxt": "^2.14.1"
},
"types": "./src/index.d.ts"
}
}

0 comments on commit d0c4c12

Please sign in to comment.