Skip to content

Commit

Permalink
RELEASING: Releasing 1 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @codiume/[email protected]

[skip ci]
  • Loading branch information
github-actions[bot] committed Aug 12, 2024
1 parent 50ccec2 commit 0dc5acc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-items-rhyme.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.7

### Patch Changes

- [#26](https://github.com/codiume/hooks/pull/26) [`50ccec2`](https://github.com/codiume/hooks/commit/50ccec2cb5b6640bbc8ea440f0c1724921548ac2) Thanks [@the-dijkstra](https://github.com/the-dijkstra)! - Add [use-singleton] hook

## 0.0.6

### 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.6",
"version": "0.0.7",
"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 0dc5acc

Please sign in to comment.