Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Dec 20, 2024
1 parent 735a60f commit bb71838
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions flavours/classic/config/bonfire_ui.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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", []},
Expand Down

0 comments on commit bb71838

Please sign in to comment.