Skip to content

Commit

Permalink
RELEASING: @codiume/[email protected] (#21)
Browse files Browse the repository at this point in the history
Releases:
  @codiume/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 7, 2024
1 parent 941486a commit 7be3093
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-months-perform.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 @@
# @codiume/hooks

## 0.0.4

### Patch Changes

- [`941486a`](https://github.com/codiume/hooks/commit/941486aaaae40a1dcf0c7be871db4c6ddf8e5268) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Fix changeset

## 0.0.3

### Patch Changes
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "@codiume/hooks",
"version": "0.0.3",
"version": "0.0.4",
"description": "A collection of reusable react hooks for state and UI management",
"homepage": "https://github.com/codiume/hooks.git",
"keywords": ["hooks", "library", "react", "react-hooks", "state"],
"keywords": [
"hooks",
"library",
"react",
"react-hooks",
"state"
],
"author": "MHD <[email protected]>",
"contributors": [
{
Expand All @@ -15,7 +21,9 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"import": {
Expand Down

0 comments on commit 7be3093

Please sign in to comment.