Version bump v8.2.1
This commit is contained in:
parent
ba4f8a4831
commit
0f6484cd2f
@ -1 +1 @@
|
||||
__version__ = "8.2.0"
|
||||
__version__ = "8.2.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "brewman"
|
||||
version = "8.2.0"
|
||||
version = "8.2.1"
|
||||
description = "Accounting plus inventory management for a restaurant."
|
||||
authors = ["tanshu <git@tanshu.com>"]
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "overlord",
|
||||
"version": "8.2.0",
|
||||
"version": "8.2.1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
@ -15,14 +15,14 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^10.2.1",
|
||||
"@angular/cdk": "^10.2.6",
|
||||
"@angular/cdk": "^10.2.7",
|
||||
"@angular/common": "^10.2.1",
|
||||
"@angular/compiler": "^10.2.1",
|
||||
"@angular/core": "^10.2.1",
|
||||
"@angular/flex-layout": "^10.0.0-beta.32",
|
||||
"@angular/forms": "^10.2.1",
|
||||
"@angular/material": "^10.2.6",
|
||||
"@angular/material-moment-adapter": "^10.2.6",
|
||||
"@angular/material": "^10.2.7",
|
||||
"@angular/material-moment-adapter": "^10.2.7",
|
||||
"@angular/platform-browser": "^10.2.1",
|
||||
"@angular/platform-browser-dynamic": "^10.2.1",
|
||||
"@angular/router": "^10.2.1",
|
||||
@ -36,7 +36,7 @@
|
||||
"moment": "^2.29.1",
|
||||
"rxjs": "^6.6.3",
|
||||
"tslib": "^2.0.2",
|
||||
"zone.js": "^0.10.3"
|
||||
"zone.js": "^0.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.1002.0",
|
||||
@ -51,8 +51,8 @@
|
||||
"@types/jasmine": "^3.6.0",
|
||||
"@types/jasminewd2": "^2.0.3",
|
||||
"@types/node": "^14.14.6",
|
||||
"@typescript-eslint/eslint-plugin": "^4.6.0",
|
||||
"@typescript-eslint/parser": "^4.6.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
||||
"@typescript-eslint/parser": "^4.6.1",
|
||||
"codelyzer": "^6.0.1",
|
||||
"eslint": "^7.12.1",
|
||||
"eslint-config-airbnb-typescript": "^12.0.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||
version: '8.2.0',
|
||||
version: '8.2.1',
|
||||
};
|
||||
|
@ -5,7 +5,7 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
ACCESS_TOKEN_REFRESH_MINUTES: 10, // refresh token 10 minutes before expiry
|
||||
version: '8.2.0',
|
||||
version: '8.2.1',
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user