Current section
48 Versions
Jump to
Current section
48 Versions
Compare versions
5
files changed
+8
additions
-3
deletions
| @@ -1,5 +1,10 @@ | |
| 1 1 | # Changelog |
| 2 2 | |
| 3 | + ## 0.1.4 |
| 4 | + |
| 5 | + Bug fix: |
| 6 | + - Improve `action_menu` on mobile |
| 7 | + |
| 3 8 | ## 0.1.3 |
| 4 9 | |
| 5 10 | Added: |
| @@ -38,4 +38,4 @@ | |
| 38 38 | {<<"optional">>,false}, |
| 39 39 | {<<"repository">>,<<"hexpm">>}, |
| 40 40 | {<<"requirement">>,<<"~> 1.0">>}]]}. |
| 41 | - {<<"version">>,<<"0.1.3">>}. |
| 41 | + {<<"version">>,<<"0.1.4">>}. |
unknownlib/component.ex
File is too large to be displayed (100 KB limit).
| @@ -16,7 +16,7 @@ defmodule PrimerLive do | |
| 16 16 | ## Versioning |
| 17 17 | |
| 18 18 | Dependencies: |
| 19 | - - [primer-live (npm)](https://www.npmjs.com/package/primer-live): `0.1.13` |
| 19 | + - [primer-live (npm)](https://www.npmjs.com/package/primer-live): `0.1.14` |
| 20 20 | - Includes: |
| 21 21 | - [@primer/css](https://www.npmjs.com/package/@primer/css): `20.5.1` |
| 22 22 | - [dialogic-js](https://www.npmjs.com/package/dialogic-js): `0.2.8` |
| @@ -4,7 +4,7 @@ defmodule PrimerLive.MixProject do | |
| 4 4 | def project do |
| 5 5 | [ |
| 6 6 | app: :primer_live, |
| 7 | - version: "0.1.3", |
| 7 | + version: "0.1.4", |
| 8 8 | elixir: "~> 1.13", |
| 9 9 | homepage_url: "https://github.com/ArthurClemens/primer_live", |
| 10 10 | description: description(), |