Current section
48 Versions
Jump to
Current section
48 Versions
Compare versions
3
files changed
+7
additions
-4
deletions
| @@ -1,5 +1,10 @@ | |
| 1 1 | # Changelog |
| 2 2 | |
| 3 | + ## 0.1.8 |
| 4 | + |
| 5 | + Updated: |
| 6 | + - Removed requirement for Elixir version |
| 7 | + |
| 3 8 | ## 0.1.7 |
| 4 9 | |
| 5 10 | Updated: |
| @@ -2,7 +2,6 @@ | |
| 2 2 | {<<"build_tools">>,[<<"mix">>]}. |
| 3 3 | {<<"description">>, |
| 4 4 | <<"A collection of function components that implements GitHub's Primer Design System.">>}. |
| 5 | - {<<"elixir">>,<<"~> 1.13">>}. |
| 6 5 | {<<"files">>, |
| 7 6 | [<<"lib">>,<<"lib/field_state.ex">>,<<"lib/component.ex">>, |
| 8 7 | <<"lib/primer_live.ex">>,<<"lib/helpers">>, |
| @@ -38,4 +37,4 @@ | |
| 38 37 | {<<"optional">>,false}, |
| 39 38 | {<<"repository">>,<<"hexpm">>}, |
| 40 39 | {<<"requirement">>,<<"~> 1.0">>}]]}. |
| 41 | - {<<"version">>,<<"0.1.7">>}. |
| 40 | + {<<"version">>,<<"0.1.8">>}. |
| @@ -4,8 +4,7 @@ defmodule PrimerLive.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :primer_live, |
| 7 | - version: "0.1.7", |
| 8 | - elixir: "~> 1.13", |
| 7 | + version: "0.1.8", |
| 9 8 | homepage_url: "https://github.com/ArthurClemens/primer_live", |
| 10 9 | description: description(), |
| 11 10 | package: package(), |