forked from potsda.mn/mobilizon
Bump version to 3.0.0-beta.3
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
727a0175c6
commit
e47904d17d
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -5,6 +5,17 @@ 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-beta.3 - 2022-10-17
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Don't add empty search parameters to global search engine
|
||||||
|
- Fix getting categories from global search engine
|
||||||
|
- Remove unused deps
|
||||||
|
- Only show one pagination bar when searching in both events & groups
|
||||||
|
- Run build multiarch release on tags too
|
||||||
|
- Don't start mobilizon server when running migrations
|
||||||
|
- Run phx.digest before mix release
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0-beta.2 - 2022-10-11
|
## 3.0.0-beta.2 - 2022-10-11
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "3.0.0-beta.2",
|
"version": "3.0.0-beta.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
Loading…
Reference in a new issue