@nuskin/product-components 3.1.4 → 3.1.5
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 +7 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.1.5](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.1.4...v3.1.5) (2022-06-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Fix
|
|
5
|
+
|
|
6
|
+
* Add full path to vue component ([22e30d6](https://code.tls.nuskin.io/ns-am/ux/product-components/commit/22e30d697bcb0fc837f6981cc28fa7dc9f4caa6c))
|
|
7
|
+
|
|
1
8
|
## [3.1.4](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.1.3...v3.1.4) (2022-06-13)
|
|
2
9
|
|
|
3
10
|
|
package/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import NsProductList from "./components/NsProductList.vue";
|
|
|
33
33
|
import NsProductListSortable from "./components/NsProductListSortable.vue";
|
|
34
34
|
import NsProductLine from "./components/NsProductLine.vue";
|
|
35
35
|
import NsProductOffer from "./components/NsProductOffer.vue";
|
|
36
|
-
import NsProductQuantitySelector from "./components/NsProductQuantitySelector";
|
|
36
|
+
import NsProductQuantitySelector from "./components/NsProductQuantitySelector.vue";
|
|
37
37
|
|
|
38
38
|
export {
|
|
39
39
|
// Services
|