@graphcommerce/magento-store 10.0.1-canary.4 → 10.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`d9c7545`](https://github.com/graphcommerce-org/graphcommerce/commit/d9c754570cd04da61ee3282bde465cc33395c8d9) - When switching stores unset the currency when there is no selection available for a given store. ([@paales](https://github.com/paales))
8
+
9
+ - [#2571](https://github.com/graphcommerce-org/graphcommerce/pull/2571) [`6d5ff59`](https://github.com/graphcommerce-org/graphcommerce/commit/6d5ff59090b5fe37bf053a2540fcf13150331a27) - Do not send an unacceptable store currency due to a configuration error and make sure the correct currency is stored. Show a StoreSwitcherFab on mobile. ([@paales](https://github.com/paales))
10
+
3
11
  ## 10.0.1-canary.4
4
12
 
5
13
  ## 10.0.1-canary.3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-store",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "10.0.1-canary.4",
5
+ "version": "10.0.1",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -19,15 +19,15 @@
19
19
  "./mesh/resolvers.ts": "./mesh/resolvers.ts"
20
20
  },
21
21
  "peerDependencies": {
22
- "@graphcommerce/ecommerce-ui": "^10.0.1-canary.4",
23
- "@graphcommerce/eslint-config-pwa": "^10.0.1-canary.4",
24
- "@graphcommerce/framer-utils": "^10.0.1-canary.4",
25
- "@graphcommerce/graphql": "^10.0.1-canary.4",
26
- "@graphcommerce/graphql-mesh": "^10.0.1-canary.4",
27
- "@graphcommerce/image": "^10.0.1-canary.4",
28
- "@graphcommerce/next-ui": "^10.0.1-canary.4",
29
- "@graphcommerce/prettier-config-pwa": "^10.0.1-canary.4",
30
- "@graphcommerce/typescript-config-pwa": "^10.0.1-canary.4",
22
+ "@graphcommerce/ecommerce-ui": "^10.0.1",
23
+ "@graphcommerce/eslint-config-pwa": "^10.0.1",
24
+ "@graphcommerce/framer-utils": "^10.0.1",
25
+ "@graphcommerce/graphql": "^10.0.1",
26
+ "@graphcommerce/graphql-mesh": "^10.0.1",
27
+ "@graphcommerce/image": "^10.0.1",
28
+ "@graphcommerce/next-ui": "^10.0.1",
29
+ "@graphcommerce/prettier-config-pwa": "^10.0.1",
30
+ "@graphcommerce/typescript-config-pwa": "^10.0.1",
31
31
  "@lingui/core": "^5",
32
32
  "@lingui/macro": "^5",
33
33
  "@lingui/react": "^5",