-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Upgrading to v0.1.0 | ||
|
||
## Bump your deps | ||
|
||
Update Beacon to v0.1.x | ||
|
||
```elixir | ||
[ | ||
{:beacon, "~> 0.1.0"} | ||
] | ||
``` | ||
|
||
Note that a more relaxed version like `~> 0.1` or `>= 0.0.0` would install the version `1.1.0` which is not the Beacon CSM project, | ||
ie: you have to install a version that is less than `1.0.0`. | ||
|
||
Remember to keep the option `override: true` if running BeaconLiveAdmin in the same project. | ||
|
||
## Update sites config | ||
|
||
Replace the option `:skip_boot?` with `:mode` if you were using it (most sites don't need to set this option). | ||
|
||
## Update Elixir version | ||
|
||
Beacon v0.1.0 requires Elixir 1.14.0 or later, please update your tools if necessary. | ||
|
||
## Update mdex version (only if using `:mdex` directly) | ||
|
||
Update `:mdex` to `~> 0.2` in your `mix.exs` file, and replace any calls to `MDEx.to_html` with `MDEx.to_html/1`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters