Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - nuxt-content-docs@1.4.1
 - @nuxt/content@1.7.1
 - create-nuxt-content-docs@0.2.0
 - @nuxt/content-theme-docs@0.5.4
  • Loading branch information
benjamincanac committed Aug 31, 2020
1 parent 0a8ed35 commit 7c0d2f0
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 6 deletions.
8 changes: 8 additions & 0 deletions 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.

## [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





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


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.0",
"version": "1.4.1",
"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.3",
"@nuxt/content-theme-docs": "^0.5.4",
"nuxt": "^2.14.4",
"nuxt-ackee": "^2.0.0",
"vue-multiselect": "^2.1.6"
Expand Down
12 changes: 12 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **content:** Offline mode ([#429](https://github.com/nuxt/content/issues/429)) ([277da7d](https://github.com/nuxt/content/commit/277da7d33deba4c2e5a6f6b9a25e2432d92c3b7a)), closes [#229](https://github.com/nuxt/content/issues/229)
* **content:** write db.json with hash ([#438](https://github.com/nuxt/content/issues/438)) ([0a8ed35](https://github.com/nuxt/content/commit/0a8ed35ccb72193e755aa63feb35b258cd03e921))





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


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.0",
"version": "1.7.1",
"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
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.

# [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)


### Bug Fixes

* use new docs link ([#414](https://github.com/nuxt/content/issues/414)) ([524b7e1](https://github.com/nuxt/content/commit/524b7e100f76a8a2910c047a2e5be1bf13eb8d59))


### Features

* reduce page jank ([#433](https://github.com/nuxt/content/issues/433)) ([b5b419f](https://github.com/nuxt/content/commit/b5b419f8af421c034b5207af321cdf266abedd64))





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

**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.1.6",
"version": "0.2.0",
"files": [
"src",
"template"
Expand Down
20 changes: 20 additions & 0 deletions packages/theme-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.

## [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)


### Bug Fixes

* **theme:** remove useless alert styles ([#413](https://github.com/nuxt/content/issues/413)) ([1dff4e9](https://github.com/nuxt/content/commit/1dff4e9e9c4bcff03396d711c37f5eee70b8690c))
* **theme-docs:** extend `/` route ([#422](https://github.com/nuxt/content/issues/422)) ([19451b7](https://github.com/nuxt/content/commit/19451b7e4eb2e079656341716a781adf1894eb29))
* **theme-docs:** fix aside background in dark mode ([#424](https://github.com/nuxt/content/issues/424)) ([6f0de2a](https://github.com/nuxt/content/commit/6f0de2adb4e6f671cbd0c6066e5a4c3b443edf1d))
* **theme-docs:** fix code display inside alert ([#426](https://github.com/nuxt/content/issues/426)) ([a6f1974](https://github.com/nuxt/content/commit/a6f1974e92904f83e01ef0395c67b30b93688ac7))
* **theme-docs:** fix syntax highlighting in alert ([#427](https://github.com/nuxt/content/issues/427)) ([7275487](https://github.com/nuxt/content/commit/72754870bc33de071df02f509b4e2296d271f5f5))
* **theme-docs:** fix Twitter link ([#418](https://github.com/nuxt/content/issues/418)) ([f94291b](https://github.com/nuxt/content/commit/f94291b360d5e679bd07333f4f97143943bb8466))
* **theme-docs:** improve live edit styles ([#428](https://github.com/nuxt/content/issues/428)) ([50bd5b1](https://github.com/nuxt/content/commit/50bd5b136acacc2c425d6535e0a2678783d5bc37))
* **theme-docs:** improve TOC hover ([#420](https://github.com/nuxt/content/issues/420)) ([138f67c](https://github.com/nuxt/content/commit/138f67ccb002a8f52bdb081aac2764f61c8d72f9))
* **theme-docs:** move unused global components ([#423](https://github.com/nuxt/content/issues/423)) ([162d54b](https://github.com/nuxt/content/commit/162d54b8074b4777434f213e90ddc47300b6b27a))
* **theme-docs:** push dev css in modules:before hook ([83b13f5](https://github.com/nuxt/content/commit/83b13f58c435498ca57fc921e29b6b7d152e9587))





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


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.3",
"version": "0.5.4",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"main": "src/",
"dependencies": {
"@nuxt/content": "^1.7.0",
"@nuxt/content": "^1.7.1",
"@nuxt/types": "^2.14.4",
"@nuxtjs/color-mode": "^1.0.3",
"@nuxtjs/google-fonts": "^1.0.0",
Expand Down

0 comments on commit 7c0d2f0

Please sign in to comment.