@graphcommerce/lingui-next 2.1.9 → 2.1.10

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 +6 -0
  2. package/package.json +1 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.1.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1532](https://github.com/graphcommerce-org/graphcommerce/pull/1532) [`aec1f42fa`](https://github.com/graphcommerce-org/graphcommerce/commit/aec1f42fa2c02764c3071bfcccbf5eb6a13fbaef) Thanks [@paales](https://github.com/paales)! - fix: Error: useLingui hook was used without I18nProvider
8
+
3
9
  ## 2.1.9
4
10
 
5
11
  ### Patch Changes
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": "2.1.9",
5
+ "version": "2.1.10",
6
6
  "sideEffects": false,
7
7
  "scripts": {
8
8
  "dev": "tsc -W"
@@ -14,11 +14,6 @@
14
14
  "project": "./tsconfig.json"
15
15
  }
16
16
  },
17
- "dependencies": {
18
- "@lingui/core": "^3.13.3",
19
- "@lingui/react": "^3.13.3",
20
- "babel-plugin-macros": "^3.1.0"
21
- },
22
17
  "devDependencies": {
23
18
  "@graphcommerce/eslint-config-pwa": "^4.1.8",
24
19
  "@graphcommerce/prettier-config-pwa": "^4.0.6",