File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v2
99 - uses : erlef/setup-beam@v1
1010 with :
11- otp-version : ' 25.1'
12- elixir-version : ' 1.14.5 '
11+ otp-version : " 25.1"
12+ elixir-version : " 1.16.3 "
1313 - run : mix deps.get
1414 - run : mix format --check-formatted
1515 - run : mix test
2525 - uses : actions/checkout@v2
2626 - uses : erlef/setup-beam@v1
2727 with :
28- otp-version : ' 25.1'
29- elixir-version : ' 1.14.5 '
28+ otp-version : " 25.1"
29+ elixir-version : " 1.16.3 "
3030 - run : mix deps.unlock --all
3131 - run : mix deps.get
3232 - run : mix test
3838 - uses : actions/checkout@v2
3939 - uses : erlef/setup-beam@v1
4040 with :
41- otp-version : ' 25.1'
42- elixir-version : ' 1.14.5 '
41+ otp-version : " 25.1"
42+ elixir-version : " 1.16.3 "
4343 - uses : actions/setup-node@v4
4444 with :
4545 node-version : 18
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v3.0.0 - 2026-02-19
44
55### Breaking
66- Update for liveview > 1.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The package can be installed by adding `bitstyles_phoenix` to your list of depen
1919``` elixir
2020def deps do
2121 [
22- {:bitstyles_phoenix , " ~> 2.5 " }
22+ {:bitstyles_phoenix , " ~> 3.0 " }
2323 ]
2424end
2525```
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ defmodule BitstylesPhoenix.MixProject do
44 def project do
55 [
66 app: :bitstyles_phoenix ,
7- version: "2.5.2 " ,
8- elixir: "~> 1.11 " ,
7+ version: "3.0.0 " ,
8+ elixir: "~> 1.15 " ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 start_permanent: Mix . env ( ) == :prod ,
1111 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments