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]
name = "brewman"
version = "15.2.7"
version = "15.2.8"
description = "Accounting plus inventory management for a restaurant."
requires-python = ">=3.14"
authors = [{ name = "tanshu", email = "git@tanshu.com" }]
+1 -1
View File
@@ -211,7 +211,7 @@ wheels = [
[[package]]
name = "brewman"
version = "15.2.7"
version = "15.2.8"
source = { editable = "." }
dependencies = [
{ name = "alembic" },
+3 -3
View File
@@ -41,13 +41,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1500kb"
"maximumWarning": "1000kb",
"maximumError": "2000kb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "5kb"
}
],
"outputHashing": "all"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "overlord",
"version": "15.2.7",
"version": "15.2.8",
"scripts": {
"ng": "ng",
"start": "ng serve",
+1 -1
View File
@@ -1,6 +1,6 @@
export const environment = {
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
version: '15.2.7',
version: '15.2.8',
title: 'HnG / TGB',
};