Skip to content

Commit 6c68fc1

Browse files
github-actions[bot]vinpogo
authored andcommitted
Version Packages
1 parent 2cd4bf9 commit 6c68fc1

8 files changed

Lines changed: 20 additions & 22 deletions

File tree

.changeset/breezy-hounds-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-doors-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strict-lights-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-loops-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vuebugger/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @vingy/vuebugger
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/vinpogo/vue-utils/pull/52) [`98dd281`](https://github.com/vinpogo/vue-utils/commit/98dd281d6634eea4a0c0e4c8ecdc5d71bcd97947) Thanks [@vinpogo](https://github.com/vinpogo)! - feat: @vingy/vuebugger can now be bundled for production builds
8+
9+
- [#52](https://github.com/vinpogo/vue-utils/pull/52) [`4077e4f`](https://github.com/vinpogo/vue-utils/commit/4077e4f7204c68c024e55e5f02ea6870b68930bc) Thanks [@vinpogo](https://github.com/vinpogo)! - feat: add possibility to disable debugging via options
10+
11+
### Patch Changes
12+
13+
- [#52](https://github.com/vinpogo/vue-utils/pull/52) [`c721a27`](https://github.com/vinpogo/vue-utils/commit/c721a2749e494eb216c3e12e4469b48321579764) Thanks [@vinpogo](https://github.com/vinpogo)! - fix: module level debug calls no longer leak on HMR
14+
315
## 0.3.4
416

517
### Patch Changes

packages/vuebugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vingy/vuebugger",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Vue devtools plugin to debug anything.",
55
"keywords": [
66
"composable",

packages/vueltip/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vingy/vueltip
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#52](https://github.com/vinpogo/vue-utils/pull/52) [`eb3f6fd`](https://github.com/vinpogo/vue-utils/commit/eb3f6fde71bd001d33c58d98569e9c85494f2046) Thanks [@vinpogo](https://github.com/vinpogo)! - feat: close tooltip on `Esc`
8+
39
## 2.1.1
410

511
### Patch Changes

packages/vueltip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vingy/vueltip",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Headless tooltip which only shows when necessary.",
55
"keywords": [
66
"composition-api",

0 commit comments

Comments
 (0)