@graphcommerce/google-playstore 9.0.1-canary.0 → 9.0.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -26
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,33 +1,11 @@
1
1
  # @graphcommerce/google-playstore
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.2
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
7
- ### Minor Changes
9
+ ### Major Changes
8
10
 
9
11
  - [#2386](https://github.com/graphcommerce-org/graphcommerce/pull/2386) [`b30ff39`](https://github.com/graphcommerce-org/graphcommerce/commit/b30ff393bab5e8925ac123b29515588ce781e70c) - Update manifest for app store submission ([@ErwinOtten](https://github.com/ErwinOtten))
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
24
-
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphcommerce/google-playstore",
3
- "version": "9.0.1-canary.0",
3
+ "version": "9.0.1-canary.2",
4
4
  "sideEffects": false,
5
5
  "prettier": "@graphcommerce/prettier-config-pwa",
6
6
  "browserslist": [
@@ -13,10 +13,10 @@
13
13
  }
14
14
  },
15
15
  "peerDependencies": {
16
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
17
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
18
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
19
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
17
+ "@graphcommerce/next-ui": "^9.0.1-canary.2",
18
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
19
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
20
20
  "next": "*",
21
21
  "react": "^18.2.0",
22
22
  "react-dom": "^18.2.0"