@graphcommerce/magento-product 5.0.0-canary.14 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
8
+
9
+ ### Minor Changes
10
+
11
+ - [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`876c8253d`](https://github.com/graphcommerce-org/graphcommerce/commit/876c8253d62af8bfe534cda50cb13d88543fc117) - Export useAddProductsToCartAction and do not set the default to redirect ([@paales](https://github.com/paales))
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`37e86cdc8`](https://github.com/graphcommerce-org/graphcommerce/commit/37e86cdc86ccca3db77d6c59b1e14c8112bb7893) - Remove usage of PropsWithChildren ([@paales](https://github.com/paales))
16
+
17
+ - [#1722](https://github.com/graphcommerce-org/graphcommerce/pull/1722) [`7b36ea1d1`](https://github.com/graphcommerce-org/graphcommerce/commit/7b36ea1d100239892f21f67e5606852dd29b7c75) - Feature/fix cross sell item ([@FrankHarland](https://github.com/FrankHarland))
18
+
19
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`9c3047c2f`](https://github.com/graphcommerce-org/graphcommerce/commit/9c3047c2fc6ea11ef9bd0c5128af883bffccc7e5) - Added GraphQL Injectable documentation ([@github-actions](https://github.com/apps/github-actions))
20
+
21
+ - [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`9ee6f7def`](https://github.com/graphcommerce-org/graphcommerce/commit/9ee6f7def14919548fedb01f65e9f0cda2e949dc) - After the AddProductsToCartForm has been submitted, reset the submitted SKU's ([@paales](https://github.com/paales))
22
+
3
23
  ## 5.0.0-canary.14
4
24
 
5
25
  ## 5.0.0-canary.13
@@ -54,6 +74,10 @@
54
74
 
55
75
  ## 4.13.2-canary.0
56
76
 
77
+ ## 4.13.3
78
+
79
+ ## 4.13.2
80
+
57
81
  ## 4.13.1
58
82
 
59
83
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.0.0-canary.14",
5
+ "version": "5.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,22 +12,22 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^5.0.0-canary.14",
16
- "@graphcommerce/prettier-config-pwa": "^5.0.0-canary.14",
17
- "@graphcommerce/typescript-config-pwa": "^5.0.0-canary.14",
15
+ "@graphcommerce/eslint-config-pwa": "^5.0.0",
16
+ "@graphcommerce/prettier-config-pwa": "^5.0.0",
17
+ "@graphcommerce/typescript-config-pwa": "^5.0.0",
18
18
  "@playwright/test": "^1.21.1",
19
19
  "type-fest": "^2.12.2"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/ecommerce-ui": "5.0.0-canary.14",
23
- "@graphcommerce/framer-scroller": "5.0.0-canary.14",
24
- "@graphcommerce/framer-next-pages": "5.0.0-canary.14",
25
- "@graphcommerce/graphql": "5.0.0-canary.14",
26
- "@graphcommerce/graphql-mesh": "5.0.0-canary.14",
27
- "@graphcommerce/image": "5.0.0-canary.14",
28
- "@graphcommerce/magento-cart": "5.0.0-canary.14",
29
- "@graphcommerce/magento-store": "5.0.0-canary.14",
30
- "@graphcommerce/next-ui": "5.0.0-canary.14",
22
+ "@graphcommerce/ecommerce-ui": "5.0.0",
23
+ "@graphcommerce/framer-scroller": "5.0.0",
24
+ "@graphcommerce/framer-next-pages": "5.0.0",
25
+ "@graphcommerce/graphql": "5.0.0",
26
+ "@graphcommerce/graphql-mesh": "5.0.0",
27
+ "@graphcommerce/image": "5.0.0",
28
+ "@graphcommerce/magento-cart": "5.0.0",
29
+ "@graphcommerce/magento-store": "5.0.0",
30
+ "@graphcommerce/next-ui": "5.0.0",
31
31
  "schema-dts": "^1.1.0"
32
32
  },
33
33
  "peerDependencies": {