Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - nuxt-content-docs@1.1.0
 - @nuxt/content@1.5.1
 - @nuxt/content-theme-docs@0.1.0
  • Loading branch information
benjamincanac committed Jul 31, 2020
1 parent 1760126 commit 434354d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-content-docs",
"version": "1.0.0",
"version": "1.1.0",
"description": "Docs for @nuxt/content",
"author": "NuxtJS",
"scripts": {
Expand All @@ -10,9 +10,8 @@
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.0.1",
"@nuxt/content-theme-docs": "^0.1.0",
"nuxt": "^2.14.0",
"nuxt-ackee": "^1.0.1"
},
"devDependencies": {}
}
}
}
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.0",
"version": "1.5.1",
"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.0",
"@nuxt/content": "^1.5.1",
"change-case": "^4.1.1",
"chokidar": "^3.4.1",
"consola": "^2.14.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nuxt/content-theme-docs",
"version": "0.0.1",
"version": "0.1.0",
"repository": "nuxt/content",
"license": "MIT",
"files": [
"src"
],
"main": "src/",
"dependencies": {
"@nuxt/content": "^1.5.0",
"@nuxt/content": "^1.5.1",
"@nuxtjs/color-mode": "^1.0.2",
"@nuxtjs/google-fonts": "^1.0.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/tailwindcss": "^2.1.1",
"@nuxtjs/google-fonts": "^1.0.0",
"@tailwindcss/typography": "^0.2.0",
"clipboard": "^2.0.6",
"defu": "^3.0.1",
Expand All @@ -24,4 +24,4 @@
"vue-multiselect": "^2.1.6",
"vue-scrollactive": "^0.9.3"
}
}
}

0 comments on commit 434354d

Please sign in to comment.