Skip to content

Commit

Permalink
🔖 Release 2024-05-14-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed May 14, 2024
1 parent 6b870dd commit 4c86954
Show file tree
Hide file tree
Showing 73 changed files with 19,574 additions and 223 deletions.
146 changes: 144 additions & 2 deletions clients/client-web-vue2/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 clients/client-web-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jovotech/client-web-vue2",
"version": "4.6.0",
"version": "4.6.1",
"description": "",
"main": "dist/JovoWebClientVue.cjs.js",
"module": "dist/JovoWebClientVue.esm.js",
Expand All @@ -24,7 +24,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"@jovotech/client-web": "^4.6.0"
"@jovotech/client-web": "^4.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down
4 changes: 2 additions & 2 deletions clients/client-web-vue3/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 clients/client-web-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jovotech/client-web-vue3",
"version": "4.6.0",
"version": "4.6.1",
"description": "",
"main": "dist/JovoWebClientVue.cjs.js",
"module": "dist/JovoWebClientVue.esm.js",
Expand All @@ -24,7 +24,7 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"@jovotech/client-web": "^4.6.0"
"@jovotech/client-web": "^4.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down
4 changes: 2 additions & 2 deletions clients/client-web/package-lock.json

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

8 changes: 4 additions & 4 deletions clients/client-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jovotech/client-web",
"version": "4.6.0",
"version": "4.6.1",
"description": "",
"main": "dist/JovoWebClient.cjs.js",
"module": "dist/JovoWebClient.esm.js",
Expand All @@ -24,9 +24,9 @@
"author": "jovotech",
"license": "Apache-2.0",
"dependencies": {
"@jovotech/common": "^4.6.0",
"@jovotech/output": "^4.6.0",
"@jovotech/platform-core": "^4.6.0",
"@jovotech/common": "^4.6.1",
"@jovotech/output": "^4.6.1",
"@jovotech/platform-core": "^4.6.1",
"detect-browser": "^5.2.1",
"events": "^3.3.0",
"lodash.defaultsdeep": "^4.6.1",
Expand Down
4 changes: 2 additions & 2 deletions common/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 common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jovotech/common",
"version": "4.6.0",
"version": "4.6.1",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm5/index.js",
Expand Down
Loading

0 comments on commit 4c86954

Please sign in to comment.