Skip to content

Commit

Permalink
update version to 3.1.0 and update client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed May 7, 2019
1 parent c5decc9 commit 9e9e2d8
Show file tree
Hide file tree
Showing 4 changed files with 566 additions and 523 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This application was generated using JHipster 5.8.2, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v5.8.2](http://www.jhipster.tech/documentation-archive/v5.8.2).

**Current version:** 3.0.4
**Current version:** 3.1.0

## Main features
Artemis supports the following exercises:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencyManagement {
defaultTasks 'bootRun'

group = 'de.tum.in.www1.artemis'
version = '3.0.4'
version = '3.1.0'
description = 'Automated Assessment Management System for Interactive Learning'

bootWar {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Artemis",
"version": "3.0.4",
"version": "3.1.0",
"description": "Automated Assessment Management System for Interactive Learning",
"private": true,
"license": "MIT",
Expand All @@ -17,15 +17,15 @@
"@angular/platform-browser-dynamic": "7.2.14",
"@angular/router": "7.2.14",
"@fortawesome/angular-fontawesome": "0.3.0",
"@fortawesome/fontawesome-svg-core": "1.2.17",
"@fortawesome/free-regular-svg-icons": "5.8.1",
"@fortawesome/free-solid-svg-icons": "5.8.1",
"@fortawesome/fontawesome-svg-core": "1.2.18",
"@fortawesome/free-regular-svg-icons": "5.8.2",
"@fortawesome/free-solid-svg-icons": "5.8.2",
"@ls1intum/apollon": "2.0.0-rc.6",
"@ng-bootstrap/ng-bootstrap": "4.1.2",
"@nguniversal/express-engine": "7.1.1",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@sentry/browser": "5.1.2",
"@sentry/browser": "5.1.3",
"@types/sinon": "7.0.11",
"@types/sinon-chai": "3.2.2",
"@types/smoothscroll-polyfill": "0.3.1",
Expand All @@ -36,8 +36,8 @@
"bootstrap": "4.3.1",
"chart.js": "2.8.0",
"core-js": "3.0.1",
"interactjs": "1.4.0",
"jest": "24.7.1",
"interactjs": "1.4.1",
"jest": "24.8.0",
"jest-preset-angular": "7.1.0",
"jquery": "3.4.1",
"lodash": "4.17.11",
Expand Down Expand Up @@ -75,12 +75,12 @@
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.8",
"@angular-devkit/build-angular": "0.13.9",
"@angular/cdk": "7.3.7",
"@angular/cli": "7.3.8",
"@angular/cli": "7.3.9",
"@angular/compiler-cli": "7.2.14",
"@angular/language-service": "7.2.14",
"@ngtools/webpack": "7.3.8",
"@ngtools/webpack": "7.3.9",
"@types/ace": "0.0.42",
"@types/angular": "1.6.54",
"@types/chai": "4.1.7",
Expand Down Expand Up @@ -144,14 +144,14 @@
"terser-webpack-plugin": "1.2.3",
"thread-loader": "2.1.2",
"to-string-loader": "1.1.5",
"ts-loader": "5.4.5",
"ts-loader": "6.0.0",
"ts-node": "8.1.0",
"tslint": "5.16.0",
"tslint-config-prettier": "1.18.0",
"tslint-loader": "3.6.0",
"typescript": "3.2.4",
"webpack": "4.29.0",
"webpack-cli": "3.3.1",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1",
"webpack-merge": "4.2.1",
"webpack-notifier": "1.7.0",
Expand Down
Loading

0 comments on commit 9e9e2d8

Please sign in to comment.