Version Bump v9.3.3
This commit is contained in:
@@ -1 +1 @@
|
|||||||
__version__ = "9.3.2"
|
__version__ = "9.3.3"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "brewman"
|
name = "brewman"
|
||||||
version = "9.3.2"
|
version = "9.3.3"
|
||||||
description = "Accounting plus inventory management for a restaurant."
|
description = "Accounting plus inventory management for a restaurant."
|
||||||
authors = ["tanshu <git@tanshu.com>"]
|
authors = ["tanshu <git@tanshu.com>"]
|
||||||
|
|
||||||
|
|||||||
+33
-33
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "overlord",
|
"name": "overlord",
|
||||||
"version": "9.3.2",
|
"version": "9.3.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
@@ -14,24 +14,24 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^11.0.3",
|
"@angular/animations": "^11.0.5",
|
||||||
"@angular/cdk": "^11.0.1",
|
"@angular/cdk": "^11.0.3",
|
||||||
"@angular/common": "^11.0.3",
|
"@angular/common": "^11.0.5",
|
||||||
"@angular/compiler": "^11.0.3",
|
"@angular/compiler": "^11.0.5",
|
||||||
"@angular/core": "^11.0.3",
|
"@angular/core": "^11.0.5",
|
||||||
"@angular/flex-layout": "^11.0.0-beta.33",
|
"@angular/flex-layout": "^11.0.0-beta.33",
|
||||||
"@angular/forms": "^11.0.3",
|
"@angular/forms": "^11.0.5",
|
||||||
"@angular/material": "^11.0.1",
|
"@angular/material": "^11.0.3",
|
||||||
"@angular/material-moment-adapter": "^11.0.1",
|
"@angular/material-moment-adapter": "^11.0.3",
|
||||||
"@angular/platform-browser": "^11.0.3",
|
"@angular/platform-browser": "^11.0.5",
|
||||||
"@angular/platform-browser-dynamic": "^11.0.3",
|
"@angular/platform-browser-dynamic": "^11.0.5",
|
||||||
"@angular/router": "^11.0.3",
|
"@angular/router": "^11.0.5",
|
||||||
"@ngx-loading-bar/core": "^5.1.0",
|
"@ngx-loading-bar/core": "^5.1.1",
|
||||||
"@ngx-loading-bar/http-client": "^5.1.0",
|
"@ngx-loading-bar/http-client": "^5.1.1",
|
||||||
"@ngx-loading-bar/router": "^5.1.0",
|
"@ngx-loading-bar/router": "^5.1.1",
|
||||||
"@types/mousetrap": "1.6.3",
|
"@types/mousetrap": "1.6.3",
|
||||||
"angular2-hotkeys": "^2.2.0",
|
"angular2-hotkeys": "^2.2.0",
|
||||||
"core-js": "^3.8.0",
|
"core-js": "^3.8.1",
|
||||||
"mathjs": "^8.1.0",
|
"mathjs": "^8.1.0",
|
||||||
"moment": "^2.29.1",
|
"moment": "^2.29.1",
|
||||||
"rxjs": "^6.6.3",
|
"rxjs": "^6.6.3",
|
||||||
@@ -39,27 +39,27 @@
|
|||||||
"zone.js": "^0.11.3"
|
"zone.js": "^0.11.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.1100.3",
|
"@angular-devkit/build-angular": "~0.1100.5",
|
||||||
"@angular-eslint/builder": "^0.8.0-beta.3",
|
"@angular-eslint/builder": "^0.8.0-beta.6",
|
||||||
"@angular-eslint/eslint-plugin": "^0.8.0-beta.3",
|
"@angular-eslint/eslint-plugin": "^0.8.0-beta.6",
|
||||||
"@angular-eslint/eslint-plugin-template": "^0.8.0-beta.3",
|
"@angular-eslint/eslint-plugin-template": "^0.8.0-beta.6",
|
||||||
"@angular-eslint/schematics": "^0.8.0-beta.3",
|
"@angular-eslint/schematics": "^0.8.0-beta.6",
|
||||||
"@angular-eslint/template-parser": "^0.8.0-beta.3",
|
"@angular-eslint/template-parser": "^0.8.0-beta.6",
|
||||||
"@angular/cli": "^11.0.3",
|
"@angular/cli": "^11.0.5",
|
||||||
"@angular/compiler-cli": "^11.0.3",
|
"@angular/compiler-cli": "^11.0.5",
|
||||||
"@angular/language-service": "^11.0.3",
|
"@angular/language-service": "^11.0.5",
|
||||||
"@types/jasmine": "~3.6.2",
|
"@types/jasmine": "~3.6.2",
|
||||||
"@types/jasminewd2": "^2.0.3",
|
"@types/jasminewd2": "^2.0.3",
|
||||||
"@types/mathjs": "^6.0.8",
|
"@types/mathjs": "^6.0.9",
|
||||||
"@types/node": "^14.14.10",
|
"@types/node": "^14.14.14",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.9.0",
|
"@typescript-eslint/eslint-plugin": "^4.10.0",
|
||||||
"@typescript-eslint/parser": "^4.9.0",
|
"@typescript-eslint/parser": "^4.10.0",
|
||||||
"eslint": "^7.14.0",
|
"eslint": "^7.15.0",
|
||||||
"eslint-config-prettier": "^6.15.0",
|
"eslint-config-prettier": "^7.0.0",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"eslint-plugin-import": "^2.22.1",
|
||||||
"eslint-plugin-jsdoc": "^30.7.8",
|
"eslint-plugin-jsdoc": "^30.7.8",
|
||||||
"eslint-plugin-prefer-arrow": "1.2.2",
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
||||||
"husky": "^4.3.0",
|
"husky": "^4.3.6",
|
||||||
"jasmine-core": "~3.6.0",
|
"jasmine-core": "~3.6.0",
|
||||||
"jasmine-spec-reporter": "6.0.0",
|
"jasmine-spec-reporter": "6.0.0",
|
||||||
"karma": "^5.2.3",
|
"karma": "^5.2.3",
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"protractor": "~7.0.0",
|
"protractor": "~7.0.0",
|
||||||
"standard-version": "^9.0.0",
|
"standard-version": "^9.0.0",
|
||||||
"ts-node": "^9.1.0",
|
"ts-node": "^9.1.1",
|
||||||
"typescript": "~4.0.5"
|
"typescript": "~4.0.5"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
|
|||||||
@@ -2,5 +2,5 @@ export const environment = {
|
|||||||
production: true,
|
production: true,
|
||||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||||
version: '9.3.2',
|
version: '9.3.3',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export const environment = {
|
|||||||
production: false,
|
production: false,
|
||||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||||
version: '9.3.2',
|
version: '9.3.3',
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user