Skip to content

Commit

Permalink
testupd
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkblansh committed Jan 15, 2024
1 parent da44e6f commit 3e9e9a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# widehook

## 2.0.11

### Patch Changes

- qqqqqqqqqqqqqq

## 2.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "widehook",
"version": "2.0.10",
"version": "2.0.11",
"description": "One state use wide",
"license": "MIT",
"main": "./lib/widehook.js",
Expand Down
2 changes: 1 addition & 1 deletion src/createWideHook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { ActionCallback, Scope } from './types/ActionCallback'
import { capitalize } from './utils/capitalize'
import type { ExtraSettings } from './types/ExtraSettings'

const y = 678768768987987987987955555
const y = 67876876898798798798795555578979879

export function createWideHook<
State,
Expand Down

0 comments on commit 3e9e9a5

Please sign in to comment.