@thefittingroom/shop-ui 5.0.33 → 5.0.34

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
@@ -48021,9 +48021,9 @@ const SHARED_CONFIG = {
48021
48021
  appGooglePlayUrl: "https://play.google.com/store/apps/details?id=com.thefittingroom.marketplace"
48022
48022
  },
48023
48023
  build: {
48024
- version: `${"5.0.33"}`,
48025
- commitHash: `${"afc37c2"}`,
48026
- date: `${"2026-07-13T00:09:22.660Z"}`
48024
+ version: `${"5.0.34"}`,
48025
+ commitHash: `${"5b52e20"}`,
48026
+ date: `${"2026-07-13T13:49:10.971Z"}`
48027
48027
  }
48028
48028
  };
48029
48029
  const CONFIGS = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thefittingroom/shop-ui",
3
- "version": "5.0.33",
3
+ "version": "5.0.34",
4
4
  "description": "the fitting room UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",