From f91eaede78bc51c5d33a32b04b3944f7d239677f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ture=20Gj=C3=B8rup?= Date: Tue, 11 Jul 2023 12:13:37 +0200 Subject: [PATCH 1/3] DISPLAY-986: Added example_release.json file --- public/example_release.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/example_release.json diff --git a/public/example_release.json b/public/example_release.json new file mode 100644 index 000000000..51542c3cf --- /dev/null +++ b/public/example_release.json @@ -0,0 +1,5 @@ +{ + "releaseTimestamp": 1686045152, + "releaseTime": "Tue Jun 6 09:52:32 UTC 2023", + "releaseVersion": "1.0.0" +} From 4327e97cecfe11c4584f17bc3bacf27215a88d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ture=20Gj=C3=B8rup?= Date: Tue, 11 Jul 2023 12:15:31 +0200 Subject: [PATCH 2/3] DISPLAY-986: Updated Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84159a73..39c9f60d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.1] - 2023-07-11 + +- [#206](https://github.com/os2display/display-admin-client/pull/206) + Added example_release.json file +- ## [1.3.0] - 2023-07-11 + - [#205](https://github.com/os2display/display-admin-client/pull/205) Setup separate image builds for itkdev and os2display - [#204](https://github.com/os2display/display-admin-client/pull/204) @@ -34,6 +40,7 @@ All notable changes to this project will be documented in this file. Prevent screen-manager.js from redirecting before everything is saved. - [#192](https://github.com/os2display/display-admin-client/pull/193) Readd and fix cypress tests. +- ## [1.2.6] - 2023-05-11 - [#197](https://github.com/os2display/display-admin-client/pull/197) From 54fac0f08f4e6d970d2bc8772129a9d165dc4e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ture=20Gj=C3=B8rup?= Date: Tue, 11 Jul 2023 12:17:38 +0200 Subject: [PATCH 3/3] DISPLAY-986: Fixed typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c9f60d2..a94770fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - [#206](https://github.com/os2display/display-admin-client/pull/206) Added example_release.json file -- + ## [1.3.0] - 2023-07-11 - [#205](https://github.com/os2display/display-admin-client/pull/205)