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
5dbc92af
Commit
5dbc92af
authored
Nov 16, 2022
by
Zéfling
🎨
Browse files
Version 1.5.1
parent
6e7a58c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5dbc92af
# Changelog - Standalone web app & API
## 1.5.1 (2022-11-16)
### Standalone web app
-
fix id when fork
-
add a dialog to prevent errors when clicking on Clear Groups
## 1.5.0 (2022-11-11)
### Standalone web app
...
...
package.json
View file @
5dbc92af
{
"name"
:
"classement"
,
"version"
:
"1.5.
0
"
,
"version"
:
"1.5.
1
"
,
"scripts"
:
{
"postinstall"
:
"npm audit fix"
,
"ng"
:
"ng"
,
...
...
src/app/content/home/classement-home.component.ts
View file @
5dbc92af
...
...
@@ -17,7 +17,7 @@ import { environment } from 'src/environments/environment';
styleUrls
:
[
'
./classement-home.component.scss
'
],
})
export
class
ClassementHomeComponent
{
version
=
'
1.5.
0
'
;
version
=
'
1.5.
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