mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 02:43:06 -05:00
Version Packages (#147)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98a79127d9
commit
1abd4352ce
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@formbricks/react": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
add simple validation, add minLength & maxLength to Text & Textarea
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# @formbricks/database
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [933be01]
|
||||||
|
- @formbricks/react@0.0.3
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@formbricks/database",
|
"name": "@formbricks/database",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# @formbricks/react
|
||||||
|
|
||||||
|
## 0.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 933be01: add simple validation, add minLength & maxLength to Text & Textarea
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@formbricks/react",
|
"name": "@formbricks/react",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"author": "Formbricks <hola@formbricks.com>",
|
"author": "Formbricks <hola@formbricks.com>",
|
||||||
"description": "Building React forms has never been quicker.",
|
"description": "Building React forms has never been quicker.",
|
||||||
"homepage": "https://formbricks.com",
|
"homepage": "https://formbricks.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user