@graphcommerce/google-playstore 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 +3 -25
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,31 +1,9 @@
1
1
  # @graphcommerce/google-playstore
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
- ### Minor Changes
7
+ ### Major Changes
6
8
 
7
9
  - [#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))
8
-
9
- ## 9.0.0-canary.118
10
-
11
- ## 9.0.0-canary.117
12
-
13
- ## 9.0.0-canary.116
14
-
15
- ## 9.0.0-canary.115
16
-
17
- ## 9.0.0-canary.114
18
-
19
- ## 9.0.0-canary.113
20
-
21
- ## 9.0.0-canary.112
22
-
23
- ## 9.0.0-canary.111
24
-
25
- ## 9.0.0-canary.110
26
-
27
- ## 9.0.0-canary.109
28
-
29
- ## 9.0.0-canary.108
30
-
31
- ## 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.0",
3
+ "version": "9.0.1-canary.1",
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.0",
17
- "@graphcommerce/next-ui": "^9.0.0",
18
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
19
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
16
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
17
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
18
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
19
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
20
20
  "next": "*",
21
21
  "react": "^18.2.0",
22
22
  "react-dom": "^18.2.0"