nicolasblanco / shopix

Shopix : an Elixir & Phoenix e-commerce platform
MIT License
196 stars 26 forks source link

Bump money from 1.4.0 to 1.5.1 #51

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps money from 1.4.0 to 1.5.1.

Release notes *Sourced from [money's releases](https://github.com/elixirmoney/money/releases).* > ## v1.5.1 > See the [CHANGELOG](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md#151) > > ## v1.5.0 > See the [CHANGELOG](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md#150)
Changelog *Sourced from [money's changelog](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md).* > ## 1.5.1 > > ### 🐛Bug Fixes > - Fix Money.Ecto.Type casting > > ## 1.5.0 > > ### 🚀Enhancements > - Allow adding custom currencies [#108](https://github-redirect.dependabot.com/elixirmoney/money/issues/108) > - Configure custom_currencies at runtime rather than compile time [#111](https://github-redirect.dependabot.com/elixirmoney/money/issues/111) > - Add Philippine Piso sign [#104](https://github-redirect.dependabot.com/elixirmoney/money/issues/104) > - Add support to cast from atom-keyed maps [#110](https://github-redirect.dependabot.com/elixirmoney/money/issues/110) > - Fix readme typos in usage subtract and divide typos [#109](https://github-redirect.dependabot.com/elixirmoney/money/issues/109) > - Add dializer and fix warnings > > ### 🐛Bug Fixes > - Fix typos with Money.Ecto.Map.Type docs [#105](https://github-redirect.dependabot.com/elixirmoney/money/issues/105)
Commits - [`c603ebb`](https://github.com/elixirmoney/money/commit/c603ebb2d295efc5f4005722f29cd4891e52e890) Release v1.5.1 - [`7948d5c`](https://github.com/elixirmoney/money/commit/7948d5cbaecee1add3fb356e5a41a1a5978a1b36) Fix Money.Ecto.Type casting - [`4a7db1e`](https://github.com/elixirmoney/money/commit/4a7db1ee03bca940b8ede8f2d2e80f40d4f21258) Release v1.5.0 🎉 - [`99b6359`](https://github.com/elixirmoney/money/commit/99b63590a437dd31b4319042a45da33af709f6b5) Add dializer and fix warnings - [`3fda81d`](https://github.com/elixirmoney/money/commit/3fda81d84ec4aadbc011344cb5a8990a02b7ad30) Fix readme usage typo [#109](https://github-redirect.dependabot.com/elixirmoney/money/issues/109) - [`118ad3c`](https://github.com/elixirmoney/money/commit/118ad3c4549593966cfe619b4db2898858b41af1) Remove warnings - [`03d5ac2`](https://github.com/elixirmoney/money/commit/03d5ac2e1cf9c2700b5985858f648170aadd2fd5) Update changelog - [`144dc4d`](https://github.com/elixirmoney/money/commit/144dc4df7ab21f215a585fe4173adfd8ef423516) Configure custom_currencies at runtime rather than compile time ([#111](https://github-redirect.dependabot.com/elixirmoney/money/issues/111)) - [`63931d5`](https://github.com/elixirmoney/money/commit/63931d51390ed55afb490cb3fb8dc787bf103c7d) Accept atom maps on cast ([#110](https://github-redirect.dependabot.com/elixirmoney/money/issues/110)) - [`51bc234`](https://github.com/elixirmoney/money/commit/51bc234c61308452d59245048bfdb2a21d143d25) Allowing adding custom currencies ([#108](https://github-redirect.dependabot.com/elixirmoney/money/issues/108)) - Additional commits viewable in [compare view](https://github.com/elixirmoney/money/compare/v1.4.0...v1.5.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #53.