Skip to content

Commit 9f32f20

Browse files
author
Conventional Changelog Action
committed
chore(release): v3.4.0 [skip ci]
1 parent c350bfe commit 9f32f20

File tree

2 files changed

+101
-76
lines changed

2 files changed

+101
-76
lines changed

CHANGELOG.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
1-
# Changelog
1+
# [3.4.0](https://github.com/ThatDeparted2061/cv-frontend-vue/compare/v3.3.7...v3.4.0) (2025-09-12)
22

3-
All notable changes to this project will be documented in this file.
43

5-
## [3.3.0](https://github.com/ThatDeparted2061/cv-frontend-vue/compare/v3.2.2...v3.3.0) (2025-08-17)
4+
### Bug Fixes
5+
6+
* fix tauri failure ([25648a9](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/25648a959b63307c4dc15e8c305cf3f9df783ecf))
7+
* fix version mismatch ([247eaba](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/247eaba3d1b70322b66865e0e0864a9263680bd2))
8+
* fix version mismatch ([2cd9938](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/2cd99384bb7d7013ce1445385f72e72694a5a1a9))
9+
* fix version mismatch ([2dc0a19](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/2dc0a192bc5e6b2b19dca7351e9ae5cca4028014))
10+
* fix version mismatch ([c7a6a60](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/c7a6a606d8bf375d7f73c7b32b1d29ad7f234b08))
11+
* fix version mismatch for tauri ([412b4fa](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/412b4fa9a5267e5679d976bf27d192fd99e1b35b))
12+
* resolve version mismatch ([c350bfe](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/c350bfe5e3091ac65c88870b7e91b1e21a50988b))
13+
* resolve version mismatch ([d4c778f](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/d4c778fbfedc11adb0b0e302eacabbf8c7a53714))
14+
615

716
### Features
817

