forked from potsda.mn/mobilizon
Bump version to 3.0.0-rc.6
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d36db8e18f
commit
ab96dce30f
|
@ -5,6 +5,13 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 3.0.0-rc.6 - 2022-11-07
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed upcoming event groups display on homepage view
|
||||||
|
- Fixed Ecto Dev warning on compilation
|
||||||
|
|
||||||
## 3.0.0-rc.5 - 2022-11-06
|
## 3.0.0-rc.5 - 2022-11-06
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "3.0.0-rc.5",
|
"version": "3.0.0-rc.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
Loading…
Reference in a new issue