Skip to content

Commit

Permalink
Merge branch 'v0.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Sep 21, 2024
2 parents a46e29f + 6e2218a commit 87ac1ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

### Breaking Changes
* Renamed component `.icon` to `.heroicon` to make it explicit that it's rendering Heroicons and also to avoid future conflicts
Expand Down
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.1",
"version": "0.1.0-rc.2",
"license": "MIT",
"repository": {},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions guides/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Note that Beacon supports Umbrella applications as well.
7. Add `:beacon` and `:beacon_live_admin` dependencies to `mix.exs`

```diff
+ {:beacon, "~> 0.1.0-rc.1", override: true},
+ {:beacon_live_admin, "~> 0.1.0-rc.1"},
+ {:beacon, "~> 0.1.0-rc.2", override: true},
+ {:beacon_live_admin, "~> 0.1.0"},
```

8. Add `:beacon` and `:beacon_live_admin` into `:import_deps` in file `.formatter.exs`
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-dev"
@version "0.1.0-rc.2"
@source_url "https://github.com/BeaconCMS/beacon"
@homepage_url "https://beaconcms.org"

Expand Down

0 comments on commit 87ac1ec

Please sign in to comment.