Skip to content

Commit

Permalink
Merge pull request #15 from DIDIRUS4/feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 authored Jul 1, 2024
2 parents 3d49955 + 4140fe4 commit 8d82f24
Show file tree
Hide file tree
Showing 9 changed files with 195 additions and 195 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: 'Tauri GUI Build'
on:
push:
branches: [ beta ]
pull_request:
branches: [ beta, feature ]
jobs:
tauri_build:
strategy:
Expand Down
6 changes: 3 additions & 3 deletions theseus_gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "theseus_gui",
"private": true,
"version": "0.7.2",
"patch_version": "07 • Beta",
"patch_version": "08 • Beta",
"development_build": true,
"type": "module",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"pinia": "^2.1.7",
"tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.4.29",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1",
"vue-multiselect": "3.0.0-beta.3",
"vue-router": "4.3.0",
Expand All @@ -40,7 +40,7 @@
"eslint-plugin-vue": "^9.26.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"vite": "^5.3.1",
"vite": "^5.3.2",
"vite-plugin-eslint": "^1.8.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 8d82f24

Please sign in to comment.