Skip to content

Commit

Permalink
0.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Oct 16, 2024
1 parent 48d4ab3 commit 195e079
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 0.1.0-dev

## 0.1.0-rc.2 (2024-09-20)

### Breaking Changes
Expand All @@ -8,7 +10,7 @@
* Default `:sort` option value in `Content.list_pages/2` changed from `:title` to `:path`

### Fixes
* [Components] Bring back the `.icon` (heroicon) component using https://hex.pm/packages/heroicons instead of Tailwind config that depends on the fs module that's not available
* [Components] Bring back the `.icon` (heroicon) component using https://hex.pm/packages/heroicons instead of a Tailwind plugin that depends on the unavailable `fs` API
* [Media Library] Guard against invalid values for `:sort` option in `MediaLibrary.list_assets/2`
* [Content] Guard against invalid values for `:sort` option in `Content.list_layouts/2`
* [Content] Guard against invalid values for `:sort` option in `Content.list_pages/2`
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.1.0-rc.2",
"version": "0.1.0-dev",
"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.1.0-rc.2"
@version "0.1.0-dev"
@source_url "https://github.com/BeaconCMS/beacon"
@homepage_url "https://beaconcms.org"

Expand Down

0 comments on commit 195e079

Please sign in to comment.