Skip to content

Commit 24a861e

Browse files
Bumping version
1 parent 4be52d5 commit 24a861e

5 files changed

Lines changed: 75 additions & 75 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
{
2-
"name": "rauthy",
3-
"version": "0.0.8",
4-
"scripts": {
5-
"ng": "ng",
6-
"start": "ng serve",
7-
"build": "ng build",
8-
"watch": "ng build --watch --configuration development",
9-
"tauri": "tauri",
10-
"lint": "ng lint",
11-
"i18n:extract": "transloco-keys-manager extract -l en,pt-BR",
12-
"i18n:find": "transloco-keys-manager find -l en,pt-BR",
13-
"bump-version": "node scripts/version-bumper.js"
14-
},
15-
"private": true,
16-
"dependencies": {
17-
"@angular/animations": "^19.0.5",
18-
"@angular/cdk": "^19.0.4",
19-
"@angular/common": "^19.0.5",
20-
"@angular/compiler": "^19.0.5",
21-
"@angular/core": "^19.0.5",
22-
"@angular/forms": "^19.0.5",
23-
"@angular/material": "^19.0.4",
24-
"@angular/platform-browser": "^19.0.5",
25-
"@angular/platform-browser-dynamic": "^19.0.5",
26-
"@angular/router": "^19.0.5",
27-
"@jsverse/transloco": "^7.5.1",
28-
"@primeng/themes": "^19.0.2",
29-
"@tailwindcss/postcss": "^4.1.5",
30-
"@tauri-apps/api": "^2.3.0",
31-
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
32-
"@tauri-apps/plugin-biometric": "^2.2.0",
33-
"@tauri-apps/plugin-opener": "^2",
34-
"hammerjs": "^2.0.8",
35-
"luxon": "^3.5.0",
36-
"ngx-swipe-menu": "^0.0.5",
37-
"primeflex": "^3.3.1",
38-
"primeicons": "^7.0.0",
39-
"primeng": "^19.0.5",
40-
"rxjs": "~7.8.0",
41-
"tailwind-merge": "^2.5.2",
42-
"tailwindcss-animate": "^1.0.7",
43-
"zone.js": "~0.15.0"
44-
},
45-
"devDependencies": {
46-
"@angular-devkit/build-angular": "^19.2.7",
47-
"@angular/cli": "^19.0.7",
48-
"@angular/compiler-cli": "^19.0.6",
49-
"@jsverse/transloco-keys-manager": "^6.1.0",
50-
"@tauri-apps/cli": "^2.3.1",
51-
"@types/hammerjs": "^2.0.46",
52-
"@types/jasmine": "~5.1.0",
53-
"@types/luxon": "^3.4.2",
54-
"angular-eslint": "19.0.2",
55-
"autoprefixer": "^10.4.21",
56-
"eslint": "^9.17.0",
57-
"eslint-plugin-unused-imports": "^4.1.4",
58-
"postcss": "^8.5.3",
59-
"prettier": "^3.4.2",
60-
"shelljs": "^0.8.5",
61-
"tailwindcss": "^4.1.5",
62-
"tailwindcss-animate": "^1.0.7",
63-
"typescript": "~5.6.3",
64-
"typescript-eslint": "8.18.0",
65-
"zone.js": "^0.15.0"
66-
},
67-
"overrides": {
68-
"hammerjs": "^2.0.8"
69-
}
70-
}
1+
{
2+
"name": "rauthy",
3+
"version": "0.0.9",
4+
"scripts": {
5+
"ng": "ng",
6+
"start": "ng serve",
7+
"build": "ng build",
8+
"watch": "ng build --watch --configuration development",
9+
"tauri": "tauri",
10+
"lint": "ng lint",
11+
"i18n:extract": "transloco-keys-manager extract -l en,pt-BR",
12+
"i18n:find": "transloco-keys-manager find -l en,pt-BR",
13+
"bump-version": "node scripts/version-bumper.js"
14+
},
15+
"private": true,
16+
"dependencies": {
17+
"@angular/animations": "^19.0.5",
18+
"@angular/cdk": "^19.0.4",
19+
"@angular/common": "^19.0.5",
20+
"@angular/compiler": "^19.0.5",
21+
"@angular/core": "^19.0.5",
22+
"@angular/forms": "^19.0.5",
23+
"@angular/material": "^19.0.4",
24+
"@angular/platform-browser": "^19.0.5",
25+
"@angular/platform-browser-dynamic": "^19.0.5",
26+
"@angular/router": "^19.0.5",
27+
"@jsverse/transloco": "^7.5.1",
28+
"@primeng/themes": "^19.0.2",
29+
"@tailwindcss/postcss": "^4.1.5",
30+
"@tauri-apps/api": "^2.3.0",
31+
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
32+
"@tauri-apps/plugin-biometric": "^2.2.0",
33+
"@tauri-apps/plugin-opener": "^2",
34+
"hammerjs": "^2.0.8",
35+
"luxon": "^3.5.0",
36+
"ngx-swipe-menu": "^0.0.5",
37+
"primeflex": "^3.3.1",
38+
"primeicons": "^7.0.0",
39+
"primeng": "^19.0.5",
40+
"rxjs": "~7.8.0",
41+
"tailwind-merge": "^2.5.2",
42+
"tailwindcss-animate": "^1.0.7",
43+
"zone.js": "~0.15.0"
44+
},
45+
"devDependencies": {
46+
"@angular-devkit/build-angular": "^19.2.7",
47+
"@angular/cli": "^19.0.7",
48+
"@angular/compiler-cli": "^19.0.6",
49+
"@jsverse/transloco-keys-manager": "^6.1.0",
50+
"@tauri-apps/cli": "^2.3.1",
51+
"@types/hammerjs": "^2.0.46",
52+
"@types/jasmine": "~5.1.0",
53+
"@types/luxon": "^3.4.2",
54+
"angular-eslint": "19.0.2",
55+
"autoprefixer": "^10.4.21",
56+
"eslint": "^9.17.0",
57+
"eslint-plugin-unused-imports": "^4.1.4",
58+
"postcss": "^8.5.3",
59+
"prettier": "^3.4.2",
60+
"shelljs": "^0.8.5",
61+
"tailwindcss": "^4.1.5",
62+
"tailwindcss-animate": "^1.0.7",
63+
"typescript": "~5.6.3",
64+
"typescript-eslint": "8.18.0",
65+
"zone.js": "^0.15.0"
66+
},
67+
"overrides": {
68+
"hammerjs": "^2.0.8"
69+
}
70+
}

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rauthy"
3-
version = "0.0.8"
3+
version = "0.0.9"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "rauthy",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"identifier": "com.rauthy",
66
"build": {
77
"beforeDevCommand": "npm run start",

0 commit comments

Comments
 (0)