Skip to content

Commit ebd7ea6

Browse files
Prepare release
1 parent 1923517 commit ebd7ea6

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ Changelog
44

55
This project adheres to `Semantic Versioning <https://semver.org/>`_.
66

7-
1.0.0-beta.11-SNAPSHOT (2022-01-18)
7+
1.0.0-beta.11 (2022-01-26)
88
---------------------------
99

1010
**Added**
1111

1212
* Changed notification style (#191)
1313

14-
* Add sorting by subscription (#204)
14+
* Add sorting by subscription and last updated (#204)
1515

1616
* Implement searchbar for projects and samples (#205)
1717

18+
* Add filtering by status (#199)
19+
1820
**Fixed**
1921

2022
* Update overall UI design (#198)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</modules>
1111
<artifactId>sample-tracking-status-overview</artifactId>
1212
<groupId>life.qbic</groupId>
13-
<version>1.0.0-beta.11-SNAPSHOT</version> <!-- <<QUBE_FORCE_BUMP>> -->
13+
<version>1.0.0-beta.11</version> <!-- <<QUBE_FORCE_BUMP>> -->
1414
<name>Sample Tracking Status Overview</name>
1515
<url>https://github.com/qbicsoftware/sample-tracking-status-overview</url>
1616
<description>Gives a visual overview of sample statuses</description>

sample-tracking-status-overview-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sample-tracking-status-overview</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>1.0.0-beta.11-SNAPSHOT</version>
8+
<version>1.0.0-beta.11</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>war</packaging>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>life.qbic</groupId>
1818
<artifactId>sample-tracking-status-overview-domain</artifactId>
19-
<version>1.0.0-beta.11-SNAPSHOT</version>
19+
<version>1.0.0-beta.11</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
<dependency>

sample-tracking-status-overview-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>sample-tracking-status-overview</artifactId>
99
<groupId>life.qbic</groupId>
10-
<version>1.0.0-beta.11-SNAPSHOT</version>
10+
<version>1.0.0-beta.11</version>
1111
</parent>
1212
<dependencies>
1313
<dependency>

0 commit comments

Comments
 (0)