-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc8c090
commit 892483a
Showing
10 changed files
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-qrcode", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"type": "module", | ||
"description": "🤳 A Vue component for QR code generation with `qrcode`", | ||
"repository": "[email protected]:rx-ts/vue.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-qrious", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"type": "module", | ||
"description": "🤳 A Vue component for QR code generation with qrious", | ||
"repository": "[email protected]:rx-ts/vue.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# Change Log | ||
|
||
## 0.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#174](https://github.com/rx-ts/vue/pull/174) [`53ebd70`](https://github.com/rx-ts/vue/commit/53ebd70cd91e9158be6c7f9ce93f5200faf94f3c) Thanks [@JounQin](https://github.com/JounQin)! - feat: add new `vue-resizor` package, it just works | ||
|
||
### Patch Changes | ||
|
||
- [#176](https://github.com/rx-ts/vue/pull/176) [`0f83439`](https://github.com/rx-ts/vue/commit/0f8343946363bf59bdc10277f28e442d4478fca2) Thanks [@JounQin](https://github.com/JounQin)! - feat: add esm entries so that no jsx transformation required | ||
|
||
- [#177](https://github.com/rx-ts/vue/pull/177) [`fc8c090`](https://github.com/rx-ts/vue/commit/fc8c09089ac527f44482615fa6764f7af2fe6c7c) Thanks [@JounQin](https://github.com/JounQin)! - fix: require `parent` prop when `hackingContainer` unavailable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-resizor", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"type": "module", | ||
"description": "🖱 A Vue component for resizing with dragging", | ||
"repository": "[email protected]:rx-ts/vue.git", | ||
|