Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Jul 10, 2024
1 parent f56f472 commit 3c9e405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,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.97",
version: "0.9.10-beta.98",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,
Expand Down
6 changes: 3 additions & 3 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"blurhash": {:hex, :rinpatch_blurhash, "0.1.0", "01a888b0f5f1f382ab52e4396f01831cbe8486ea5828604c90f4dac533d39a4b", [:mix], [{:mogrify, "~> 0.8.0", [hex: :mogrify, repo: "hexpm", optional: true]}], "hexpm", "19911a5dcbb0acb9710169a72f702bce6cb048822b12de566ccd82b2cc42b907"},
"bolt_sips": {:hex, :bolt_sips, "2.0.11", "a1cb78d8db4aba750f6771a9fd4a10b3300618b7b0433b12105c64d21d27b4ba", [:mix], [{:calendar, "~> 0.17.2", [hex: :calendar, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.4", [hex: :db_connection, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:poison, "~> 3.1", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm", "227a6669e14fa6d331738857b32b5cd022b4c13808e947ccfec8eccb8fedb0e5"},
"bones": {:git, "https://github.com/bonfire-networks/bones", "6c6bab2f3f90bbb80cfc1e570f704562e261f558", []},
"bonfire": {:git, "https://github.com/bonfire-networks/bonfire_spark", "bda64905a4315833749798c7d7aa933fe4c9c826", []},
"bonfire": {:git, "https://github.com/bonfire-networks/bonfire_spark", "e08134ffd414cc98059671fb7409bd81cb695b02", []},
"bonfire_api_graphql": {:git, "https://github.com/bonfire-networks/bonfire_api_graphql", "c90e782d0069e6dedb854f13a3c874cab69ded4c", []},
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "02ce9aac9b62cd89bd0202dc453dbdb886551aa7", []},
"bonfire_breadpub": {:git, "https://github.com/bonfire-networks/bonfire_breadpub", "0893813e2831dc18895ba4f3c6e5a2d38481f9b8", []},
Expand Down Expand Up @@ -66,13 +66,13 @@
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "3b3dc15c0f01161ba59717c257980e934695a1d6", []},
"bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "482711e3ad8d62631b326cdd987987624a6db82d", []},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "6bdd32209b3152ae995df7c5912288fc29e8f9c4", []},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "b63b02bccb6ff0e77a0137d9defef302064eec81", []},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "eb1667044e2a2f6de09cc94bcc8d73c62c9f5642", []},
"bonfire_ui_messages": {:git, "https://github.com/bonfire-networks/bonfire_ui_messages", "61dda127d70014346e2e3376e320a1d85a9bf613", []},
"bonfire_ui_moderation": {:git, "https://github.com/bonfire-networks/bonfire_ui_moderation", "7344dbea109a2c5504c4e7ae478c9bf715c32734", []},
"bonfire_ui_posts": {:git, "https://github.com/bonfire-networks/bonfire_ui_posts", "a23d6cfdfaf075f9f641eb37e1283dc463d36cdf", []},
"bonfire_ui_reactions": {:git, "https://github.com/bonfire-networks/bonfire_ui_reactions", "4df3675a5ecdb899fa3d3f61f7b9ef08f1eb5c2e", []},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "970195ec8066da83a37be4fd00a228e8b55dc7be", []},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "77c529241989ab919d9276a4a40c7e7ecac507b3", []},
"bonfire_ui_social": {:git, "https://github.com/bonfire-networks/bonfire_ui_social", "73c46fc35803cf456e6769427ab71a14f97ff8cb", []},
"bonfire_ui_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_ui_social_graph", "efe5d3ce390555981dfcd58f7050cfda2de8a122", []},
"bonfire_ui_topics": {:git, "https://github.com/bonfire-networks/bonfire_ui_topics", "b2de5f046411ee02afe9c8be686b253d5d2b4ca1", []},
"bonfire_ui_valueflows": {:git, "https://github.com/bonfire-networks/bonfire_ui_valueflows", "ed73041a7512fceb4eec7b5b6b58d91304d9b2e6", []},
Expand Down

0 comments on commit 3c9e405

Please sign in to comment.