@nuskin/ns-product-lib 2.8.1-cx24-4061.1 → 2.8.1

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 +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [2.8.1-cx24-4061.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.8.0...v2.8.1-cx24-4061.1) (2023-05-09)
1
+ ## [2.8.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.8.0...v2.8.1) (2023-05-23)
2
2
 
3
3
 
4
4
  ### Fix
5
5
 
6
- * Multiple variants add to cart not adding correct sku ([1c20e6e](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/1c20e6e394ed9bf680be2cd7a2f500d83288b87a))
6
+ * Multiple variants add to cart not adding correct sku ([968ed05](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/968ed055b5f5024579ac256f26c0d58ba409fcb9))
7
7
 
8
8
  # [2.8.0](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.1...v2.8.0) (2023-05-02)
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.8.1-cx24-4061.1",
3
+ "version": "2.8.1",
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": {