diff --git a/CHANGELOG.md b/CHANGELOG.md index d4def32..7cad398 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.5.3](https://github.com/access-ci-org/xras-ui/compare/v0.5.2...v0.5.3) (2024-12-13) + + +### Bug Fixes + +* Removed "sticky" from filters bar ([2500fe1](https://github.com/access-ci-org/xras-ui/commit/2500fe1e707c219e91a45e0135142c4666b1afe1)) + ## [0.5.2](https://github.com/access-ci-org/xras-ui/compare/v0.5.1...v0.5.2) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index fb66fef..4c154e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xras/ui", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xras/ui", - "version": "0.5.2", + "version": "0.5.3", "license": "Apache-2.0", "dependencies": { "@reduxjs/toolkit": "^2.1.0", diff --git a/package.json b/package.json index 2f6a34d..4b35877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xras/ui", - "version": "0.5.2", + "version": "0.5.3", "description": "User interface components for XRAS", "repository": "github:access-ci-org/xras-ui", "license": "Apache-2.0",