@graphcommerce/ecommerce-ui 8.0.0-canary.99 → 8.0.1-canary.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 +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @graphcommerce/ecommerce-ui
2
2
 
3
+ ## 8.0.1-canary.0
4
+
5
+ ## 8.0.0
6
+
7
+ ### Minor Changes
8
+
9
+ - [#2111](https://github.com/graphcommerce-org/graphcommerce/pull/2111) [`35f3d3e`](https://github.com/graphcommerce-org/graphcommerce/commit/35f3d3eaf46f4b782bb1149e0efb0ec3819442d6) - Only show network errors in development mode.
10
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
11
+
12
+ - [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e4`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the `<ActionCardLayout/>`
13
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
14
+
15
+ - [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart.
16
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
17
+
18
+ ### Patch Changes
19
+
20
+ - [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - Accessibility improvements for the frontend: Added skip content link. Removed empty buttons from tab flow. Gave focus to elements (such as the menu) that appear when after clicking a button. Improved aria labels where needed
21
+ ([@FrankHarland](https://github.com/FrankHarland))
22
+
23
+ ## 8.0.0-canary.100
24
+
3
25
  ## 8.0.0-canary.99
4
26
 
5
27
  ## 8.0.0-canary.98
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/ecommerce-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.0-canary.99",
5
+ "version": "8.0.1-canary.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,12 +12,12 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.99",
16
- "@graphcommerce/graphql": "^8.0.0-canary.99",
17
- "@graphcommerce/next-ui": "^8.0.0-canary.99",
18
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.99",
19
- "@graphcommerce/react-hook-form": "^8.0.0-canary.99",
20
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.99",
15
+ "@graphcommerce/eslint-config-pwa": "^8.0.1-canary.0",
16
+ "@graphcommerce/graphql": "^8.0.1-canary.0",
17
+ "@graphcommerce/next-ui": "^8.0.1-canary.0",
18
+ "@graphcommerce/prettier-config-pwa": "^8.0.1-canary.0",
19
+ "@graphcommerce/react-hook-form": "^8.0.1-canary.0",
20
+ "@graphcommerce/typescript-config-pwa": "^8.0.1-canary.0",
21
21
  "@lingui/core": "^4.2.1",
22
22
  "@lingui/macro": "^4.2.1",
23
23
  "@lingui/react": "^4.2.1",