add spark

This commit is contained in:
Mayel de Borniol 2024-03-30 21:17:22 +00:00
parent e0ee58ff5e
commit b4b32f41a0
7 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,5 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
## Flavour:COOPERATION
bonfire_api_graphql = "https://github.com/bonfire-networks/bonfire_api_graphql#main"
bonfire_ui_topics = "https://github.com/bonfire-networks/bonfire_ui_topics#main"

View file

@ -1,3 +1,5 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
## Flavour:COOPERATION
bonfire_api_graphql = "https://github.com/bonfire-networks/bonfire_api_graphql#main"
bonfire_ui_topics = "https://github.com/bonfire-networks/bonfire_ui_topics#main"

View file

@ -1,3 +1,5 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
## Flavour:COOPERATION
bonfire_api_graphql = "https://github.com/bonfire-networks/bonfire_api_graphql#main"
bonfire_ui_topics = "https://github.com/bonfire-networks/bonfire_ui_topics#main"

View file

@ -1,3 +1,4 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
bonfire_classify = "https://github.com/bonfire-networks/bonfire_classify#main"
# bonfire_taxonomy_seeder = "https://github.com/bonfire-networks/bonfire_taxonomy_seeder#main"

View file

@ -1,3 +1,4 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
bonfire_ui_reflow = "https://github.com/bonfire-networks/bonfire_ui_reflow#main"
bonfire_valueflows = "https://github.com/bonfire-networks/bonfire_valueflows#main"

View file

@ -1,3 +1,5 @@
bonfire = "https://github.com/bonfire-networks/bonfire_spark#main"
## Flavour:UPCYCLE
bonfire_upcycle = "https://gitlab.com/bonfire-networks/bonfire_upcycle#main"
bonfire_valueflows = "https://github.com/bonfire-networks/bonfire_valueflows#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.6",
version: "0.9.10-beta.7",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,