Skip to content

Commit

Permalink
Fix/include build files components (#42)
Browse files Browse the repository at this point in the history
* fix: include build files components package

* chore: pumped versions
  • Loading branch information
trinhthinh388 authored Jan 28, 2024
1 parent fe16bd5 commit c068315
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/nasty-panthers-type.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next"
},
"dependencies": {
"@react-awesome/components": "1.0.2",
"@react-awesome/components": "1.0.3",
"lucide-react": "^0.315.0",
"next": "^14.0.4",
"nextra": "^2.13.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import { useState } from 'react'
import {
PhoneInput,
PhoneInputChangeMetadata,
} from '@react-awesome/components'
import { PhoneInput, PhoneInputChangeMetadata } from '@react-awesome/components'

export const SupportCountryPhoneInput = () => {
const [value, setValue] = useState<PhoneInputChangeMetadata>({
Expand Down
8 changes: 8 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-awesome/components

## 1.0.3

### Patch Changes

- c2467d7: Bug Fixes:

- `@react-awesome/components` includes build files

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.0.3",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c068315

Please sign in to comment.