@gem-sdk/pages 4.0.0-staging.1182 → 4.0.0

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.
@@ -158,6 +158,7 @@ type SharePageProps = PageBuilderPropsV2 & {
158
158
  pageType?: ShopType.PublishedThemePageType;
159
159
  moneyFormat?: string | null;
160
160
  moneyWithCurrencyFormat?: string | null;
161
+ trackingId?: string | null;
161
162
  };
162
163
 
163
164
  declare const getCollectionProps: (fetcher: FetchFunc) => (handle?: string) => Promise<CollectionDetailPageProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "4.0.0-staging.1182",
3
+ "version": "4.0.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,10 +26,10 @@
26
26
  "next": "14.2.20"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "4.0.0-staging.1182",
30
- "@gem-sdk/plugin-cookie-bar": "3.1.0-staging.1137",
31
- "@gem-sdk/plugin-quick-view": "3.1.0-staging.1137",
32
- "@gem-sdk/plugin-sticky-add-to-cart": "3.1.0-staging.1137"
29
+ "@gem-sdk/core": "4.0.0",
30
+ "@gem-sdk/plugin-cookie-bar": "4.0.0",
31
+ "@gem-sdk/plugin-quick-view": "4.0.0",
32
+ "@gem-sdk/plugin-sticky-add-to-cart": "4.0.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "next": ">=14"