Version Packages (#116)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-18 12:33:50 +02:00
committed by GitHub
parent 28b6410dbb
commit 4e5b03e62d
5 changed files with 17 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"@snoopforms/react": patch
---
Move react library to monorepo

8
apps/web/CHANGELOG.md Normal file
View File

@@ -0,0 +1,8 @@
# web
## 1.0.1
### Patch Changes
- Updated dependencies [28b6410]
- @snoopforms/react@0.3.6

View File

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",

View File

@@ -0,0 +1,7 @@
# @snoopforms/react
## 0.3.6
### Patch Changes
- 28b6410: Move react library to monorepo

View File

@@ -1,5 +1,5 @@
{
"version": "0.3.5",
"version": "0.3.6",
"name": "@snoopforms/react",
"author": "snoopForms <hola@snoopforms.com>",
"description": "React library with form- & survey-elements for the snoopForms platform",