-
-
Notifications
You must be signed in to change notification settings - Fork 642
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @nuxt/[email protected] - [email protected] - @nuxt/[email protected]
- Loading branch information
1 parent
0a8ed35
commit 7c0d2f0
Showing
8 changed files
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@1.4.1) (2020-08-31) | ||
|
||
**Note:** Version bump only for package nuxt-content-docs | ||
|
||
|
||
|
||
|
||
|
||
# [1.4.0](https://github.com/nuxt/content/compare/[email protected]@1.4.0) (2020-08-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@nuxt/[email protected]) (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/[email protected]...@nuxt/[email protected]) (2020-08-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]@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/[email protected]@0.1.6) (2020-08-25) | ||
|
||
**Note:** Version bump only for package create-nuxt-content-docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]...@nuxt/[email protected]) (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/[email protected]...@nuxt/[email protected]) (2020-08-25) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters