diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4b8c1..68a1026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.2](https://github.com/access-ci-org/xras-ui/compare/v0.3.1...v0.3.2) (2024-09-27) + + +### Bug Fixes + +* Yes/No resource amounts will now just show "Yes" or "No" for their allocation amount ([7de2de3](https://github.com/access-ci-org/xras-ui/commit/7de2de3bac94fcdbcc1afc6556aeee5982da89cd)) + ## [0.3.1](https://github.com/access-ci-org/xras-ui/compare/v0.3.0...v0.3.1) (2024-09-20) diff --git a/package-lock.json b/package-lock.json index 6fcfdeb..e118e24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xras/ui", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xras/ui", - "version": "0.3.1", + "version": "0.3.2", "license": "Apache-2.0", "dependencies": { "@reduxjs/toolkit": "^2.1.0", diff --git a/package.json b/package.json index ec002a0..e431ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xras/ui", - "version": "0.3.1", + "version": "0.3.2", "description": "User interface components for XRAS", "license": "Apache-2.0", "type": "module",