@thefittingroom/shop-ui 5.0.39 → 5.0.40

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -48137,9 +48137,9 @@ const SHARED_CONFIG = {
48137
48137
  appGooglePlayUrl: "https://play.google.com/store/apps/details?id=com.thefittingroom.marketplace"
48138
48138
  },
48139
48139
  build: {
48140
- version: `${"5.0.39"}`,
48141
- commitHash: `${"44a2874"}`,
48142
- date: `${"2026-07-18T10:17:07.725Z"}`
48140
+ version: `${"5.0.40"}`,
48141
+ commitHash: `${"200bda1"}`,
48142
+ date: `${"2026-07-18T10:24:55.562Z"}`
48143
48143
  }
48144
48144
  };
48145
48145
  const CONFIGS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "5.0.39",
3
+ "version": "5.0.40",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",