fix files

This commit is contained in:
Mayel de Borniol 2024-03-30 23:26:58 +00:00
parent 564072d7a4
commit 6782fa2f58
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
activity_pub = "https://github.com/bonfire-networks/activity_pub#develop"
bonfire_files = "https://github.com/bonfire-networks/bonfire_files#main"
## Flavour:COOPERATION
bonfire_api_graphql = "https://github.com/bonfire-networks/bonfire_api_graphql#main"

View file

@ -122,7 +122,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.17",
version: "0.9.10-beta.18",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,

View file

@ -70,7 +70,7 @@
"bonfire_ui_posts": {:git, "https://github.com/bonfire-networks/bonfire_ui_posts", "f996d6e605dd55e1405f9f604975f7c67c097ad0", []},
"bonfire_ui_reactions": {:git, "https://github.com/bonfire-networks/bonfire_ui_reactions", "35f9822c07e2a2d25f3d866391fa95cc218e15b7", []},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "e4f956dc88bd138b5574c7fc4b13997adea7f730", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "f4944de6be905bc3e07ed2936eee5b9bb906e807", [branch: "main"]},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "2183cb032175fe2bbcf47aa99e89ff9d95b8287e", [branch: "main"]},
"bonfire_ui_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_ui_social_graph", "7a0d51d46a044d266f36a82d6ee2ae432cddeac6", []},
"bonfire_ui_topics": {:git, "https://github.com/bonfire-networks/bonfire_ui_topics", "319d5e6c2cc4eb7b03258b869bb748667cf861e4", [branch: "main"]},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "a40d6b95c533bc3b726cb20596027606b7f8062b", [branch: "main"]},