Skip to content

Commit

Permalink
chore: update package release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Mao committed Jan 16, 2024
1 parent 3b50f2a commit 7deeebc
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/util-color/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/palette

## 0.3.7

### Patch Changes

- chore: update

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/palette",
"version": "0.3.6",
"version": "0.3.7",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
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.5

### Patch Changes

- chore: update

## 0.6.4

### 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.4",
"version": "0.6.5",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util-core/src/lang/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function objectToFormData(object: Record<string, string | File>) {
}

export function isFormData(value: any): value is FormData {
return isObject(value) && isBrowser && value instanceof FormData
return isObject(value) && isBrowser() && value instanceof FormData
}

export function isWindow(value: any): value is Window {
Expand Down
6 changes: 6 additions & 0 deletions packages/util-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/format

## 0.3.4

### Patch Changes

- chore: update

## 0.3.3

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

## 0.1.5

### Patch Changes

- chore: update

## 0.1.4

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

## 1.2.5

### Patch Changes

- chore: update
- Updated dependencies
- @hairy/utils@0.6.5

## 1.2.4

### 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.4",
"version": "1.2.5",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/vue-utils

## 1.3.5

### Patch Changes

- chore: update

## 1.3.4

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

## 0.2.4

### Patch Changes

- chore: update

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hairy/browser-utils",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/web-wechat-jssdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hairy/wechat-jssdk

## 1.2.6

### Patch Changes

- chore: update

## 1.2.5

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

0 comments on commit 7deeebc

Please sign in to comment.