Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Commits
afed17c1
Commit
afed17c1
authored
4 years ago
by
Tifenn Guillas
Browse files
Options
Downloads
Patches
Plain Diff
Update versions
parent
7aa8b31d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!100
Develop
Pipeline
#2449
passed
4 years ago
Stage: install
Stage: test
Stage: sonar
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
src/settings/settings.ts
+3
-3
3 additions, 3 deletions
src/settings/settings.ts
with
7 additions
and
3 deletions
CHANGELOG.md
+
4
−
0
View file @
afed17c1
...
...
@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
#76 => Adding label min and max for the between component
-
#73 => Result page design improved
-
#83 => Upgrade dependencies
-
#86 => Renderers in result section optimizedS
### Security
-
Migrate to Angular v8 to v9
-
Migrate from anis-server v3.1 to 3.2
-
Migrate from anis-auth v3.1 to 3.2
## [3.1.0] - 2020-03
### Added
...
...
This diff is collapsed.
Click to expand it.
src/settings/settings.ts
+
3
−
3
View file @
afed17c1
export
const
VERSIONS
=
{
anisClient
:
'
3.
1
'
,
anisServer
:
'
3.
1
'
,
anisAuth
:
'
1.0
'
anisClient
:
'
3.
2
'
,
anisServer
:
'
3.
2
'
,
anisAuth
:
'
3.2
'
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment