@graphcommerce/lingui-next 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.
- package/CHANGELOG.md +5 -51
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,64 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.
|
|
3
|
+
## 9.0.1-canary.1
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## 9.0.0
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### Minor Changes
|
|
8
8
|
|
|
9
9
|
- [#2196](https://github.com/graphcommerce-org/graphcommerce/pull/2196) [`84c50e4`](https://github.com/graphcommerce-org/graphcommerce/commit/84c50e49a1a7f154d4a8f4045c37e773e20283ad) - Allow Lingui to use `linguiLocale` with country identifiers like `en-us`, it would always load `en` in this case. Introduced a new `useLocale` hook to use the correct locale string to use in Intl methods. ([@paales](https://github.com/paales))
|
|
10
10
|
|
|
11
|
-
- [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`444e446`](https://github.com/graphcommerce-org/graphcommerce/commit/444e446a218cc9da3defb940a6d5cce0229ff845) - Added clear upgrade instructions for `linguiLocale`. ([@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
|
|
26
|
-
|
|
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
|
-
## 8.1.0-canary.46
|
|
46
|
-
|
|
47
|
-
### Patch Changes
|
|
48
|
-
|
|
49
|
-
- [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`59874b5`](https://github.com/graphcommerce-org/graphcommerce/commit/59874b572bda17905dc836554f9a3e31f393eb3e) - Solve issue where the page would reload during development when the first call to /graphql was made. ([@paales](https://github.com/paales))
|
|
50
|
-
|
|
51
|
-
## 8.1.0-canary.8
|
|
52
|
-
|
|
53
11
|
### Patch Changes
|
|
54
12
|
|
|
55
|
-
- [#
|
|
56
|
-
|
|
57
|
-
## 8.0.6-canary.0
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
13
|
+
- [#2314](https://github.com/graphcommerce-org/graphcommerce/pull/2314) [`59874b5`](https://github.com/graphcommerce-org/graphcommerce/commit/59874b572bda17905dc836554f9a3e31f393eb3e) - Solve issue where the page would reload during development when the first call to `/graphql` was made. ([@paales](https://github.com/paales))
|
|
60
14
|
|
|
61
|
-
- [#
|
|
15
|
+
- [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`444e446`](https://github.com/graphcommerce-org/graphcommerce/commit/444e446a218cc9da3defb940a6d5cce0229ff845) - Added clear upgrade instructions for `linguiLocale`. ([@paales](https://github.com/paales))
|
|
62
16
|
|
|
63
17
|
## 8.0.0
|
|
64
18
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/lingui-next",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.
|
|
5
|
+
"version": "9.0.1-canary.1",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "tsc -W"
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.
|
|
19
|
-
"@graphcommerce/next-config": "^9.0.
|
|
20
|
-
"@graphcommerce/next-ui": "^9.0.
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.
|
|
18
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
|
|
19
|
+
"@graphcommerce/next-config": "^9.0.1-canary.1",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.0.1-canary.1",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
|
|
23
23
|
"@lingui/conf": "^4.7.0",
|
|
24
24
|
"@lingui/core": "^4.2.1",
|
|
25
25
|
"@lingui/macro": "^4.2.1",
|