Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-example",
"private": "true",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"start": "ng serve --port 3003"
},
Expand All @@ -14,7 +14,7 @@
"@angular/platform-browser": "13.1.2",
"@angular/platform-browser-dynamic": "13.1.2",
"@angular/router": "13.1.2",
"@livechat/widget-angular": "^1.3.3",
"@livechat/widget-angular": "^1.3.4",
"rxjs": "7.4.0",
"tslib": "^2.3.0",
"zone.js": "0.11.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-example",
"private": "true",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"start": "vite"
},
"dependencies": {
"@livechat/widget-react": "^1.3.3",
"@livechat/widget-react": "^1.3.4",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vue-example",
"private": "true",
"version": "1.3.3",
"version": "1.3.4",
"scripts": {
"start": "vite"
},
"dependencies": {
"@livechat/widget-vue": "^1.3.3",
"@livechat/widget-vue": "^1.3.4",
"vue": "3.2.22"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.3",
"version": "1.3.4",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/widget-angular",
"version": "1.3.3",
"version": "1.3.4",
"sideEffects": false,
"description": "This library allows to render and interact with the LiveChat Chat Widget inside an Angular application",
"main": "dist/widget-angular.cjs.js",
Expand All @@ -27,7 +27,7 @@
"start": "ngc && run-p watch:*"
},
"dependencies": {
"@livechat/widget-core": "^1.3.3"
"@livechat/widget-core": "^1.3.4"
},
"peerDependencies": {
"@angular/core": "12 || 13 || 14 || 15 || 16 || 17 || 18 || 19",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/widget-core",
"version": "1.3.3",
"version": "1.3.4",
"sideEffects": false,
"description": "LiveChat Chat Widget adapters implementation core",
"main": "dist/widget-core.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/widget-react",
"version": "1.3.3",
"version": "1.3.4",
"sideEffects": false,
"description": "This library allows to render and interact with the LiveChat Chat Widget inside a React application",
"main": "dist/widget-react.cjs.js",
Expand All @@ -26,7 +26,7 @@
"start": "rollup -c -w"
},
"dependencies": {
"@livechat/widget-core": "^1.3.3"
"@livechat/widget-core": "^1.3.4"
},
"peerDependencies": {
"react": "^16.8 || 17 || 18 || 19"
Expand Down
4 changes: 2 additions & 2 deletions packages/widget-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/widget-vue",
"version": "1.3.3",
"version": "1.3.4",
"sideEffects": false,
"description": "This library allows to render and interact with the LiveChat Chat Widget inside a Vue 3 application",
"main": "dist/widget-vue.cjs.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"build:vue2": "rimraf v2 && rollup -c rollup-vue2.config.js"
},
"dependencies": {
"@livechat/widget-core": "^1.3.3"
"@livechat/widget-core": "^1.3.4"
},
"peerDependencies": {
"vue": "2 || 3"
Expand Down