Skip to content

Commit

Permalink
Merge pull request #23 from handball-referee/preview
Browse files Browse the repository at this point in the history
release: 1.3.3
  • Loading branch information
cevou authored Jan 30, 2021
2 parents 9c74816 + 0660558 commit d96f34b
Show file tree
Hide file tree
Showing 5 changed files with 844 additions and 1,189 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.3.3](https://github.com/handball-referee/referee.app/compare/v1.3.2...v1.3.3) (2021-01-30)

### [1.3.2](https://github.com/handball-referee/referee.app/compare/v1.3.1...v1.3.2) (2021-01-30)


### Bug Fixes

* bug in german test data ([674a66f](https://github.com/handball-referee/referee.app/commit/674a66fe7094e4bba90699a98b17ea1e70871a55))

### [1.3.1](https://github.com/handball-referee/referee.app/compare/v1.3.0...v1.3.1) (2021-01-21)


Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "referee.app",
"version": "1.3.1",
"version": "1.3.3",
"description": "App to study for handball referee tests",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"@loadable/babel-plugin": "^5.10.3",
"@loadable/webpack-plugin": "^5.7.1",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.1",
"@types/jest": "^26.0.20",
"@types/loadable__component": "^5.10.0",
"@types/loadable__server": "^5.9.1",
"@types/react": "^16.9.9",
Expand All @@ -58,6 +58,7 @@
"@types/webpack": "^4.39.5",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"autoprefixer": "^10.2.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
Expand All @@ -72,18 +73,18 @@
"gh-pages": "^2.1.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.0.4",
"jest": "^25.5.4",
"jest": "^26.6.3",
"markdown-loader": "^5.1.0",
"marked": "^0.8.2",
"postcss-custom-properties": "^9.1.1",
"postcss-loader": "^3.0.0",
"postcss": "^8.2.4",
"postcss-custom-properties": "^11.0.0",
"postcss-loader": "^4.2.0",
"postcss-nesting": "^7.0.1",
"postcss-preset-env": "^6.7.0",
"raw-loader": "^4.0.0",
"rimraf": "^3.0.2",
"standard-version": "^8.0.2",
"standard-version": "^9.1.0",
"style-loader": "^1.0.0",
"ts-jest": "^25.4.0",
"ts-jest": "^26.5.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
"postcss-custom-properties": {
importFrom: "src/components/shared.css",
},
"postcss-preset-env": {},
autoprefixer: {},
},
};
5 changes: 3 additions & 2 deletions src/data/questions/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,8 @@
"a": "Stürmerfoul: Freiwurf für Team SCHWARZ",
"b": "Freiwurf für Team WEISS",
"c": "7-Meter-Wurf für Team WEISS",
"d": "Progressive Bestrafung gegen SCHWARZ 1 e) Disqualifikation von SCHWARZ 1 ohne schriftlichen Bericht (rote Karte)"
"d": "Progressive Bestrafung gegen SCHWARZ 1",
"e": "Disqualifikation von SCHWARZ 1 ohne schriftlichen Bericht (rote Karte)"
}
},
{
Expand Down Expand Up @@ -2447,7 +2448,7 @@
"id": "8.50",
"question": "Team WEISS spielt mit sieben Feldspielern und befindet sich im Angriff. WEISS 4 wirft auf das Tor, aber Torwart SCHWARZ 1 wehrt den Ball ab. SCHWARZ 1 steht nun mit dem Ball in der Hand in seinem Torraum und ist bereit zum Abwurf. In diesem Moment unterbricht der Delegierte das Spiel aufgrund eines Wechselfehlers: Torwart WEISS 1 hat das Spielfeld betreten, bevor WEISS 7 das Spielfeld verlassen hatte. Wie ist zu entscheiden?",
"answers": {
"a": "Abwurf für Team WEISS nach Anpfiff",
"a": "Abwurf für Team SCHWARZ nach Anpfiff",
"b": "Time-out",
"c": "Freiwurf für Team SCHWARZ",
"d": "7-Meter-Wurf für Team SCHWARZ",
Expand Down
Loading

0 comments on commit d96f34b

Please sign in to comment.