Version Packages (#151)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-22 11:23:41 +01:00
committed by GitHub
parent 16254951ba
commit 7ba9704af2
5 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@formbricks/react": minor
---
First release with Text, Textarea, Submit, simple validation and schema support

View File

@@ -0,0 +1,8 @@
# @formbricks/database
## 1.0.2
### Patch Changes
- Updated dependencies [1625495]
- @formbricks/react@0.1.0

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/database",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"license": "MIT",
"main": "./dist/index.js",

View File

@@ -0,0 +1,7 @@
# @formbricks/react
## 0.1.0
### Minor Changes
- 1625495: First release with Text, Textarea, Submit, simple validation and schema support

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/react",
"version": "0.0.9",
"version": "0.1.0",
"author": "Formbricks <hola@formbricks.com>",
"description": "Building React forms has never been quicker.",
"homepage": "https://formbricks.com",