From 998474143a4d6d3cc1266eaec693d2b2e8b28bea Mon Sep 17 00:00:00 2001 From: Oleg Chepelev Date: Wed, 10 Jan 2024 14:50:04 +0000 Subject: [PATCH] upj --- .github/workflows/publish.yml | 11 +++++------ CHANGELOG.md | 6 ++++++ package.json | 2 +- src/createWideHook.ts | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94b8da8..835df9d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e68da..a79592a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # widehook +## 2.0.10 + +### Patch Changes + +- qwe + ## 2.0.9 ### Patch Changes diff --git a/package.json b/package.json index 89b533a..7db0468 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/createWideHook.ts b/src/createWideHook.ts index 21a4deb..5b5cd5c 100644 --- a/src/createWideHook.ts +++ b/src/createWideHook.ts @@ -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,