diff --git a/CHANGELOG.md b/CHANGELOG.md index 3316aa441..1a679cdfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,26 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2352.01] - 2023-12-28 +## [2400.01] - 2024-01-04 ### Added -- (carros) => Se añade contador de carros. #6545 -- (Reclamaciones) => Se añade la sección para hacer acciones sobre una reclamación. #5654 -### Changed -### Fixed -- (Reclamaciones) => Se corrige el color de la barra según el tema y el evento de actualziar cantidades #6334 +### Changed + +### Fixed + +## [2350.01] - 2023-12-14 + +### Added + +- (Carros) => Se añade contador de carros. #6545 +- (Reclamaciones) => Se añade la sección para hacer acciones sobre una reclamación. #5654 + +### Changed + +### Fixed + +- (Reclamaciones) => Se corrige el color de la barra según el tema y el evento de actualziar cantidades #6334 ## [2253.01] - 2023-01-05 diff --git a/package-lock.json b/package-lock.json index 9db93eff3..6a60c95c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "salix-front", - "version": "23.52.01", + "version": "24.02.01", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "salix-front", - "version": "23.52.01", + "version": "24.02.01", "dependencies": { "@quasar/cli": "^2.3.0", "@quasar/extras": "^1.16.4", diff --git a/package.json b/package.json index bfaba6f10..c4f5b828a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "23.52.01", + "version": "24.02.01", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", diff --git a/src/App.vue b/src/App.vue index 8e9bea2e4..d0d8c9358 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,11 @@