Skip to content

Commit e9cbd5a

Browse files
Bump v3.0.0
1 parent 7ea3302 commit e9cbd5a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
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
@@ -25,8 +25,8 @@ jobs:
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
@@ -38,8 +38,8 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v3.0.0 - 2026-02-19
44

55
### Breaking
66
- Update for liveview > 1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The package can be installed by adding `bitstyles_phoenix` to your list of depen
1919
```elixir
2020
def deps do
2121
[
22-
{:bitstyles_phoenix, "~> 2.5"}
22+
{:bitstyles_phoenix, "~> 3.0"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)