Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - nuxt-content-docs@1.2.0
 - @nuxt/content@1.5.3
 - @nuxt/content-theme-docs@0.2.0
  • Loading branch information
benjamincanac committed Aug 1, 2020
1 parent 142562e commit 2d63785
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.

# [1.2.0](https://github.com/nuxt/content/compare/nuxt-content-docs@1.1.3...nuxt-content-docs@1.2.0) (2020-08-01)


### Features

* **theme-docs:** allow customising default branch ([#324](https://github.com/nuxt/content/issues/324)) ([f7d3f44](https://github.com/nuxt/content/commit/f7d3f4405f6d4d92376d4b108953bb95a74466d4))
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.1.3",
"version": "1.2.0",
"description": "Docs for @nuxt/content",
"author": "NuxtJS",
"private": true,
Expand All @@ -11,8 +11,8 @@
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.1.3",
"@nuxt/content-theme-docs": "^0.2.0",
"nuxt": "^2.14.0",
"nuxt-ackee": "^1.0.1"
}
}
}
16 changes: 16 additions & 0 deletions packages/content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Change Log

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

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


### Bug Fixes

* **content:** remove cycle dependency ([7700762](https://github.com/nuxt/content/commit/77007624fe179b4c3e66da5b2cc257b13d19eda7))





# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down
4 changes: 2 additions & 2 deletions packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/content",
"version": "1.5.2",
"version": "1.5.3",
"repository": "nuxt/content",
"license": "MIT",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -47,4 +47,4 @@
"publishConfig": {
"access": "public"
}
}
}
21 changes: 21 additions & 0 deletions packages/theme-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

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/@nuxt/content-theme-docs@0.1.3...@nuxt/content-theme-docs@0.2.0) (2020-08-01)


### Bug Fixes

* **theme-docs:** add tailwind typography table style for dark mode ([142562e](https://github.com/nuxt/content/commit/142562e4004530a6748d3c5e6da077f5069d176c))
* **theme-docs:** correct margin on navigation last element ([1a1c152](https://github.com/nuxt/content/commit/1a1c152d3e06cd7c865f7aedf94e0daf2e656ba8))
* **theme-docs:** header links hover ([0e00bf7](https://github.com/nuxt/content/commit/0e00bf782b367389046948c157948b5d792332cc))
* **theme-docs:** remove duplicate tailwind classes ([#322](https://github.com/nuxt/content/issues/322)) ([a24319c](https://github.com/nuxt/content/commit/a24319cf85d8fee21729743846787f228ccb50fe))
* **theme-docs:** responsive menu links ([28dd4dc](https://github.com/nuxt/content/commit/28dd4dc4a99a68b353d3fe17b093d6b91287ded2))


### Features

* **theme-docs:** allow customising default branch ([#324](https://github.com/nuxt/content/issues/324)) ([f7d3f44](https://github.com/nuxt/content/commit/f7d3f4405f6d4d92376d4b108953bb95a74466d4))
* **theme-docs:** support `release-it` default release syntax ([#323](https://github.com/nuxt/content/issues/323)) ([44b3769](https://github.com/nuxt/content/commit/44b37690911bbef32901e9cca925de83fcf7213f))
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.1.3",
"version": "0.2.0",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"main": "src/",
"dependencies": {
"@nuxt/content": "^1.5.2",
"@nuxt/content": "^1.5.3",
"@nuxtjs/color-mode": "^1.0.2",
"@nuxtjs/google-fonts": "^1.0.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
Expand Down

0 comments on commit 2d63785

Please sign in to comment.