Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - nuxt-content-docs@1.1.2
 - @nuxt/content@1.5.2
 - @nuxt/content-theme-docs@0.1.2
  • Loading branch information
benjamincanac committed Jul 31, 2020
1 parent 3cd5b82 commit 0444d7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.1.1",
"version": "1.1.2",
"description": "Docs for @nuxt/content",
"author": "NuxtJS",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.1.1",
"@nuxt/content-theme-docs": "^0.1.2",
"nuxt": "^2.14.0",
"nuxt-ackee": "^1.0.1"
}
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.1",
"version": "1.5.2",
"repository": "nuxt/content",
"license": "MIT",
"types": "types/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"@lokidb/full-text-search": "^2.0.0-beta.9",
"@lokidb/loki": "^2.0.0-beta.9",
"@nuxt/content": "^1.5.1",
"@nuxt/content": "^1.5.2",
"change-case": "^4.1.1",
"chokidar": "^3.4.1",
"consola": "^2.14.0",
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.1.1",
"version": "0.1.2",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"main": "src/",
"dependencies": {
"@nuxt/content": "^1.5.1",
"@nuxt/content": "^1.5.2",
"@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 0444d7c

Please sign in to comment.