Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/js-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ concurrency:

jobs:
run-checks-and-tests:
uses: hemilabs/.github/.github/workflows/js-checks-pnpm.yml@e9f85a5eb81dda87d4c046eda82e45822bc1ee32
uses: hemilabs/.github/.github/workflows/js-checks-pnpm.yml@c0d930f1959633dd7dc1203d95ec6634dbaf9a34 #v1.2.0
with:
node-versions: '["20", "22", "24"]'
node-versions: '["22", "24"]'
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
contents: read
id-token: write
uses: hemilabs/.github/.github/workflows/npm-publish.yml@e9f85a5eb81dda87d4c046eda82e45822bc1ee32
uses: hemilabs/.github/.github/workflows/npm-publish.yml@c0d930f1959633dd7dc1203d95ec6634dbaf9a34 #v1.2.0
with:
package-manager: "pnpm"
secrets: inherit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hemilabs/react-hooks",
"version": "1.5.0",
"version": "1.6.0",
"description": "Set of reusable hooks for Hemilabs apps with React and Typescript",
"keywords": [
"hemilabs",
Expand Down
Loading
Loading