Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgebara00 committed Apr 11, 2023
1 parent a236785 commit 733bfae
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
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.2.3",
"version": "1.3.0",
"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.2.3",
"@livechat/widget-angular": "^1.3.0",
"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.2.3",
"version": "1.3.0",
"scripts": {
"start": "vite"
},
"dependencies": {
"@livechat/widget-react": "^1.2.3",
"@livechat/widget-react": "^1.3.0",
"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.2.3",
"version": "1.3.0",
"scripts": {
"start": "vite"
},
"dependencies": {
"@livechat/widget-vue": "^1.2.3",
"@livechat/widget-vue": "^1.3.0",
"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.2.3",
"version": "1.3.0",
"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.2.3",
"version": "1.3.0",
"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.2.3"
"@livechat/widget-core": "^1.3.0"
},
"peerDependencies": {
"@angular/core": "12 || 13 || 14 || 15",
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.2.3",
"version": "1.3.0",
"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.2.3",
"version": "1.3.0",
"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.2.3"
"@livechat/widget-core": "^1.3.0"
},
"peerDependencies": {
"react": "^16.8 || 17 || 18"
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.2.3",
"version": "1.3.0",
"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.2.3"
"@livechat/widget-core": "^1.3.0"
},
"peerDependencies": {
"vue": "2 || 3"
Expand Down

0 comments on commit 733bfae

Please sign in to comment.