Version Packages (#147)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-11-16 11:01:40 +01:00
committed by GitHub
parent 98a79127d9
commit 1abd4352ce
5 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@formbricks/react": patch
---
add simple validation, add minLength & maxLength to Text & Textarea

View File

@@ -0,0 +1,8 @@
# @formbricks/database
## 1.0.1
### Patch Changes
- Updated dependencies [933be01]
- @formbricks/react@0.0.3

View File

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

View File

@@ -0,0 +1,7 @@
# @formbricks/react
## 0.0.3
### Patch Changes
- 933be01: add simple validation, add minLength & maxLength to Text & Textarea

View File

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