@graphcommerce/demo-magento-graphcommerce 9.0.1-canary.0 → 9.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 +3 -45
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,57 +1,15 @@
1
1
  # @graphcommerce/demo-magento-graphcommerce
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1
4
4
 
5
- ## 9.0.0
6
-
7
- ### Patch Changes
8
-
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))
10
-
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))
12
-
13
- ## 9.0.0-canary.118
14
-
15
- ## 9.0.0-canary.117
16
-
17
- ## 9.0.0-canary.116
18
-
19
- ## 9.0.0-canary.115
20
-
21
- ## 9.0.0-canary.114
22
-
23
- ## 9.0.0-canary.113
24
-
25
- ## 9.0.0-canary.112
5
+ ## 9.0.1-canary.1
26
6
 
27
- ## 9.0.0-canary.111
28
-
29
- ## 9.0.0-canary.110
30
-
31
- ## 9.0.0-canary.109
32
-
33
- ## 9.0.0-canary.108
34
-
35
- ## 9.0.0-canary.107
36
-
37
- ## 9.0.0-canary.106
38
-
39
- ## 9.0.0-canary.105
40
-
41
- ## 9.0.0-canary.104
42
-
43
- ## 9.0.0-canary.103
44
-
45
- ## 9.0.0-canary.60
7
+ ## 9.0.0
46
8
 
47
9
  ### Patch Changes
48
10
 
49
11
  - [#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))
50
12
 
51
- ## 8.1.0-canary.45
52
-
53
- ### Patch Changes
54
-
55
13
  - [#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))
56
14
 
57
15
  ## 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.1-canary.0",
5
+ "version": "9.0.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.1-canary.0",
19
- "@graphcommerce/framer-scroller": "^9.0.1-canary.0",
20
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
21
- "@graphcommerce/magento-product-configurable": "^9.0.1-canary.0",
22
- "@graphcommerce/magento-recently-viewed-products": "^9.0.1-canary.0",
23
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
18
+ "@graphcommerce/eslint-config-pwa": "^9.0.1",
19
+ "@graphcommerce/framer-scroller": "^9.0.1",
20
+ "@graphcommerce/magento-product": "^9.0.1",
21
+ "@graphcommerce/magento-product-configurable": "^9.0.1",
22
+ "@graphcommerce/magento-recently-viewed-products": "^9.0.1",
23
+ "@graphcommerce/next-ui": "^9.0.1",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1",
26
26
  "@mui/material": "^5.10.16",
27
27
  "framer-motion": "^11.0.0",
28
28
  "next": "*",