Skip to content

Commit

Permalink
v1.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Jun 6, 2023
1 parent bece998 commit 784e5bd
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 662 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/image",
"version": "1.0.0",
"version": "1.0.0-rc.0",
"description": "Nuxt Image Module",
"repository": "nuxt/image",
"license": "MIT",
Expand All @@ -20,7 +20,8 @@
"docs:dev": "pnpm nuxt dev docs",
"lint": "eslint --ext .ts --ext .vue .",
"prepack": "pnpm build",
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"release": "pnpm run prerelease",
"prerelease": "pnpm test && changelogen --release --prerelease=rc --push && npm publish",
"test": "nuxi prepare playground && pnpm vitest run",
"test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example"
},
Expand All @@ -44,14 +45,14 @@
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.32.0",
"@vue/test-utils": "^2.3.2",
"changelogen": "^0.5.3",
"eslint": "8.42.0",
"globby": "^13.1.4",
"ipx": "1.2.0",
"jiti": "1.18.2",
"nuxt": "^3.5.3",
"nuxt-vitest": "^0.8.5",
"playwright": "^1.34.3",
"standard-version": "latest",
"typescript": "5.1.3",
"vitest": "^0.32.0",
"vue-tsc": "^1.6.5"
Expand Down
Loading

0 comments on commit 784e5bd

Please sign in to comment.