diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml index dd2ff3e..fc2fdd5 100644 --- a/.github/workflows/npm-publish-github-packages.yml +++ b/.github/workflows/npm-publish-github-packages.yml @@ -32,7 +32,7 @@ jobs: always-auth: true node-version: "16.x" registry-url: https://registry.npmjs.org - scope: "@alexanderkhivrych" + scope: "@alexander.khivrych" - run: npm ci - run: npm publish env: diff --git a/package-lock.json b/package-lock.json index 399de96..68846ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "use-modal-hook", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff73c66..124a355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-modal-hook", - "version": "4.0.0", + "version": "2.0.0", "description": "use-modal-hook", "main": "dist/index.js", "scripts": {