We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317cad3 commit 71870b7Copy full SHA for 71870b7
.github/workflows/publish.yaml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/setup-node@v3
12
with:
13
node-version: "18.x"
14
+ registry-url: "https://registry.npmjs.org"
15
- name: Check version consistency
16
run: |
17
PKG_VERSION=$(npm version --json | jq -r '.["@react-hook-observability/hooks"]')
packages/hooks/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@react-hook-observability/hooks",
3
- "version": "0.1.13",
+ "version": "0.1.14",
4
"description": "provides Observability as React Hooks in React.",
5
"main": "dist/index.js",
6
"private": false,
0 commit comments