chore(release): 0.2.3 v0.2.3
authorxangelo <me@xangelo.ca>
Fri, 28 Jul 2023 19:38:10 +0000 (15:38 -0400)
committerxangelo <me@xangelo.ca>
Fri, 28 Jul 2023 19:38:10 +0000 (15:38 -0400)
CHANGELOG.md
package-lock.json
package.json
public/assets/css/game.css

index 63d695e7fc2273bab789517bb668312cdcbd4f1a..fd581eb17973a90fdcc180f5eacd0b4b88178b65 100644 (file)
@@ -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.
 
 
 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.2.3](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.3;hp=v0.2.2;ds=sidebyside) (2023-07-28)
+
+
+### Bug Fixes
+
+* spacing of time on mobile 1db9c53
+
 ### [0.2.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.2;hp=v0.2.1;ds=sidebyside) (2023-07-28)
 
 
 ### [0.2.2](https://git.xangelo.ca/?p=risinglegends.git;a=commitdiff;h=v0.2.2;hp=v0.2.1;ds=sidebyside) (2023-07-28)
 
 
index fc665ce761b886c0c29c1a6780a2af420d295ffe..1c6ca7c43cf1f1193bd4d92a7a401dbe2d0f0da3 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "rising-legends",
 {
   "name": "rising-legends",
-  "version": "0.2.2",
+  "version": "0.2.3",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "rising-legends",
-      "version": "0.2.2",
+      "version": "0.2.3",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
       "dependencies": {
         "@honeycombio/opentelemetry-node": "^0.4.0",
         "@opentelemetry/auto-instrumentations-node": "^0.37.0",
index 3847d3bbf4cbb0e652d5b8cb1ac86150b01d4440..b43b06273723e941ba638727019601194273f04a 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "rising-legends",
   "private": true,
 {
   "name": "rising-legends",
   "private": true,
-  "version": "0.2.2",
+  "version": "0.2.3",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",
   "scripts": {
     "up": "npx prisma migrate dev --name \"init\"",
     "start": "pm2 start dist/server/api.js",
index de43ba4bf48c6bb9f9af494ef07f296c487a37fd..7196a1708c776f9572aa442a88ad1bdd3972b2a2 100644 (file)
@@ -372,6 +372,9 @@ h3 {
   overflow: auto;
 }
 @media(max-width: 650px) {
   overflow: auto;
 }
 @media(max-width: 650px) {
+  #time-of-day {
+    padding: 0 1rem;
+  }
   #inventory-page {
     flex-direction: column;
   }
   #inventory-page {
     flex-direction: column;
   }