🔖 Release bot v0.0.4

This commit is contained in:
Baptiste Arnaud
2023-02-20 14:28:09 +01:00
parent fe7c85c788
commit bfd4c436a0
7 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "eslint-config-custom",
"version": "0.0.1",
"main": "index.js",
"dependencies": {
"eslint": "8.32.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@typebot.io/js",
"version": "0.0.3",
"version": "0.0.4",
"description": "Javascript library to display typebots on your website",
"type": "module",
"main": "dist/index.js",

View File

@@ -1,6 +1,6 @@
{
"name": "@typebot.io/react",
"version": "0.0.3",
"version": "0.0.4",
"description": "React library to display typebots on your website",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,3 +1,4 @@
{
"name": "tsconfig"
"name": "tsconfig",
"version": "0.0.1"
}