Skip to content

Commit

Permalink
Version Packages (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 10, 2022
1 parent b51078d commit c9f6d71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/seven-buckets-draw.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-use-clipboard

## 1.0.9

### Patch Changes

- b51078d: Rename the default export function to `useClipboard` instead of `useCopyClipboard` for consistency with the package name.

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-use-clipboard",
"description": "React hook that provides copy to clipboard functionality.",
"version": "1.0.8",
"version": "1.0.9",
"author": "Daniel O'Connor <[email protected]>",
"license": "MIT",
"source": "./src/index.tsx",
Expand Down

0 comments on commit c9f6d71

Please sign in to comment.