Skip to content

Commit

Permalink
upj
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkblansh committed Jan 10, 2024
1 parent 658b4db commit 9984741
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Get package version
id: package-version
uses: koj-co/package-version-action@v1.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: nyaa8/package-version@v1
# with:
# path: '../../package.json' # Optional
# follow-symlinks: 'false' # Optional

- name: Bump version and push tag
uses: laputansoft/github-tag-action@v4.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.package-version.outcome.package-version }}
tag: ${{ env.PACKAGE_VERSION }}
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.10

### Patch Changes

- qwe

## 2.0.9

### 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.9",
"version": "2.0.10",
"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 = 6787687689879879879879000
const y = 678768768987987987987955555

export function createWideHook<
State,
Expand Down

0 comments on commit 9984741

Please sign in to comment.