Skip to content

Commit 69d3ff9

Browse files
committed
V3 Release
1 parent 8844c64 commit 69d3ff9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
- name: Publish the dist folder to npm
6262
working-directory: packages/react-dialog-async
63-
run: npm publish --tag beta
63+
run: npm publish
6464
env:
6565
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/react-dialog-async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-dialog-async",
33
"description": "Ergonomic & performant dialog hooks for React & React Native",
44
"type": "module",
5-
"version": "3.0.0-beta.2",
5+
"version": "3.0.0",
66
"sideEffects": false,
77
"main": "./dist/index.cjs",
88
"module": "./dist/index.js",

0 commit comments

Comments
 (0)