Skip to content

Commit

Permalink
chore(release): 1.5.1-rc.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1-rc.2](v1.5.1-rc.1...v1.5.1-rc.2) (2022-03-25)

### Bug Fixes

* Updates EPS to version v0.2.6 ([2cd3a4a](2cd3a4a))
  • Loading branch information
semantic-release-bot committed Mar 25, 2022
1 parent 464f686 commit 134c3e6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.1-rc.2](https://github.com/iris-connect/iris-client/compare/v1.5.1-rc.1...v1.5.1-rc.2) (2022-03-25)


### Bug Fixes

* Updates EPS to version v0.2.6 ([2cd3a4a](https://github.com/iris-connect/iris-client/commit/2cd3a4a482255971e326414a203cd16fe1b2192a))

## [1.5.1-rc.1](https://github.com/iris-connect/iris-client/compare/v1.5.0...v1.5.1-rc.1) (2022-03-25)


Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ [email protected] | MIT | https://github.com/sindresorhus/invert-kv
[email protected] | MIT | https://github.com/indutny/node-ip
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected] | MIT | https://github.com/whitequark/ipaddr.js
[email protected].1-POST-RELEASE | UNLICENSED |
[email protected].2-POST-RELEASE | UNLICENSED |
[email protected] | MIT | https://github.com/sindresorhus/is-absolute-url
[email protected] | MIT | https://github.com/inspect-js/is-arguments
[email protected] | MIT | https://github.com/qix-/node-is-arrayish
Expand Down
2 changes: 1 addition & 1 deletion FE-THIRD-PARTY-LICENSES-PROD.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ [email protected] | MIT | https://github.com/TehShrike/deepmerge
[email protected] | Apache-2.0 | https://github.com/SheetJS/node-exit-on-epipe
[email protected] | MIT | https://github.com/follow-redirects/follow-redirects
[email protected] | Apache-2.0 | https://github.com/SheetJS/frac
[email protected].1-POST-RELEASE | UNLICENSED |
[email protected].2-POST-RELEASE | UNLICENSED |
[email protected] | MIT | https://github.com/lodash/lodash
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
[email protected] | Apache-2.0 | https://github.com/SheetJS/printj
Expand Down
2 changes: 1 addition & 1 deletion iris-client-bff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>
<groupId>iris-gateway</groupId>
<artifactId>iris-client-bff</artifactId>
<version>1.5.1-rc.1-POST-RELEASE</version>
<version>1.5.1-rc.2-POST-RELEASE</version>
<name>IRIS Client Backend for Frontend</name>
<description>Backend for frontend (BFF) of the client for the health departments. Communicates directly with the SORMAS of this department.</description>
<licenses>
Expand Down
4 changes: 2 additions & 2 deletions iris-client-fe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion iris-client-fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iris-client-frontend",
"version": "1.5.1-rc.1-POST-RELEASE",
"version": "1.5.1-rc.2-POST-RELEASE",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>iris-gateway</groupId>
<artifactId>parent</artifactId>
<version>1.5.1-rc.1-POST-RELEASE</version>
<version>1.5.1-rc.2-POST-RELEASE</version>
<packaging>pom</packaging>

<name>IRIS Parent</name>
Expand Down

0 comments on commit 134c3e6

Please sign in to comment.