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.6.1 #55

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps money from 1.4.0 to 1.6.1.

Release notes *Sourced from [money's releases](https://github.com/elixirmoney/money/releases).* > ## v1.6.1 > See the [CHANGELOG](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md#160) > > ## v1.6.0 > See the [CHANGELOG](https://github.com/elixirmoney/money/blob/master/CHANGELOG.md#160) > > ## 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.6.1 > > ### 🐛Bug Fixes > > - Revert Money.Ecto.Amount.Type casting to integer. This behavior leads to the fact that the structures after casting and loading from the database are different. Details [#116](https://github-redirect.dependabot.com/elixirmoney/money/issues/116) > > ## 1.6.0 > > ### 🚀Enhancements > > - Strip insignificant zeros [#76](https://github-redirect.dependabot.com/elixirmoney/money/issues/76) > - Check for the new using block for Ecto.Type in Ecto 3.2 [#112](https://github-redirect.dependabot.com/elixirmoney/money/issues/112) > - Fix delimeter typo [#113](https://github-redirect.dependabot.com/elixirmoney/money/issues/113) > - Money.Ecto.Amount.Type now casting to integer [#114](https://github-redirect.dependabot.com/elixirmoney/money/issues/114) > > ## 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 - [`8b552b1`](https://github.com/elixirmoney/money/commit/8b552b150b4d0ad774f9687d2b52d5b136bae6b5) Release v1.6.1 - [`42e5437`](https://github.com/elixirmoney/money/commit/42e5437dc1020eb87ca09d2e0a9ae56e7ebb55bd) Revert Money.Ecto.Amount.Type casting to integer ([#119](https://github-redirect.dependabot.com/elixirmoney/money/issues/119)) - [`328d8ab`](https://github.com/elixirmoney/money/commit/328d8ab1df10c798fdb69a10fff2ecca295ee395) Release v1.6.0 - [`676d9ae`](https://github.com/elixirmoney/money/commit/676d9aeb0e5286b67fc8e083e4a527f8d8c1c8c2) Update changelog - [`1c1f948`](https://github.com/elixirmoney/money/commit/1c1f94849d351cc1eaa0368128788fc6aac78983) Feature/strip insignificant zeros ([#76](https://github-redirect.dependabot.com/elixirmoney/money/issues/76)) - [`4e633b5`](https://github.com/elixirmoney/money/commit/4e633b590fc42b2d110996dbfa1dda8c66036ab9) Money.Ecto.Amount.Type cast to integer ([#114](https://github-redirect.dependabot.com/elixirmoney/money/issues/114)) - [`3ef00b6`](https://github.com/elixirmoney/money/commit/3ef00b6e3d4757113a5c56bec46c768b9ba257ba) Fix typo in delimiter parameter ([#113](https://github-redirect.dependabot.com/elixirmoney/money/issues/113)) - [`709c01e`](https://github.com/elixirmoney/money/commit/709c01e4ee0a228a54d3c0956cfa0762adb0b216) Update changelog - [`d17ee40`](https://github.com/elixirmoney/money/commit/d17ee40607c4b5e2a487ed75cae045753b28ec33) Check for the new using block for Ecto.Type in Ecto 3.2 ([#112](https://github-redirect.dependabot.com/elixirmoney/money/issues/112)) - [`c603ebb`](https://github.com/elixirmoney/money/commit/c603ebb2d295efc5f4005722f29cd4891e52e890) Release v1.5.1 - Additional commits viewable in [compare view](https://github.com/elixirmoney/money/compare/v1.4.0...v1.6.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)
dependabot-preview[bot] commented 4 years ago

Superseded by #77.