Skip to content

Commit

Permalink
chore: release (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhthinh388 authored Jan 27, 2024
1 parent 738b2cf commit 1997c8d
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"linked": [],
"access": "public",
"updateInternalDependencies": "patch",
"ignore": ["@react-awesome/docs"]
"ignore": [
"@react-awesome/docs",
"@react-awesome/tsconfig",
"@react-awesome/eslint"
]
}
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next"
},
"dependencies": {
"@react-awesome/hooks": "0.0.0",
"@react-awesome/phone-input": "1.0.0",
"@react-awesome/hooks": "0.0.1",
"@react-awesome/phone-input": "1.0.1",
"lucide-react": "^0.315.0",
"next": "^14.0.4",
"nextra": "^2.13.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @react-awesome/components

## 1.0.1

### Patch Changes

- Bug fixes:

- `useSelectionRange` - track selection range change when using mouse.

- Updated dependencies
- @react-awesome/hooks@0.0.1
- @react-awesome/phone-input@1.0.1

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-awesome/components",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@react-awesome/hooks": "0.0.0",
"@react-awesome/phone-input": "1.0.0"
"@react-awesome/hooks": "0.0.1",
"@react-awesome/phone-input": "1.0.1"
}
}
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-awesome/hooks

## 0.0.1

### Patch Changes

- Bug fixes:

- `useSelectionRange` - track selection range change when using mouse.

## 0.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-awesome/hooks",
"version": "0.0.0",
"version": "0.0.1",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/phone-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-awesome/phone-input

## 1.0.1

### Patch Changes

- Bug fixes:

- `useSelectionRange` - track selection range change when using mouse.

- Updated dependencies
- @react-awesome/hooks@0.0.1

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/phone-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-awesome/phone-input",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -39,6 +39,6 @@
"libphonenumber-js": "^1.10.53"
},
"peerDependencies": {
"@react-awesome/hooks": "0.0.0"
"@react-awesome/hooks": "0.0.1"
}
}

0 comments on commit 1997c8d

Please sign in to comment.