From a5fc894301f9e88566ab37b54a784a8832288a1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:21:01 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- 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 7cad398..1bd0aa9 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.6.0](https://github.com/access-ci-org/xras-ui/compare/v0.5.3...v0.6.0) (2025-01-09) + + +### Features + +* Added ability to filter by Request Number via url param and the filters menu ([866f0af](https://github.com/access-ci-org/xras-ui/commit/866f0afd3a30110e9ff188458b60559201308b14)) + ## [0.5.3](https://github.com/access-ci-org/xras-ui/compare/v0.5.2...v0.5.3) (2024-12-13) diff --git a/package-lock.json b/package-lock.json index 4c154e3..eea53bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xras/ui", - "version": "0.5.3", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xras/ui", - "version": "0.5.3", + "version": "0.6.0", "license": "Apache-2.0", "dependencies": { "@reduxjs/toolkit": "^2.1.0", diff --git a/package.json b/package.json index 4b35877..001c115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xras/ui", - "version": "0.5.3", + "version": "0.6.0", "description": "User interface components for XRAS", "repository": "github:access-ci-org/xras-ui", "license": "Apache-2.0",