@tolgee/svelte 5.16.1-prerelease.3be7ae26.0 → 5.16.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 +2 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,12 +3,12 @@
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
- ## [5.16.1-prerelease.3be7ae26.0](https://github.com/tolgee/tolgee-js/compare/v5.16.0...v5.16.1-prerelease.3be7ae26.0) (2023-11-13)
6
+ ## [5.16.1](https://github.com/tolgee/tolgee-js/compare/v5.16.0...v5.16.1) (2023-11-13)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * return TextEncoder polyfill as it's not JS standard ([3be7ae2](https://github.com/tolgee/tolgee-js/commit/3be7ae26ed2c58b16d69e9207442cf4ce2ad5ada))
11
+ * return TextEncoder polyfill as it's not JS standard ([#3278](https://github.com/tolgee/tolgee-js/issues/3278)) ([d2423e1](https://github.com/tolgee/tolgee-js/commit/d2423e11694335c56d5bb30f409c2579731a5788))
12
12
 
13
13
 
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tolgee/svelte",
3
- "version": "5.16.1-prerelease.3be7ae26.0",
3
+ "version": "5.16.1",
4
4
  "description": "Svelte implementation for Tolgee localization framework",
5
5
  "repository": "https://github.com/tolgee/tolgee-js",
6
6
  "homepage": "https://tolgee.io",
@@ -18,7 +18,7 @@
18
18
  "svelte": "^3.29.0 || ^4.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@tolgee/web": "5.16.1-prerelease.3be7ae26.0"
21
+ "@tolgee/web": "5.16.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@sveltejs/adapter-auto": "1.0.2",
@@ -26,8 +26,8 @@
26
26
  "@sveltejs/package": "1.0.2",
27
27
  "@testing-library/jest-dom": "^5.16.5",
28
28
  "@testing-library/svelte": "^3.2.2",
29
- "@tolgee/format-icu": "5.16.1-prerelease.3be7ae26.0",
30
- "@tolgee/testing": "5.16.1-prerelease.3be7ae26.0",
29
+ "@tolgee/format-icu": "5.16.1",
30
+ "@tolgee/testing": "5.16.1",
31
31
  "@tsconfig/svelte": "^3.0.0",
32
32
  "@types/jest": "^28.1.7",
33
33
  "@typescript-eslint/eslint-plugin": "^5.34.0",