We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8844c64 commit 69d3ff9Copy full SHA for 69d3ff9
2 files changed
.github/workflows/publish-release.yml
@@ -60,6 +60,6 @@ jobs:
60
61
- name: Publish the dist folder to npm
62
working-directory: packages/react-dialog-async
63
- run: npm publish --tag beta
+ run: npm publish
64
env:
65
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
packages/react-dialog-async/package.json
@@ -2,7 +2,7 @@
2
"name": "react-dialog-async",
3
"description": "Ergonomic & performant dialog hooks for React & React Native",
4
"type": "module",
5
- "version": "3.0.0-beta.2",
+ "version": "3.0.0",
6
"sideEffects": false,
7
"main": "./dist/index.cjs",
8
"module": "./dist/index.js",
0 commit comments