@syncfusion/ej2-vue-popups 20.4.40 → 20.4.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 20.4.40 (2022-12-28)
6
+
5
7
  ### Popup
6
8
 
7
9
  #### Bug Fixes
package/README.md CHANGED
@@ -88,4 +88,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
88
88
  Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/popups/CHANGELOG.md/?utm_source=npm&utm_campaign=popup).
89
89
 
90
90
 
91
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
91
+ © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-popups.umd.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-popups.min.js
3
- * version : 20.4.40
3
+ * version : 20.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-popups@*",
3
- "_id": "@syncfusion/ej2-vue-popups@20.4.38",
3
+ "_id": "@syncfusion/ej2-vue-popups@20.4.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-jXiMME2ZIQi+VIy/yaHVRXhPgDxY1F92qe0n5G/RMPklMsQ0nc1W+0XCkK5661jhvoR57/EOLJIXbYGoE7MYeQ==",
5
+ "_integrity": "sha512-XfVF4Ly0iIGI2WUNOr7+P4CgsbIu3XiuVPFmHszZ1GW1j8+0499Y73cphFLnJEMbfMg/iEBpCbd5bawZdkNIxA==",
6
6
  "_location": "/@syncfusion/ej2-vue-popups",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-20.4.38.tgz",
23
- "_shasum": "eca015651ce494e5125638b7435f42b720af67c8",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-20.4.40.tgz",
23
+ "_shasum": "4b82f58c0427ca89eafb6a84d5acc71350c7a9c1",
24
24
  "_spec": "@syncfusion/ej2-vue-popups@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.40",
35
- "@syncfusion/ej2-popups": "20.4.40",
36
- "@syncfusion/ej2-vue-base": "~20.4.40"
34
+ "@syncfusion/ej2-base": "~20.4.42",
35
+ "@syncfusion/ej2-popups": "20.4.42",
36
+ "@syncfusion/ej2-vue-base": "~20.4.42"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
@@ -69,6 +69,6 @@
69
69
  "scripts": {
70
70
  "postinstall": "node ../ej2-vue-base/postinstall.js"
71
71
  },
72
- "version": "20.4.40",
72
+ "version": "20.4.42",
73
73
  "sideEffects": false
74
74
  }