@graphcommerce/demo-magento-graphcommerce 9.0.0 → 9.0.1-canary.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 +2 -44
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,55 +1,13 @@
1
1
  # @graphcommerce/demo-magento-graphcommerce
2
2
 
3
- ## 9.0.0
4
-
5
- ### Patch Changes
6
-
7
- - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
8
-
9
- - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`3b648fd`](https://github.com/graphcommerce-org/graphcommerce/commit/3b648fd310e43bf7a03c3e446e97426d2f5bbfb2) - Remove large demo item, as it doesn't properly work and isn't as pretty as it can be ([@paales](https://github.com/paales))
10
-
11
- ## 9.0.0-canary.118
12
-
13
- ## 9.0.0-canary.117
14
-
15
- ## 9.0.0-canary.116
16
-
17
- ## 9.0.0-canary.115
18
-
19
- ## 9.0.0-canary.114
20
-
21
- ## 9.0.0-canary.113
22
-
23
- ## 9.0.0-canary.112
3
+ ## 9.0.1-canary.1
24
4
 
25
- ## 9.0.0-canary.111
26
-
27
- ## 9.0.0-canary.110
28
-
29
- ## 9.0.0-canary.109
30
-
31
- ## 9.0.0-canary.108
32
-
33
- ## 9.0.0-canary.107
34
-
35
- ## 9.0.0-canary.106
36
-
37
- ## 9.0.0-canary.105
38
-
39
- ## 9.0.0-canary.104
40
-
41
- ## 9.0.0-canary.103
42
-
43
- ## 9.0.0-canary.60
5
+ ## 9.0.0
44
6
 
45
7
  ### Patch Changes
46
8
 
47
9
  - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
48
10
 
49
- ## 8.1.0-canary.45
50
-
51
- ### Patch Changes
52
-
53
11
  - [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`3b648fd`](https://github.com/graphcommerce-org/graphcommerce/commit/3b648fd310e43bf7a03c3e446e97426d2f5bbfb2) - Remove large demo item, as it doesn't properly work and isn't as pretty as it can be ([@paales](https://github.com/paales))
54
12
 
55
13
  ## 8.0.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/demo-magento-graphcommerce",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0",
5
+ "version": "9.0.1-canary.1",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "dev": "tsc -W"
@@ -15,14 +15,14 @@
15
15
  }
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^9.0.0",
19
- "@graphcommerce/framer-scroller": "^9.0.0",
20
- "@graphcommerce/magento-product": "^9.0.0",
21
- "@graphcommerce/magento-product-configurable": "^9.0.0",
22
- "@graphcommerce/magento-recently-viewed-products": "^9.0.0",
23
- "@graphcommerce/next-ui": "^9.0.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
19
+ "@graphcommerce/framer-scroller": "^9.0.1-canary.1",
20
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-product-configurable": "^9.0.1-canary.1",
22
+ "@graphcommerce/magento-recently-viewed-products": "^9.0.1-canary.1",
23
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
26
26
  "@mui/material": "^5.10.16",
27
27
  "framer-motion": "^11.0.0",
28
28
  "next": "*",