Skip to content

Commit

Permalink
chore: changeset version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Dec 9, 2023
1 parent a46641c commit d31008d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/util-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/utils

## 0.6.4

### Patch Changes

- fix utils p-pipe import esm error

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/utils",
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-use/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hairy/vue-use

## 1.2.4

### Patch Changes

- Updated dependencies
- @hairy/utils@0.6.4

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-use/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/vueuse",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit d31008d

Please sign in to comment.