-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b788272
commit cbeb275
Showing
4 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{ | ||
"name": "@typebot.io/wordpress", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"main": "index.js", | ||
"repository": "https://github.com/baptisteArno/typebot.io", | ||
"author": "baptisteArno", | ||
"license": "AGPL-3.0-or-later", | ||
"devDependencies": { | ||
"@prettier/plugin-php": "0.19.4", | ||
"prettier": "2.8.4" | ||
"prettier": "2.8.7" | ||
}, | ||
"scripts": { | ||
"deploy": "pnpm copy && pnpm commit", | ||
"copy": "svn copy ./trunk ./tags/3.1.6", | ||
"commit": "svn ci -m 'Fix default apiHost typo'" | ||
"copy": "svn copy ./trunk ./tags/3.1.7", | ||
"commit": "svn ci -m 'Fix wordpress user prefill variables'" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters