Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Jun 27, 2024
1 parent 9c00ddd commit 09ddd3d
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.82",
version: "0.9.10-beta.83",
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,9 +28,9 @@
"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", "35a60fcf2e38b8001442692b4246606c04cd7e72", []},
"bonfire": {:git, "https://github.com/bonfire-networks/bonfire_spark", "d2f4c105385d00e67dfa97dc068f5ef8e4cd2d15", []},
"bonfire": {:git, "https://github.com/bonfire-networks/bonfire_spark", "3db38e8d80f44b6b4cf68f9f71021cc8b22f1a6e", []},
"bonfire_api_graphql": {:git, "https://github.com/bonfire-networks/bonfire_api_graphql", "c90e782d0069e6dedb854f13a3c874cab69ded4c", []},
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "c371d177b220e7a583c4cb806c4cef4a4196cf93", []},
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "5a0bc7879d38c0a6287093f1e01f9d7cd3359cd9", []},
"bonfire_breadpub": {:git, "https://github.com/bonfire-networks/bonfire_breadpub", "0893813e2831dc18895ba4f3c6e5a2d38481f9b8", []},
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "0371df519a04465085e1cdb94e01de7561519668", []},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "21f271548932623520f73963cf3c390fa28e89b7", []},
Expand Down Expand Up @@ -62,7 +62,7 @@
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "9d3f8bcad3ce5a4b602aa0ed2fb75792acc03e0f", []},
"bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "3a83c8a855f090f418ab7c5fa6ff60e9a8ccdd75", []},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "5ff1d36cc7fb3916fe84ce13fbdc5fd0a87ea418", []},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "fecdde37bb79ce54dc7b49385001500602e6a4c3", []},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "bfc524c5e1b6657bbc6f135d72193536e0cd8e3f", []},
"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", []},
Expand Down

0 comments on commit 09ddd3d

Please sign in to comment.