mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06: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
|
||||
8
packages/database/CHANGELOG.md
Normal file
8
packages/database/CHANGELOG.md
Normal file
@@ -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",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
7
packages/react/CHANGELOG.md
Normal file
7
packages/react/CHANGELOG.md
Normal file
@@ -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",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user