chore(release): 0.4.5 main v0.4.5
authorxangelo <me@xangelo.ca>
Wed, 22 Jan 2025 04:43:10 +0000 (23:43 -0500)
committerxangelo <me@xangelo.ca>
Wed, 22 Jan 2025 04:43:10 +0000 (23:43 -0500)
CHANGELOG.md
package-lock.json
package.json

index 53785ad3be6c8ab753baa423124fbdbfbc711264..4435292aa5f89c8547b4bd2152a907f4d1fe5215 100644 (file)
@@ -2,6 +2,25 @@
 
 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.4.5](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.5;hp=v0.4.4;ds=sidebyside) (2025-01-22)
+
+
+### Features
+
+* add confirmation check to buy buttom f996366
+* make travel an idle activity 7a5e85b
+
+
+### Bug Fixes
+
+* add confirmation to repair a0c5213
+* clean up ui for alerts to make them more visible 9f3b728
+* remove the grid size from being displayed on the inventory page 52e1805
+* spacing of filter-container on repair page 1185e44
+* spacing on inventory tabs does not exceed parent bounds 905c722
+* tab bottom margins no longer extend into tab body 2aeef4f
+* typo in description for dex 8688e07
+
 ### [0.4.4](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.4.4;hp=v0.4.3;ds=sidebyside) (2025-01-16)
 
 
index 21038bba6e306950b3f5005f7bd8f31ad963a3f2..11535e471ae2e2d5224a3b606df800a4f0c8c22e 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
-  "version": "0.4.4",
+  "version": "0.4.5",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.4.4",
+      "version": "0.4.5",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.7.2",
         "@opentelemetry/auto-instrumentations-node": "^0.53.0",
index 8843f3135b399e62b8ce74b7d9b498e61320c8e4..419cb5b3bec27691e9a09fd2fd1abbd7b8ad36ad 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.4.4",
+  "version": "0.4.5",
   "scripts": {
     "start": "TS_NODE_BASEURL=./dist node -r tsconfig-paths/register dist/src/server/api.js",
     "build": "npx tsc && npx webpack",