@tolgee/svelte 4.7.0 → 4.7.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 CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [4.7.1](https://github.com/tolgee/tolgee-js/compare/v4.7.0...v4.7.1) (2022-06-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * loop of svelte getTranslate store ([e7d73af](https://github.com/tolgee/tolgee-js/commit/e7d73af97ce555f82f4a1abd00cc25491adb8043))
12
+
13
+
14
+ ### Reverts
15
+
16
+ * Revert "fix loop of svelte getTranslate store" ([b591abe](https://github.com/tolgee/tolgee-js/commit/b591abec0e0772787668b5bac2452e3c711df359))
17
+
18
+
19
+
20
+
21
+
6
22
  # [4.7.0](https://github.com/tolgee/tolgee-js/compare/v4.6.1...v4.7.0) (2022-05-30)
7
23
 
8
24
  **Note:** Version bump only for package @tolgee/svelte
package/getTranslate.js CHANGED
@@ -20,7 +20,6 @@ const getTranslate = () => {
20
20
  key: key,
21
21
  params: parameters,
22
22
  noWrap: noWrap,
23
- orEmpty: true,
24
23
  defaultValue: defaultValue,
25
24
  });
26
25
  // so we have to use also translate method, to get reliable result
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolgee/svelte",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "dependencies": {
5
5
  "@tolgee/core": "^4.7.0",
6
6
  "@tolgee/ui": "^4.7.0"
@@ -11,7 +11,7 @@
11
11
  "@testing-library/svelte": "3.1.0",
12
12
  "@types/jest": "27.4.1",
13
13
  "@typescript-eslint/eslint-plugin": "^5.18.0",
14
- "@typescript-eslint/parser": "^5.18.0",
14
+ "@typescript-eslint/parser": "^5.26.0",
15
15
  "eslint": "^8.13.0",
16
16
  "eslint-config-prettier": "^8.5.0",
17
17
  "eslint-plugin-svelte3": "^3.4.1",