@shopgate/engage 7.30.1-beta.5 → 7.30.2-beta.1

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.
@@ -2,4 +2,5 @@ export { default as fetchCategory } from '@shopgate/pwa-common-commerce/category
2
2
  export { default as fetchCategoryOrRootCategories } from '@shopgate/pwa-common-commerce/category/actions/fetchCategoryOrRootCategories';
3
3
  export { default as fetchCategoryChildren } from '@shopgate/pwa-common-commerce/category/actions/fetchCategoryChildren';
4
4
  export { default as fetchCategoryProducts } from '@shopgate/pwa-common-commerce/category/actions/fetchCategoryProducts';
5
- export { default as fetchRootCategories } from '@shopgate/pwa-common-commerce/category/actions/fetchRootCategories';
5
+ export { default as fetchRootCategories } from '@shopgate/pwa-common-commerce/category/actions/fetchRootCategories';
6
+ export { default as receiveCategories } from '@shopgate/pwa-common-commerce/category/action-creators/receiveCategories';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/engage",
3
- "version": "7.30.1-beta.5",
3
+ "version": "7.30.2-beta.1",
4
4
  "description": "Shopgate's ENGAGE library.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Shopgate <support@shopgate.com>",
@@ -17,12 +17,12 @@
17
17
  "dependencies": {
18
18
  "@emotion/react": "^11.14.0",
19
19
  "@shopgate/native-modules": "1.0.0-beta.25",
20
- "@shopgate/pwa-common": "7.30.1-beta.5",
21
- "@shopgate/pwa-common-commerce": "7.30.1-beta.5",
22
- "@shopgate/pwa-core": "7.30.1-beta.5",
23
- "@shopgate/pwa-ui-ios": "7.30.1-beta.5",
24
- "@shopgate/pwa-ui-material": "7.30.1-beta.5",
25
- "@shopgate/pwa-ui-shared": "7.30.1-beta.5",
20
+ "@shopgate/pwa-common": "7.30.2-beta.1",
21
+ "@shopgate/pwa-common-commerce": "7.30.2-beta.1",
22
+ "@shopgate/pwa-core": "7.30.2-beta.1",
23
+ "@shopgate/pwa-ui-ios": "7.30.2-beta.1",
24
+ "@shopgate/pwa-ui-material": "7.30.2-beta.1",
25
+ "@shopgate/pwa-ui-shared": "7.30.2-beta.1",
26
26
  "@stripe/react-stripe-js": "^1.16.5",
27
27
  "@stripe/stripe-js": "^1.44.1",
28
28
  "@virtuous/conductor": "~2.5.0",