Skip to content

Commit

Permalink
Merge pull request #96 from locoworks/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ShreyDhyani authored Oct 30, 2023
2 parents 9b436e2 + ea84d98 commit 175024b
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .changeset/silent-fireants-sparkle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/thin-moons-dance.md

This file was deleted.

12 changes: 12 additions & 0 deletions components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @locoworks/reusejs-react-date-picker

## 1.0.0

### Major Changes

- 32feb02: Created 3 Components inside DatePicker Component-

1. Calendar which includes all the calendar related UI
2. SingleDatePicker which includes using dayzed and passing props to Calendar
3. HeadlessDatePicker which is a custom UI for date input and followed.
There also is a useDateHelpers hook being used which extracts the date helper function (isValid) to be used inside DatePicker.
2 changes: 1 addition & 1 deletion components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locoworks/reusejs-react-date-picker",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions toolkit/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @locoworks/reusejs-toolkit-react-hooks

## 1.0.0

### Major Changes

- 32feb02: This include a use-date-helper Hook

- Added the convertGMTDateToTimezone function to convert GMT dates to a specified timezone.
- Introduced the isValidDate function to validate date strings against a specified format.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion toolkit/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locoworks/reusejs-toolkit-react-hooks",
"version": "0.5.1",
"version": "1.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 175024b

Please sign in to comment.