@graphcommerce/docs 9.0.0-canary.85 → 9.0.0-canary.87

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.87
4
+
5
+ ## 9.0.0-canary.86
6
+
3
7
  ## 9.0.0-canary.85
4
8
 
5
9
  ## 9.0.0-canary.84
package/feature-list.md CHANGED
@@ -101,6 +101,7 @@ Features taken from the Magento Commerce 2 Feature List
101
101
 
102
102
  ### GraphCommerce (PWA Studio alternative)
103
103
 
104
+ - [x] Publishable as a native iOS and Play Store app
104
105
  - [x] Create next-generation Adobe Commerce 2 stores with Progressive Web
105
106
  Applications. — [Enhanced]
106
107
  - [x] Deliver app-like mobile experiences that are fast, integrated, reliable
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "9.0.0-canary.85",
5
+ "version": "9.0.0-canary.87",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.85"
8
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.87"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }