|
10 | 10 | "bugs": {
|
11 | 11 | "url": "https://github.com/kazupon/vue-i18n-locale-message/issues"
|
12 | 12 | },
|
13 |
| - "changelog": { |
14 |
| - "labels": { |
15 |
| - "Type: Feature": ":star: Features", |
16 |
| - "Type: Bug": ":bug: Bug Fixes", |
17 |
| - "Type: Security": ":lock: Security Fixes", |
18 |
| - "Type: Performance": ":chart_with_upwards_trend: Performance Fixes", |
19 |
| - "Type: Improvement": ":zap: Improvement Features", |
20 |
| - "Type: Breaking": ":boom: Breaking Change", |
21 |
| - "Type: Deprecated": ":warning: Deprecated Features", |
22 |
| - "Type: I18n": ":globe_with_meridians: Internationalization", |
23 |
| - "Type: A11y": ":wheelchair: Accessibility", |
24 |
| - "Type: Documentation": ":pencil: Documentation" |
25 |
| - } |
26 |
| - }, |
27 | 13 | "dependencies": {
|
28 | 14 | "@intlify/cli": "^0.11.0",
|
29 | 15 | "@vue/component-compiler-utils": "^3.0.0",
|
|
58 | 44 | "@types/yargs": "^15.0.0",
|
59 | 45 | "@typescript-eslint/eslint-plugin": "^3.0.0",
|
60 | 46 | "@typescript-eslint/parser": "^3.0.0",
|
| 47 | + "bumpp": "^9.1.0", |
61 | 48 | "eslint": "^7.4.0",
|
62 | 49 | "eslint-plugin-vue-libs": "^4.0.0",
|
63 | 50 | "jest": "^26.0.0",
|
64 | 51 | "jest-watch-typeahead": "^0.6.0",
|
65 |
| - "lerna-changelog": "^1.0.0", |
66 | 52 | "opener": "^1.5.1",
|
67 |
| - "shipjs": "^0.23.0", |
68 | 53 | "ts-jest": "^26.0.0",
|
69 | 54 | "tsd": "^0.13.0",
|
70 | 55 | "typescript": "^3.9.5",
|
|
103 | 88 | "clean": "rm -rf ./coverage",
|
104 | 89 | "coverage": "opener coverage/lcov-report/index.html",
|
105 | 90 | "lint": "eslint ./src ./test --ext .ts --ignore-pattern \"*.test.*\"",
|
106 |
| - "release:prepare": "shipjs prepare", |
107 |
| - "release:trigger": "shipjs trigger", |
| 91 | + "release": "bumpp --commit \"release: v%s\" --push --tag", |
108 | 92 | "test": "npm run lint && npm run test:types && npm run test:cover && npm run build",
|
109 | 93 | "test:cover": "npm run test:unit -- --coverage",
|
110 | 94 | "test:unit": "jest --clearCache && jest --env node",
|
|
0 commit comments