Current section

48 Versions

Jump to

Compare versions

6 files changed
+10 additions
-5 deletions
  @@ -1,5 +1,10 @@
1 1 # Changelog
2 2
3 + ## 0.1.6
4 +
5 + Updated:
6 + - `oticon` icons
7 +
3 8 ## 0.1.5
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.5">>}.
41 + {<<"version">>,<<"0.1.6">>}.
unknownlib/octicons.ex
File is too large to be displayed (100 KB limit).
  @@ -16,13 +16,13 @@ defmodule PrimerLive do
16 16 ## Versioning
17 17
18 18 Dependencies:
19 - - [primer-live (npm)](https://www.npmjs.com/package/primer-live): `0.1.18`
19 + - [primer-live (npm)](https://www.npmjs.com/package/primer-live)
20 20 - Includes:
21 21 - [@primer/css](https://www.npmjs.com/package/@primer/css)
22 22 - [dialogic-js](https://www.npmjs.com/package/dialogic-js)
23 23
24 24 Included libraries:
25 - - [Octicons](https://primer.style/octicons/): `17.9.0`
25 + - [Octicons](https://primer.style/octicons/): `17.10.0`
26 26
27 27
28 28 ## Installation
  @@ -4,7 +4,7 @@ defmodule PrimerLive.MixProject do
4 4 def project do
5 5 [
6 6 app: :primer_live,
7 - version: "0.1.5",
7 + version: "0.1.6",
8 8 elixir: "~> 1.13",
9 9 homepage_url: "https://github.com/ArthurClemens/primer_live",
10 10 description: description(),
Loading more files…