diff --git a/CHANGELOG.md b/CHANGELOG.md index 60af38c..fc4b8c1 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.1](https://github.com/access-ci-org/xras-ui/compare/v0.3.0...v0.3.1) (2024-09-20) + + +### Bug Fixes + +* Added baseUrl to the image import and link button styling ([d4bf629](https://github.com/access-ci-org/xras-ui/commit/d4bf6298803a82919a321648d6e2fbde732038a5)) + ## [0.3.0](https://github.com/access-ci-org/xras-ui/compare/v0.2.2...v0.3.0) (2024-09-20) diff --git a/package-lock.json b/package-lock.json index 91b7b1b..6fcfdeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xras/ui", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@xras/ui", - "version": "0.3.0", + "version": "0.3.1", "license": "Apache-2.0", "dependencies": { "@reduxjs/toolkit": "^2.1.0", diff --git a/package.json b/package.json index d3abb09..ec002a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xras/ui", - "version": "0.3.0", + "version": "0.3.1", "description": "User interface components for XRAS", "license": "Apache-2.0", "type": "module",