Skip to content

Commit

Permalink
chore: prepare files for 22.09 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericenns committed Oct 7, 2022
1 parent 2e3524a commit d411656
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Changelog

## [Unreleased]
## [22.09] - 2022/10/07
* [Developer/UI]: Refreshed the create new user account page. See [PR 1285](https://github.com/phac-nml/irida/pull/1285)
* [Developer/UI]: Added in typescript support to webpack build, moving forward all new frontend development will use typescript. See [PR 1294](https://github.com/phac-nml/irida/pull/1294) for more.
* [Developer/UI]: Removed `styled-components` from page header and replaced with CSS variables. See [PR 1284](https://github.com/phac-nml/irida/pull/1284)
Expand Down Expand Up @@ -130,8 +130,7 @@

## [...previous](https://github.com/phac-nml/irida/blob/21.09.2/CHANGELOG.md)

[Unreleased]: https://github.com/phac-nml/irida/compare/22.05.5...HEAD

[22.09]: https://github.com/phac-nml/irida/compare/22.05.5...22.09
[22.05.5]: https://github.com/phac-nml/irida/compare/22.05.4...22.05.5
[22.05.4]: https://github.com/phac-nml/irida/compare/22.05.3...22.05.4
[22.05.3]: https://github.com/phac-nml/irida/compare/22.05.2...22.05.3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "ca.corefacility.bioinformatics"
version = "22.09-SNAPSHOT"
version = "22.09"
description = "irida"

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@
<include file="changesets/21.05/all-changes.xml" relativeToChangelogFile="true" />
<include file="changesets/22.03/all-changes.xml" relativeToChangelogFile="true" />
<include file="changesets/22.05/all-changes.xml" relativeToChangelogFile="true" />
<include file="changesets/unreleased/all-changes.xml" relativeToChangelogFile="true" />
</databaseChangeLog>

<include file="changesets/22.09/all-changes.xml" relativeToChangelogFile="true" />
</databaseChangeLog>

0 comments on commit d411656

Please sign in to comment.