Skip to content

Commit 4e4b40a

Browse files
committed
release
1 parent b6fe441 commit 4e4b40a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ defmodule Bonfire.Umbrella.MixProject do
335335
# TODO: put these in ENV or an external writeable config file similar to deps.*
336336
@config [
337337
# note that the flavour will automatically be added where the dash appears
338-
version: "1.0.0-rc.3.21",
338+
version: "1.0.0-rc.3.22",
339339
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
340340
flavour: flavour,
341341
default_flavour: default_flavour,

mix.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"absinthe_relay": {:hex, :absinthe_relay, "1.5.2", "cfb8aed70f4e4c7718d3f1c212332d2ea728f17c7fc0f68f1e461f0f5f0c4b9a", [:mix], [{:absinthe, "~> 1.5.0 or ~> 1.6.0 or ~> 1.7.0", [hex: :absinthe, repo: "hexpm", optional: false]}, {:ecto, "~> 2.0 or ~> 3.0", [hex: :ecto, repo: "hexpm", optional: true]}], "hexpm", "0587ee913afa31512e1457a5064ee88427f8fe7bcfbeeecd41c71d9cff0b62b6"},
88
"acceptor_pool": {:hex, :acceptor_pool, "1.0.0", "43c20d2acae35f0c2bcd64f9d2bde267e459f0f3fd23dab26485bf518c281b21", [:rebar3], [], "hexpm", "0cbcd83fdc8b9ad2eee2067ef8b91a14858a5883cb7cd800e6fcd5803e158788"},
99
"accessible": {:hex, :accessible, "0.3.0", "932f6ade6ea839212fea1735ab4ffdc39a3843a622f2ea5d28f0ab41c14b4435", [:mix], [], "hexpm", "13a11b0611ab82f7b9098a88465b5674f729c02bd613216243c123c65f90f296"},
10-
"activity_pub": {:git, "https://github.com/bonfire-networks/activity_pub", "d0265e09d0d8c9bc5a4bd7b68569536830b81ab4", []},
10+
"activity_pub": {:git, "https://github.com/bonfire-networks/activity_pub", "57517ae392fde7bc1b959ec6cd1e168ce99749e2", []},
1111
"appsignal": {:hex, :appsignal, "2.15.11", "e6e5ac2dadfa7c239d54b5a65dcc22241059dbaecb69d675a381bcee1a985985", [:make, :mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:certifi, "~> 2.14", [hex: :certifi, repo: "hexpm", optional: false]}, {:decimal, "~> 2.0", [hex: :decimal, repo: "hexpm", optional: false]}, {:decorator, "~> 1.2.3 or ~> 1.3", [hex: :decorator, repo: "hexpm", optional: false]}, {:finch, "~> 0.19", [hex: :finch, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "5218b0816fcf71b3800157de1e76a49a75bca0622726ac5cb0fe3b79efb2b0c4"},
1212
"appsignal_phoenix": {:hex, :appsignal_phoenix, "2.7.0", "9284b4dfe40fb9a78ff371e8c7e9d3aa01bc46aa20fe3d31240bb7f9944cd728", [:mix], [{:appsignal, ">= 2.15.0 and < 3.0.0", [hex: :appsignal, repo: "hexpm", optional: false]}, {:appsignal_plug, ">= 2.1.0 and < 3.0.0", [hex: :appsignal_plug, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.4", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 2.11 or ~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}, {:phoenix_live_view, "~> 0.9 or ~> 1.0", [hex: :phoenix_live_view, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "b4df4ffce4c37e85a20e0e37e1a10e65b096f97608cec1dd5bd58dc365111a44"},
1313
"appsignal_plug": {:hex, :appsignal_plug, "2.1.1", "2fc3a32712eb6e559bab2aaef0369d4c832f3541393c5e4ceefe10088fe71d2f", [:mix], [{:appsignal, ">= 2.15.0 and < 3.0.0", [hex: :appsignal, repo: "hexpm", optional: false]}, {:plug, ">= 1.1.0", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "bbcaf3f888f019d088123c843583daf81dd97c8a9bd3cad0df7858a0a85e065d"},
@@ -35,7 +35,7 @@
3535
"bonfire_api_graphql": {:git, "https://github.com/bonfire-networks/bonfire_api_graphql", "75727b997ca820010541bc4e488762ccaccb5f91", []},
3636
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "ef582b71e14d7b0f93d854e97e18cb14627aef05", []},
3737
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "86d23fab2aad8d08618068237f3aa01231a67a3f", []},
38-
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "e504a2b6717047568558233539c6a865c32706a3", []},
38+
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "e5828ac02af466dea6ef1513eb023411ae5c5f41", []},
3939
"bonfire_data_access_control": {:git, "https://github.com/bonfire-networks/bonfire_data_access_control", "9994601d8256aaf3cd35aabdeded94f2366b84ea", []},
4040
"bonfire_data_activity_pub": {:git, "https://github.com/bonfire-networks/bonfire_data_activity_pub", "3cf9cc7db3fc229c6949ee3fb415aa5524633daa", []},
4141
"bonfire_data_assort": {:git, "https://github.com/bonfire-networks/bonfire_data_assort", "e3457b7048eb659c226a89142edaeb19f31fcb25", []},
@@ -51,7 +51,7 @@
5151
"bonfire_files": {:git, "https://github.com/bonfire-networks/bonfire_files", "1a04824271d805acd560baf012b1ad14df19533a", []},
5252
"bonfire_geolocate": {:git, "https://github.com/bonfire-networks/bonfire_geolocate", "a3a379f05d46a69617a3f9461a11312b7bc6bf26", []},
5353
"bonfire_invite_links": {:git, "https://github.com/bonfire-networks/bonfire_invite_links", "cdacf1f5938248f1193a2d29e9154e77f0d792ad", []},
54-
"bonfire_mailer": {:git, "https://github.com/bonfire-networks/bonfire_mailer", "cf51a9128eb98e5931cb847e21a6f6d46795a3ad", []},
54+
"bonfire_mailer": {:git, "https://github.com/bonfire-networks/bonfire_mailer", "7e422c097fb658e1f6d8572395740377a54644bf", []},
5555
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "ebb746f19b6b73197c9450c89091d26f7bf7b6f2", []},
5656
"bonfire_messages": {:git, "https://github.com/bonfire-networks/bonfire_messages", "892b0542139d2c1b14136056225c973ce27dd223", []},
5757
"bonfire_open_id": {:git, "https://github.com/bonfire-networks/bonfire_open_id", "97198a2a0fee32d5749cef801ec80d000806bbee", []},
@@ -60,7 +60,7 @@
6060
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "892feec0bf2957d937ef70898f50d3de1513b92d", []},
6161
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "90bb224b29aabc395a13268e3c6a531583cf5c94", []},
6262
"bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "6b50e508f32cb9fcc7f498b9b17673b7a191bb03", []},
63-
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "ac86151d10621f2ac3040095e5ddacb2409ba039", []},
63+
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "0e19805226b357739d785c10ee40f6ee88d738e0", []},
6464
"bonfire_ui_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_ui_boundaries", "040c89bd127abf8c2c701874eee0d7873f61ee3e", []},
6565
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "e0a21ea25c43d62c2d5e58837fa74183a794c82b", []},
6666
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "51bca3533f42c1ca2d57d7b44b782f5d5bb8530a", []},

0 commit comments

Comments
 (0)