Skip to content

Commit

Permalink
release: v1.4.2 (#166)
Browse files Browse the repository at this point in the history
* Remove unused lib from package.json; react-popper-tooltip

* release: v1.4.2

* Remove CHANGELOG generation

* chore: update chat-ai-widget version to v1.4.2
  • Loading branch information
AhyoungRyu authored Apr 24, 2024
1 parent 1f8208c commit 2456ed7
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 266 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
run: |
git config --global user.name "sendbird-sdk-deployment"
git config --global user.email "[email protected]"
echo "RELEASE_DATE=$(date +'%b %d %Y')" >> $GITHUB_ENV
echo "LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_ENV
- name: Generate CHANEGLOG
run: |
echo "## [$LATEST_TAG] - $RELEASE_DATE" > temp-changelog.md
git log $LATEST_TAG..develop --oneline >> temp-changelog.md
echo "" >> temp-changelog.md
cat CHANGELOG.md >> temp-changelog.md
mv temp-changelog.md CHANGELOG.md
git commit -m "Update CHANGELOG.md for $LATEST_TAG"
git push origin release/v${{ github.event.inputs.version }}
- name: Update installed chat-ai-widget version to latest under packages/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dist-ssr
*.local

.env.production
.npmrc

# Editor directories and files
.vscode/*
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.2] (April 23 2024)
#### Fix:
- Fixed a DOMException issue in useDynamicAttachModal hook.

#### Chore:
- Replaced a Sendbird AI Chatbot website link in ChatBottom component.


## [1.4.1] (April 22 2024)
#### Feat:
- Implemented safe parsing of message.data to prevent errors in data handling.
Expand Down
55 changes: 2 additions & 53 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.4.1",
"version": "1.4.2",
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down Expand Up @@ -31,7 +31,6 @@
"dependencies": {
"@sendbird/uikit-react": "^3.14.3",
"@tanstack/react-query": "^5.17.19",
"react-popper-tooltip": "^4.4.2",
"styled-components": "^5.3.11"
},
"devDependencies": {
Expand Down
103 changes: 7 additions & 96 deletions packages/self-service/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.4.1",
"@sendbird/chat-ai-widget": "^1.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -25,10 +25,10 @@
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite-plugin-css-injected-by-js": "^3.4.0",
"tsc-silent": "^1.2.2",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-svgr": "^3.2.0"
}
}
Loading

0 comments on commit 2456ed7

Please sign in to comment.