@nuskin/product-components 3.20.4-mdigi-15452.1 → 3.20.4

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/.releaserc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "branches": [
3
- "master", {"name":"MDIGI-15452", "channel":"prerelease", "prerelease":"mdigi-15452"}
3
+ "master"
4
4
  ],
5
5
  "plugins": [
6
6
  "@semantic-release/release-notes-generator",
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.20.4-mdigi-15452.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.20.3...v3.20.4-mdigi-15452.1) (2026-06-11)
1
+ ## [3.20.4](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.20.3...v3.20.4) (2026-07-14)
@@ -772,7 +772,7 @@ const NsProductMixin = {
772
772
  if (
773
773
  this.product.backOrderDate &&
774
774
  this.localTranslations.backOrderedWithDate &&
775
- this.product.backorderQuantity
775
+ this.product.inventory === "BACKORDER"
776
776
  ) {
777
777
  this.statusMessage = this.localTranslations.backOrderedWithDate.replace(
778
778
  "%date%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.20.4-mdigi-15452.1",
3
+ "version": "3.20.4",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {