Skip to content

Commit

Permalink
Beacon v0.3.1 (#695)
Browse files Browse the repository at this point in the history
* beacon v0.3.1

* auto format code

---------

Co-authored-by: APB9785 <APB9785@users.noreply.github.com>
  • Loading branch information
APB9785 and APB9785 authored Dec 10, 2024
1 parent ba5e3be commit 9341f31
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 79 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased
## 0.3.1 (2024-12-10)

### Fixes

- Avoid unloading imported dynamic Components modules without a replacement

## 0.3.0 (2024-12-05)

Expand Down
4 changes: 2 additions & 2 deletions assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beacon",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"repository": {},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Beacon.MixProject do
use Mix.Project

@version "0.3.0-dev"
@version "0.3.1"
@source_url "https://github.com/BeaconCMS/beacon"
@homepage_url "https://beaconcms.org"

Expand Down
Loading

0 comments on commit 9341f31

Please sign in to comment.