Skip to content

Commit

Permalink
### 3.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Feb 16, 2024
1 parent 3900d88 commit 0bde92d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# chat21-ionic ver 3.0

### 3.2.0-rc.1
- added: CONV_TYPE enum for all channel_type
- bug-fixed: do not sent automatic offline message if channel_type is messanger
- bug-fixed: disabled email section in conversation-detail footer if channel_type is whatsapp or messanger

### 3.1.0 in PROD

### 3.1.0-rc2
Expand Down
5 changes: 2 additions & 3 deletions deploy_pre.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#npm version prerelease --preid=beta
# npm version prerelease --preid=rc
version=`node -e 'console.log(require("./package.json").version)'`
echo "version $version"

Expand All @@ -7,5 +7,4 @@ if [ "$version" != "" ]; then
echo "Created a new tag, $version"
git push remoteTiledesk --tags
npm publish
fi

fi
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
"version": "3.1.0",
"version": "3.2.0-rc.1",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {
Expand Down

0 comments on commit 0bde92d

Please sign in to comment.