diff --git a/flavours/classic/config/bonfire_ui.exs b/flavours/classic/config/bonfire_ui.exs index ea12c56fdf..86b1c7efa0 100644 --- a/flavours/classic/config/bonfire_ui.exs +++ b/flavours/classic/config/bonfire_ui.exs @@ -145,6 +145,7 @@ config :surface_catalogue, subtitle: "Surface Components Documentation & Examples" config :iconify_ex, + env: config_env(), generated_icon_app: :bonfire_ui_common, mode: :css, using_svg_inject: true, diff --git a/mix.exs b/mix.exs index f718e82ed4..781f3261b5 100644 --- a/mix.exs +++ b/mix.exs @@ -219,7 +219,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.174", + version: "0.9.10-beta.175", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour, diff --git a/mix.lock b/mix.lock index f22b19c855..1b90590fcf 100644 --- a/mix.lock +++ b/mix.lock @@ -62,7 +62,7 @@ "bonfire_posts": {:git, "https://github.com/bonfire-networks/bonfire_posts", "3243938c810fba7857fc32743b0cf882d855eba1", []}, "bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "abe646bee4edcd11c8bae261aa2ccd4bbcdd78f6", []}, "bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "2c708d29485a881557dfe74cfcaf6e04381f8339", []}, - "bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "9ad4a448e9b02d256f20b090c0cfab5d1e9f1855", []}, + "bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "6846a4cb2e371e5e28d450d3e42831895bef71ef", []}, "bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "8a5c36d8f53faf0f53fd2fc6847a8f9f84f736f8", []}, "bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "656c7b6367d52b54ad7e1e0c67f00893a0058bef", []}, "bonfire_ui_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_ui_boundaries", "205ca0c9b3c3cd6fa37a53ca00509a722b3673ef", []},