Skip to content

Commit

Permalink
Merge pull request #159 from locoworks/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ShreyDhyani authored Jun 27, 2024
2 parents 1689554 + 0122fd6 commit 95e1edb
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .changeset/fresh-coins-happen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/modern-hotels-burn.md

This file was deleted.

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

## 1.0.0

### Major Changes

- 5e9f41a: HeadlessVideoRecorder:

- Added HeadlessVideoRecorder Component that provides headless video recording functionality.
- It accepts various props for customization and configuration.
- The component manages the recording state, handles video recording, and provides a customizable user interface.
- It uses the MediaRecorder API and allows customization of UI components for different states.
2 changes: 1 addition & 1 deletion components/video-recorder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@locoworks/reusejs-react-video-recorder",
"version": "0.0.0",
"version": "1.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/components/video-recorder/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

## 3.0.0

### Major Changes

- 5e9f41a: useTimer Hook:

- A custom React hook for managing and displaying timer values.
- To create and manage timers, making it easy to implement countdowns or time tracking features as used in HeadlessVideoRecorder.

## 2.1.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": "2.1.0",
"version": "3.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 95e1edb

Please sign in to comment.