@nuskin/ns-product-lib 2.7.0-cx24-3702.8 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.7.0](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.2...v2.7.0) (2023-04-05)
2
+
3
+
4
+ ### Update
5
+
6
+ * New variants mapping, Fix add to cart issues, Fix variant issues ([e4ee702](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/e4ee7023a163ed8af1fc6224298f50a03dcfd638))
7
+
1
8
  # [2.7.0-cx24-3702.8](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3702.7...v2.7.0-cx24-3702.8) (2023-04-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.7.0-cx24-3702.8",
3
+ "version": "2.7.0",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {