From d2717fd0c6080e5f6b13b922f7fbc2e4658a65df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 18:43:15 +0000 Subject: [PATCH] chore(main): release 0.5.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4265af5..d4def32 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.2](https://github.com/access-ci-org/xras-ui/compare/v0.5.1...v0.5.2) (2024-12-13) + + +### Bug Fixes + +* Updated Filters menu to no longer use "offcanvas" ([2b4c09f](https://github.com/access-ci-org/xras-ui/commit/2b4c09f3dc9e167f89ee7780e61c69b0d98e4773)) + ## [0.5.1](https://github.com/access-ci-org/xras-ui/compare/v0.5.0...v0.5.1) (2024-11-21) diff --git a/package-lock.json b/package-lock.json index cde1f6c..fb66fef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xras/ui", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xras/ui", - "version": "0.5.1", + "version": "0.5.2", "license": "Apache-2.0", "dependencies": { "@reduxjs/toolkit": "^2.1.0", diff --git a/package.json b/package.json index 58c0ffb..2f6a34d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xras/ui", - "version": "0.5.1", + "version": "0.5.2", "description": "User interface components for XRAS", "repository": "github:access-ci-org/xras-ui", "license": "Apache-2.0",