From fb932f01bae5bcccac5816f2a299a2ecc944feec Mon Sep 17 00:00:00 2001 From: rfhferreira <rfhferreira@inf.ufpr.br> Date: Wed, 19 Mar 2025 14:35:23 -0300 Subject: [PATCH] CHANGELOG 1.10.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5308aea..c4c21bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.10.1] - 2025-03-19 +## All changes are introduced on fridays. But only on **mondays** they go to production. + +### Fixed + - Resource not found screen on new accounts due to a bug in the database. + - Homologation of resources not working. + - User medal position. + - Achievements are now correctly displayed even without login. + +### Changed + - Font colors on items and store are now correct. + - Collection items are now positioned according to their insertion order. Previously, they were alphabetically sorted. ## [1.9.0] - 2025-03-08 ## All changes are introduced on fridays. But only on **mondays** they go to production. diff --git a/package.json b/package.json index a0fc4a4c..058e29a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-mecred", - "version": "1.9.0", + "version": "1.10.1", "private": true, "scripts": { "dev": "npx next dev", -- GitLab