@graphcommerce/next-ui 5.1.0-canary.0 → 5.1.0-canary.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.1.0-canary.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1750](https://github.com/graphcommerce-org/graphcommerce/pull/1750) [`3479bc1e2`](https://github.com/graphcommerce-org/graphcommerce/commit/3479bc1e24da0e8a751ee301c59fa5f9755c8559) - show globe icon instead of shopping bag icon for store/language-switcher ([@FrankHarland](https://github.com/FrankHarland))
8
+
9
+ ## 5.1.0-canary.1
10
+
3
11
  ## 5.1.0-canary.0
4
12
 
5
13
  ## 5.0.0
package/icons/index.ts CHANGED
@@ -39,3 +39,4 @@ export { default as iconSearch } from './search.svg'
39
39
  export { default as iconPhone } from './smartphone.svg'
40
40
  export { default as iconStar } from './star.svg'
41
41
  export { default as iconSun } from './sun.svg'
42
+ export { default as iconLanguage } from './language.svg'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-ui",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "5.1.0-canary.0",
5
+ "version": "5.1.0-canary.2",
6
6
  "author": "",
7
7
  "license": "MIT",
8
8
  "sideEffects": false,
@@ -19,10 +19,10 @@
19
19
  "@emotion/react": "^11.9.3",
20
20
  "@emotion/server": "^11.4.0",
21
21
  "@emotion/styled": "^11.9.3",
22
- "@graphcommerce/framer-next-pages": "5.1.0-canary.0",
23
- "@graphcommerce/framer-scroller": "5.1.0-canary.0",
24
- "@graphcommerce/framer-utils": "5.1.0-canary.0",
25
- "@graphcommerce/image": "5.1.0-canary.0",
22
+ "@graphcommerce/framer-next-pages": "5.1.0-canary.2",
23
+ "@graphcommerce/framer-scroller": "5.1.0-canary.2",
24
+ "@graphcommerce/framer-utils": "5.1.0-canary.2",
25
+ "@graphcommerce/image": "5.1.0-canary.2",
26
26
  "cookie": "^0.5.0",
27
27
  "react-is": "^18.2.0",
28
28
  "schema-dts": "^1.1.0"
@@ -38,9 +38,9 @@
38
38
  "react-dom": "^18.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@graphcommerce/eslint-config-pwa": "^5.1.0-canary.0",
42
- "@graphcommerce/prettier-config-pwa": "^5.1.0-canary.0",
43
- "@graphcommerce/typescript-config-pwa": "^5.1.0-canary.0",
41
+ "@graphcommerce/eslint-config-pwa": "^5.1.0-canary.2",
42
+ "@graphcommerce/prettier-config-pwa": "^5.1.0-canary.2",
43
+ "@graphcommerce/typescript-config-pwa": "^5.1.0-canary.2",
44
44
  "@playwright/test": "^1.21.1",
45
45
  "@types/cookie": "^0.5.1",
46
46
  "@types/react-is": "^17.0.3",