Skip to content

Commit

Permalink
feat: 📦️ Update typebot lib declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Apr 30, 2022
1 parent a2cfecc commit 1139569
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/builder/components/share/codeSnippets/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ export const parseInitBubbleCode = ({
)
}

export const typebotJsHtml = `<script src="https://unpkg.com/typebot-js@2.2.1"></script>`
export const typebotJsHtml = `<script src="https://unpkg.com/typebot-js@2.2"></script>`
6 changes: 3 additions & 3 deletions packages/wordpress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress",
"version": "2.1.6",
"version": "2.1.7",
"main": "index.js",
"repository": "https://github.com/typebot-io/wordpress.git",
"author": "baptisteArno",
Expand All @@ -10,7 +10,7 @@
},
"scripts": {
"deploy": "yarn copy && yarn commit",
"copy": "svn copy ./trunk ./tags/2.1.6",
"commit": "svn ci -m 'Fix auto open'"
"copy": "svn copy ./trunk ./tags/2.1.7",
"commit": "svn ci -m 'Update typebot lib'"
}
}
2 changes: 1 addition & 1 deletion packages/wordpress/trunk/public/class-typebot-public.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public function add_head_code()
{
wp_enqueue_script(
'typebot',
'https://unpkg.com/typebot-js@2.2.0/dist/index.umd.min.js'
'https://unpkg.com/typebot-js@2.2/dist/index.umd.min.js'
);
wp_add_inline_script('typebot', $this->parse_wp_user());
if (get_option('config_type') === 'advanced') {
Expand Down
4 changes: 2 additions & 2 deletions packages/wordpress/trunk/typebot.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Plugin Name: Typebot
* Description: Convert more with conversational forms
* Version: 2.1.6
* Version: 2.1.7
* Author: Typebot
* Author URI: http://typebot.io/
* License: GPL-2.0+
Expand All @@ -16,7 +16,7 @@
die();
}

define('TYPEBOT_VERSION', '2.1.6');
define('TYPEBOT_VERSION', '2.1.7');

function activate_typebot()
{
Expand Down

4 comments on commit 1139569

@vercel
Copy link

@vercel vercel bot commented on 1139569 Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1139569 Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 1139569 Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

Please sign in to comment.