@nuskin/product-components 3.20.3 → 3.20.4-mdigi-15452.2

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