mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-13 01:58:40 -05:00
Release formbricks-js 1.0.1 (#625)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3d0d633bc8
commit
fc0feda5e9
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@formbricks/js": patch
|
||||
---
|
||||
|
||||
Fix new Session event not triggered every time a new session is created
|
||||
8
apps/web/CHANGELOG.md
Normal file
8
apps/web/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# @formbricks/web
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3d0d633b]
|
||||
- @formbricks/js@1.0.1
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@formbricks/web",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"clean": "rimraf .turbo node_modules .next",
|
||||
|
||||
7
packages/js/CHANGELOG.md
Normal file
7
packages/js/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @formbricks/js
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3d0d633b: Fix new Session event not triggered every time a new session is created
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@formbricks/js",
|
||||
"license": "MIT",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",
|
||||
"keywords": [
|
||||
"Formbricks",
|
||||
|
||||
Reference in New Issue
Block a user