Compare commits

...
2 Commits
Author SHA1 Message Date
tanshu 4d7c41c27c Version Bump v15.2.8 2026-09-04 00:30:26 +05:30
tanshu 574ef45920 vouchher style components exceeded 4kb 2026-09-03 19:00:18 +00:00
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "15.2.7" __version__ = "15.2.8"
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "brewman" name = "brewman"
version = "15.2.7" version = "15.2.8"
description = "Accounting plus inventory management for a restaurant." description = "Accounting plus inventory management for a restaurant."
requires-python = ">=3.14" requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }] authors = [{ name = "tanshu", email = "git@tanshu.com" }]
+1 -1
View File
@@ -211,7 +211,7 @@ wheels = [
[[package]] [[package]]
name = "brewman" name = "brewman"
version = "15.2.7" version = "15.2.8"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "alembic" }, { name = "alembic" },
+3 -3
View File
@@ -41,13 +41,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "1000kb",
"maximumError": "1500kb" "maximumError": "2000kb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb", "maximumWarning": "2kb",
"maximumError": "4kb" "maximumError": "5kb"
} }
], ],
"outputHashing": "all" "outputHashing": "all"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "overlord", "name": "overlord",
"version": "15.2.7", "version": "15.2.8",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = { export const environment = {
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '15.2.7', version: '15.2.8',
title: 'HnG / TGB', title: 'HnG / TGB',
}; };