Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.7.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Jan 15, 2022
2 parents 19c38b8 + ad5d91a commit bf48af0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [0.7.19](https://github.com/webern-unibas-ch/awg-app/compare/v0.7.18...v0.7.19) (2022-01-15)

### Build System

- **deps:** bump follow-redirects from 1.14.4 to 1.14.7 ([aa25b3e](https://github.com/webern-unibas-ch/awg-app/commit/aa25b3eefa4ed8b41f2fc89ed9f92d28fc5b0837))
- **deps:** bump follow-redirects from 1.14.4 to 1.14.7 ([4e3a7df](https://github.com/webern-unibas-ch/awg-app/commit/4e3a7dfa8257d0c9ac7139e4cca3fe6d422cf51f))
- **deps:** bump marked from 4.0.7 to 4.0.10 ([ee804c2](https://github.com/webern-unibas-ch/awg-app/commit/ee804c2a9c40978b4dea88bb1edeab2b3959fc13))

### [0.7.18](https://github.com/webern-unibas-ch/awg-app/compare/v0.7.17...v0.7.18) (2021-12-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awg-app",
"version": "0.7.18",
"version": "0.7.19",
"license": "MIT",
"author": {
"name": "Stefan Münnich",
Expand Down
6 changes: 3 additions & 3 deletions src/app/app.globals.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT MANUALLY!
// Generated last time on Fri Dec 17 02:17:14 2021
// Generated last time on Sat Jan 15 13:29:14 2022

/**
* The latest version of the AWG App
*/
export const appVersion = '0.7.18';
export const appVersion = '0.7.19';

/**
* The release date of the latest version of the AWG App
*/
export const appVersionReleaseDate = '17. Dezember 2021';
export const appVersionReleaseDate = '15. Januar 2022';

/**
* The URL of the AWG App
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6544,9 +6544,9 @@ flatten@^1.0.2:
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==

follow-redirects@^1.0.0:
version "1.14.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
version "1.14.7"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==

font-awesome@^4.7.0:
version "4.7.0"
Expand Down Expand Up @@ -8449,9 +8449,9 @@ [email protected]:
integrity sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=

marked@^4.0.4:
version "4.0.7"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.7.tgz#596a0826e7a8c6b4119eacd00b0220ddaee7fc71"
integrity sha512-mQrRvV2vRk7DHZsWsYJfAjmBo+lSYPhTJPThaaGpkEfmC+4oefeug2txZniQTieDS0CFpokfVhd7JuS5GtnHhA==
version "4.0.10"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==

[email protected]:
version "0.3.0"
Expand Down

0 comments on commit bf48af0

Please sign in to comment.