0.3.1-beta.9

This commit is contained in:
Mayel de Borniol 2022-07-22 12:24:21 +12:00
parent 2a09a40443
commit 172ff05bf5
5 changed files with 18 additions and 14 deletions

View file

@ -1,7 +1,10 @@
# Bonfire Changelog
## [0.3.1-beta.8 (2022-07-21)]
### Other
## 0.3.1-beta.9 (2022-07-22)
### Added
- Circles & flexible boundaries [#223](https://github.com/bonfire-networks/bonfire-app/issues/223) by mayel & ivanminutillo
### Fixed
- BUG:Responsive, navigation goes under the mobile bottom tab [#420](https://github.com/bonfire-networks/bonfire-app/issues/420) by ivanminutillo

View file

@ -1,7 +1,7 @@
import Config
config :bonfire,
experimental_features_enabled: true,
experimental_features_enabled: true, # Note: you can run `Bonfire.Common.Config.put(:experimental_features_enabled, true)` to enable these in prod too
default_pagination_limit: 5 # low limit so it is easier to test
# config :pseudo_gettext, :locale, "en-pseudo_text" # uncomment to use https://en.wikipedia.org/wiki/Pseudolocalization and check that the app is properly localisable

View file

@ -382,24 +382,25 @@ test-db-reset: init db-pre-migrations
#### RELEASE RELATED COMMANDS (Docker-specific for now) ####
rel-init:
@MIX_ENV=prod just pre-init
MIX_ENV=prod just pre-init
# copy current flavour's config, without using symlinks
rel-config-prepare:
@rm -rf data/current_flavour
@mkdir -p data
@cp -rfL $FLAVOUR_PATH data/current_flavour
rm -rf data/current_flavour
mkdir -p data
rm -rf flavours/*/config/*/dev
cp -rfL $FLAVOUR_PATH data/current_flavour
# copy current flavour's config, without using symlinks
rel-prepare: rel-config-prepare
@mkdir -p forks/
@mkdir -p data/uploads/
@mkdir -p data/null/
@touch data/current_flavour/config/deps.path
mkdir -p forks/
mkdir -p data/uploads/
mkdir -p data/null/
touch data/current_flavour/config/deps.path
# Build the Docker image (with no caching)
rel-rebuild: rel-init rel-prepare assets-prepare
@just rel-build "forks/" --no-cache
just rel-build "forks/" --no-cache
# Build the Docker image (NOT including changes to local forks)
rel-build-release: rel-init rel-prepare assets-prepare

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [ # TODO: put these in ENV or an external writeable config file similar to deps.*
version: "0.3.1-beta.8", # note that the flavour will automatically be added where the dash appears
version: "0.3.1-beta.9", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.13",
default_flavour: "classic",
logo: "assets/static/images/bonfire-icon.png",

View file

@ -13,7 +13,7 @@
"benchee_html": {:hex, :benchee_html, "1.0.0", "5b4d24effebd060f466fb460ec06576e7b34a00fc26b234fe4f12c4f05c95947", [:mix], [{:benchee, ">= 0.99.0 and < 2.0.0", [hex: :benchee, repo: "hexpm", optional: false]}, {:benchee_json, "~> 1.0", [hex: :benchee_json, repo: "hexpm", optional: false]}], "hexpm", "5280af9aac432ff5ca4216d03e8a93f32209510e925b60e7f27c33796f69e699"},
"benchee_json": {:hex, :benchee_json, "1.0.0", "cc661f4454d5995c08fe10dd1f2f72f229c8f0fb1c96f6b327a8c8fc96a91fe5", [:mix], [{:benchee, ">= 0.99.0 and < 2.0.0", [hex: :benchee, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "da05d813f9123505f870344d68fb7c86a4f0f9074df7d7b7e2bb011a63ec231c"},
"bonfire_api_graphql": {:git, "https://github.com/bonfire-networks/bonfire_api_graphql", "842f30b9c1c48edb5e77e4abec6ff6438776eb91", [branch: "main"]},
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "d162f823b2f319af2eb1e0f850e3ddccbf7ec305", [branch: "main"]},
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "227694da7b546607d8a97382716b8160006d819c", [branch: "main"]},
"bonfire_breadpub": {:git, "https://github.com/bonfire-networks/bonfire_breadpub", "9a59eee453c04846cb8b99d42cff0560f0d3b9ca", [branch: "main"]},
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "34788d77c0157176493d348a1c4ac08a34692724", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "2e09e062d9fd04961e38958b9d51fb922d259b60", [branch: "main"]},