emoji-mart-vue
emoji-mart-vue copied to clipboard
Bump inflection from 1.13.1 to 1.13.2
Bumps inflection from 1.13.1 to 1.13.2.
Release notes
Sourced from inflection's releases.
1.13.2
What's Changed
- 🐛 fix drive(s) by
@ctcpip
in dreamerslab/node.inflection#84- fix: Modified inflect() method to allow floats by
@bijx
in dreamerslab/node.inflection#86New Contributors
@ctcpip
made their first contribution in dreamerslab/node.inflection#84@bijx
made their first contribution in dreamerslab/node.inflection#86Full Changelog: https://github.com/dreamerslab/node.inflection/compare/v1.13.1...v1.13.2
Changelog
Sourced from inflection's changelog.
1.13.2 / 2022-01-29
- [fix]
drives
singular form- [feat] allow
inflect
to use floats- [chore] upgrade packages
Commits
63db1f5
1.13.2d5cba22
docs: CHANGELOG for 1.13.2daf3a6d
chore: create minified versionf5fd3e2
chore: upgrade packages41058ee
Merge pull request #86 from bijx/bijx/inflect-float-improvement4be097f
fix: Modified inflect() method to allow floats so that decimal numbers betwee...0aaa8d7
Merge pull request #84 from ctcpip/drivesb6d5345
🐛 fix drive(s)- See full diff in compare view
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 rebase
Codecov Report
Merging #219 (515e603) into master (e4d2892) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #219 +/- ##
=======================================
Coverage 89.46% 89.46%
=======================================
Files 16 16
Lines 579 579
Branches 144 144
=======================================
Hits 518 518
Misses 55 55
Partials 6 6
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Superseded by #234.