Skip to content

Commit

Permalink
bumping to 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Oct 5, 2021
1 parent 40a74e2 commit b264656
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [3.20.1] / 2021-10-05

### Fix

- Fixing a problem with multiple components in a loop sharing the same config options. Issue [#49](https://github.com/jonathanpmartins/v-money3/issues/49)

## [3.20.0] / 2021-09-25

### New export
Expand Down Expand Up @@ -329,6 +335,7 @@ Fixing a problem with cursor position when deleting a digit.

- First Release with Vue 3 integration.

[3.20.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.20.0...v3.20.1
[3.20.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.19.1...v3.20.0
[3.19.1]: https://github.com/jonathanpmartins/v-money3/compare/v3.19.0...v3.19.1
[3.19.0]: https://github.com/jonathanpmartins/v-money3/compare/v3.18.0...v3.19.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ A console warn with more information will be shown!
Use it directly in the browser!

```html
<script src="https://unpkg.com/[email protected].0/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script>
```

Take a look at issue [#15](https://github.com/jonathanpmartins/v-money3/issues/15#issuecomment-830988807) and also this [codesandbox](https://codesandbox.io/s/mystifying-paper-bpfyn?file=/index.html) working example.
Expand Down
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Hello v-money3! Money Mask for Vue 3</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<script src="https://unpkg.com/[email protected]/dist/vue.global.js"></script>
<script src="https://unpkg.com/[email protected].0/dist/v-money3.umd.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/v-money3.umd.js"></script>
<script src="./src/main.js" type="module"></script>

<!-- <script src="./dist/v-money3.umd.js" type="module"></script>-->
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-money3",
"version": "3.20.0",
"version": "3.20.1",
"description": "Vue3 currency input/directive mask",
"main": "./dist/v-money3.umd.js",
"module": "./dist/v-money3.es.js",
Expand Down

0 comments on commit b264656

Please sign in to comment.