|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-vue", |
3 | | - "version": "10.0.1", |
| 3 | + "version": "10.1.0", |
4 | 4 | "description": "Official ESLint plugin for Vue.js", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "types": "lib/index.d.ts", |
|
18 | 18 | "lint:fix": "eslint . --fix && markdownlint \"**/*.md\" --fix", |
19 | 19 | "tsc": "tsc", |
20 | 20 | "preversion": "npm test && git add .", |
21 | | - "version": "env-cmd -e version npm run update && npm run lint -- --fix && git add .", |
| 21 | + "version": "npm run generate:version && git add .", |
22 | 22 | "update": "node ./tools/update.js", |
23 | 23 | "update-resources": "node ./tools/update-resources.js", |
24 | 24 | "docs:watch": "vitepress dev docs", |
25 | 25 | "predocs:build": "npm run update", |
26 | | - "docs:build": "vitepress build docs" |
| 26 | + "docs:build": "vitepress build docs", |
| 27 | + "generate:version": "env-cmd -e version npm run update && npm run lint -- --fix", |
| 28 | + "changeset:version": "changeset version && npm run generate:version && git add --all", |
| 29 | + "changeset:publish": "changeset publish" |
27 | 30 | }, |
28 | 31 | "files": [ |
29 | 32 | "lib" |
|
66 | 69 | "xml-name-validator": "^4.0.0" |
67 | 70 | }, |
68 | 71 | "devDependencies": { |
| 72 | + "@changesets/cli": "^2.29.2", |
69 | 73 | "@ota-meshi/site-kit-eslint-editor-vue": "^0.2.4", |
70 | 74 | "@stylistic/eslint-plugin": "^2.12.1", |
| 75 | + "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
71 | 76 | "@types/eslint": "^8.56.2", |
72 | 77 | "@types/natural-compare": "^1.4.3", |
73 | 78 | "@types/node": "^14.18.63", |
|
0 commit comments