9-
* Add conventional commit file ([3211558](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/3211558df0b88efc75e51cf1cd376e76b2c3816a))
18+
* Added verilog terminal ([#640](https://github.com/ThatDeparted2061/cv-frontend-vue/issues/640)) ([1e50079](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/1e50079790bd55db0083f2b715035c8e29766f7b))
19+
20+
21+
22+
## [3.3.7](https://github.com/ThatDeparted2061/cv-frontend-vue/compare/v3.3.4...v3.3.7) (2025-08-18)
23+
24+
25+
### Bug Fixes
26+
27+
* fix the release breakdown ([881ca7a](https://github.com/ThatDeparted2061/cv-frontend-vue/commit/881ca7a00b6da1dd7d168aa8e9cdeadcdd4efd34))
28+
29+
30+
31+
## [3.3.2](https://github.com/ThatDeparted2061/cv-frontend-vue/compare/v3.3.1...v3.3.2) (2025-08-18)
32+
33+
34+

package.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
{
2-
"name": "cv-frontend-vue",
3-
"version": "3.3.0",
4-
"private": true,
5-
"scripts": {
6-
"serve": "vite preview",
7-
"build": "bash build.sh",
8-
"dev": "vite",
9-
"tauri": "tauri",
10-
"preview": "vite preview",
11-
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
12-
"format": "prettier . --write",
13-
"postinstall": "husky install",
14-
"test": "vitest"
15-
},
16-
"dependencies": {
17-
"@fortawesome/fontawesome-free": "^6.5.1",
18-
"@mdi/font": "5.9.55",
19-
"@tauri-apps/api": "^2.3.1",
20-
"@tauri-apps/plugin-fs": "^2.3.1",
21-
"@tiptap/core": "^2.0.3",
22-
"@tiptap/extension-character-count": "^2.0.3",
23-
"@tiptap/extension-subscript": "^2.0.3",
24-
"@tiptap/extension-superscript": "^2.0.3",
25-
"@tiptap/extension-text-align": "^2.0.3",
26-
"@tiptap/extension-underline": "^2.0.3",
27-
"@tiptap/starter-kit": "^2.0.3",
28-
"@tiptap/vue-3": "^2.0.3",
29-
"bootstrap": "^4.6.1",
30-
"canvas-to-svg": "^1.0.3",
31-
"codemirror": "^5.65.1",
32-
"codemirror-editor-vue3": "^2.1.7",
33-
"dom-to-image": "^2.6.0",
34-
"driver.js": "^0.9.8",
35-
"esbuild": "^0.14.45",
36-
"interactjs": "^1.10.17",
37-
"jquery": "^3.6.0",
38-
"pinia": "^2.0.14",
39-
"vue": "^3.2.25",
40-
"vue-i18n": "^9.14.3",
41-
"vue-router": "^4.0.15",
42-
"vuedraggable": "^4.1.0",
43-
"vuetify": "^3.0.0-beta.0",
44-
"webfontloader": "^1.0.0"
45-
},
46-
"devDependencies": {
47-
"@commitlint/cli": "^17.0.2",
48-
"@commitlint/config-conventional": "^17.0.2",
49-
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
50-
"@tauri-apps/cli": "^2.3.1",
51-
"@types/jquery": "^3.5.14",
52-
"@types/webfontloader": "^1.0.0",
53-
"@vitejs/plugin-vue": "^2.3.3",
54-
"@vue/test-utils": "^2.4.6",
55-
"eslint": "^8.17.0",
56-
"eslint-config-prettier": "^8.5.0",
57-
"eslint-plugin-vue": "^9.1.0",
58-
"husky": "^8.0.1",
59-
"jsdoc": "^4.0.3",
60-
"jsdom": "^24.1.1",
61-
"prettier": "2.6.2",
62-
"sass": "^1.77.6",
63-
"typescript": "^4.5.4",
64-
"vite": "^2.9.18",
65-
"vite-plugin-html": "^3.2.2",
66-
"vite-plugin-vuetify": "^1.0.0-alpha.0",
67-
"vitest": "^2.1.9",
68-
"vue-cli-plugin-vuetify": "~2.5.1",
69-
"vue-tsc": "^0.34.7"
70-
},
71-
"optionalDependencies": {
72-
"esbuild-linux-64": "^0.15.18"
73-
}
2+
"name": "cv-frontend-vue",
3+
"version": "3.4.0",
4+
"private": true,
5+
"scripts": {
6+
"serve": "vite preview",
7+
"build": "bash build.sh",
8+
"dev": "vite",
9+
"tauri": "tauri",
10+
"preview": "vite preview",
11+
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
12+
"format": "prettier . --write",
13+
"postinstall": "husky install",
14+
"test": "vitest"
15+
},
16+
"dependencies": {
17+
"@fortawesome/fontawesome-free": "^6.5.1",
18+
"@mdi/font": "5.9.55",
19+
"@tauri-apps/api": "^2.3.1",
20+
"@tauri-apps/plugin-fs": "^2.3.1",
21+
"@tiptap/core": "^2.0.3",
22+
"@tiptap/extension-character-count": "^2.0.3",
23+
"@tiptap/extension-subscript": "^2.0.3",
24+
"@tiptap/extension-superscript": "^2.0.3",
25+
"@tiptap/extension-text-align": "^2.0.3",
26+
"@tiptap/extension-underline": "^2.0.3",
27+
"@tiptap/starter-kit": "^2.0.3",
28+
"@tiptap/vue-3": "^2.0.3",
29+
"bootstrap": "^4.6.1",
30+
"canvas-to-svg": "^1.0.3",
31+
"codemirror": "^5.65.1",
32+
"codemirror-editor-vue3": "^2.1.7",
33+
"dom-to-image": "^2.6.0",
34+
"driver.js": "^0.9.8",
35+
"esbuild": "^0.14.45",
36+
"interactjs": "^1.10.17",
37+
"jquery": "^3.6.0",
38+
"pinia": "^2.0.14",
39+
"vue": "^3.2.25",
40+
"vue-i18n": "^9.14.3",
41+
"vue-router": "^4.0.15",
42+
"vuedraggable": "^4.1.0",
43+
"vuetify": "^3.0.0-beta.0",
44+
"webfontloader": "^1.0.0"
45+
},
46+
"devDependencies": {
47+
"@commitlint/cli": "^17.0.2",
48+
"@commitlint/config-conventional": "^17.0.2",
49+
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
50+
"@tauri-apps/cli": "^2.3.1",
51+
"@types/jquery": "^3.5.14",
52+
"@types/webfontloader": "^1.0.0",
53+
"@vitejs/plugin-vue": "^2.3.3",
54+
"@vue/test-utils": "^2.4.6",
55+
"eslint": "^8.17.0",
56+
"eslint-config-prettier": "^8.5.0",
57+
"eslint-plugin-vue": "^9.1.0",
58+
"husky": "^8.0.1",
59+
"jsdoc": "^4.0.3",
60+
"jsdom": "^24.1.1",
61+
"prettier": "2.6.2",
62+
"sass": "^1.77.6",
63+
"typescript": "^4.5.4",
64+
"vite": "^2.9.18",
65+
"vite-plugin-html": "^3.2.2",
66+
"vite-plugin-vuetify": "^1.0.0-alpha.0",
67+
"vitest": "^2.1.9",
68+
"vue-cli-plugin-vuetify": "~2.5.1",
69+
"vue-tsc": "^0.34.7"
70+
},
71+
"optionalDependencies": {
72+
"esbuild-linux-64": "^0.15.18"
73+
}
7474
}

0 commit comments

Comments
 (0)