Skip to content

Commit b9e3fab

Browse files
authored
Pre-release 1.6.7 (#801)
1 parent bf6bea3 commit b9e3fab

7 files changed

Lines changed: 862 additions & 596 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
- name: Upload unsigned bundle
346346
uses: actions/upload-artifact@v4
347347
with:
348-
name: unsigned-bundle
348+
name: unsigned-bundle-${{ matrix.cpu }}
349349
path: src-tauri/target/release/bundle/msi/Defguard_${{ env.VERSION }}_${{ matrix.cpu }}_en-US.msi
350350

351351
# Signs the MSI and uploads it as release asset
@@ -373,7 +373,7 @@ jobs:
373373
- name: Download unsigned bundle
374374
uses: actions/download-artifact@v4
375375
with:
376-
name: unsigned-bundle
376+
name: unsigned-bundle-${{ matrix.cpu }}
377377
- name: Sign bundle
378378
run: osslsigncode sign -pkcs11module /srv/codesign/certum/sc30pkcs11-3.0.6.72-MS.so -pkcs11cert ${{ secrets.CODESIGN_KEYID }} -key ${{ secrets.CODESIGN_KEYID }} -pass ${{ secrets.CODESIGN_PIN }} -h sha256 -t http://time.certum.pl/ -in Defguard_${{ env.VERSION }}_${{ matrix.cpu }}_en-US.msi -out Defguard-signed.msi
379379
- name: Upload installer asset

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "defguard-client",
33
"private": false,
4-
"version": "1.6.6",
4+
"version": "1.6.7",
55
"type": "module",
66
"scripts": {
77
"dev": "npm-run-all --parallel vite typesafe-i18n",
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"dependencies": {
54-
"@floating-ui/react": "^0.27.18",
54+
"@floating-ui/react": "^0.27.19",
5555
"@hookform/resolvers": "^3.10.0",
5656
"@react-hook/resize-observer": "^2.0.2",
5757
"@stablelib/base64": "^2.0.1",
@@ -76,7 +76,7 @@
7676
"classnames": "^2.5.1",
7777
"clsx": "^2.1.1",
7878
"compare-versions": "^6.1.1",
79-
"dayjs": "^1.11.19",
79+
"dayjs": "^1.11.20",
8080
"deepmerge-ts": "^7.1.5",
8181
"detect-browser": "^5.3.0",
8282
"fast-deep-equal": "^3.1.3",
@@ -88,7 +88,7 @@
8888
"lodash-es": "^4.17.23",
8989
"merge-refs": "^2.0.0",
9090
"millify": "^6.1.0",
91-
"motion": "^12.34.3",
91+
"motion": "^12.38.0",
9292
"p-timeout": "^6.1.4",
9393
"prop-types": "^15.8.1",
9494
"radash": "^12.1.1",
@@ -104,30 +104,30 @@
104104
"react-router-dom": "^6.30.3",
105105
"react-use-websocket": "^4.13.0",
106106
"react-virtualized-auto-sizer": "^1.0.26",
107-
"recharts": "^3.7.0",
107+
"recharts": "^3.8.0",
108108
"rehype-sanitize": "^6.0.0",
109109
"rxjs": "^7.8.2",
110110
"use-breakpoint": "^4.0.10",
111111
"zod": "^3.25.76",
112-
"zustand": "^5.0.11"
112+
"zustand": "^5.0.12"
113113
},
114114
"devDependencies": {
115-
"@biomejs/biome": "^2.4.4",
115+
"@biomejs/biome": "^2.4.7",
116116
"@hookform/devtools": "^4.4.0",
117117
"@svgr/cli": "^8.1.0",
118118
"@tanstack/react-query": "^5.90.21",
119119
"@tanstack/react-query-devtools": "^5.91.3",
120-
"@tauri-apps/cli": "^2.10.0",
120+
"@tauri-apps/cli": "^2.10.1",
121121
"@types/file-saver": "^2.0.7",
122122
"@types/lodash-es": "^4.17.12",
123-
"@types/node": "^24.11.0",
123+
"@types/node": "^24.12.0",
124124
"@types/react": "^19.2.14",
125125
"@types/react-dom": "^19.2.3",
126-
"@vitejs/plugin-react": "^5.1.4",
127-
"@vitejs/plugin-react-swc": "^4.2.3",
126+
"@vitejs/plugin-react": "^5.2.0",
127+
"@vitejs/plugin-react-swc": "^4.3.0",
128128
"autoprefixer": "^10.4.27",
129129
"npm-run-all": "^4.1.5",
130-
"postcss": "^8.5.6",
130+
"postcss": "^8.5.8",
131131
"prettier": "^3.8.1",
132132
"sass": "~1.92.1",
133133
"typedoc": "^0.28.17",

0 commit comments

Comments
 (0)