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