chore(main): release dograh 1.7.1 (#73)

This commit is contained in:
Sabiha Khan 2025-12-01 11:34:14 +05:30 committed by GitHub
parent 713c35df64
commit 570168424a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.7.1"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [1.7.1](https://github.com/dograh-hq/dograh/compare/dograh-v1.7.0...dograh-v1.7.1) (2025-12-01)
### Bug Fixes
* fix pointer events on phone call dialog ([#70](https://github.com/dograh-hq/dograh/issues/70)) ([713c35d](https://github.com/dograh-hq/dograh/commit/713c35df649445721033e1a80f3d3d1b44933ac9))
## [1.7.0](https://github.com/dograh-hq/dograh/compare/dograh-v1.6.0...dograh-v1.7.0) (2025-11-29)

View file

@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--enable-source-maps' next dev --turbopack",