Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
classement
classement
Commits
75265ba0
Commit
75265ba0
authored
Oct 31, 2022
by
Zéfling
🎨
Browse files
Version 1.3.1
parent
dcc1c4eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
75265ba0
# Changelog - Standalone web app & API
## 1.3.1 (2022-10-31)
### Standalone web app
-
fix CSS mobile
## 1.3.0 (2022-10-31)
### Standalone web app
...
...
package.json
View file @
75265ba0
{
"name"
:
"classement"
,
"version"
:
"1.3.
0
"
,
"version"
:
"1.3.
1
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
75265ba0
...
...
@@ -12,7 +12,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.3.
0
'
;
version
=
'
1.3.
1
'
;
modeApi
=
environment
.
api
?.
active
||
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment