@quenty/localizedtextutils 2.1.0-canary.241.a4e8214.0 → 2.2.0

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,12 +3,25 @@
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
- # [2.1.0-canary.241.a4e8214.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/localizedtextutils@2.0.1...@quenty/localizedtextutils@2.1.0-canary.241.a4e8214.0) (2022-01-03)
6
+ # [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/localizedtextutils@2.1.0...@quenty/localizedtextutils@2.2.0) (2022-01-07)
7
+
8
+ **Note:** Version bump only for package @quenty/localizedtextutils
9
+
10
+
11
+
12
+
13
+
14
+ # [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/localizedtextutils@2.0.1...@quenty/localizedtextutils@2.1.0) (2022-01-03)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Fix moonwave documentation ([f169457](https://github.com/Quenty/NevermoreEngine/commit/f1694578b1623ff1092113eb4effb7bcb4a23669))
7
20
 
8
21
 
9
22
  ### Features
10
23
 
11
- * Add localization text utils changes, including.... ([555edc1](https://github.com/Quenty/NevermoreEngine/commit/555edc16eef46fdf42f386ee6381fec652f95bc5))
24
+ * Add localization text utils changes, including.... ([eb8f5f8](https://github.com/Quenty/NevermoreEngine/commit/eb8f5f8215e3c259624df554aae42b94977727ba))
12
25
 
13
26
 
14
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/localizedtextutils",
3
- "version": "2.1.0-canary.241.a4e8214.0",
3
+ "version": "2.2.0",
4
4
  "description": "Localized text utils which changes translationKey structures to shared locations",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,9 +28,9 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@quenty/attributeutils": "4.1.0-canary.241.a4e8214.0",
32
- "@quenty/loader": "3.2.0-canary.241.a4e8214.0",
33
- "@quenty/rx": "3.6.0-canary.241.a4e8214.0"
31
+ "@quenty/attributeutils": "^4.2.0",
32
+ "@quenty/loader": "^3.3.0",
33
+ "@quenty/rx": "^3.7.0"
34
34
  },
35
- "gitHead": "a4e821471f35998d63f38a4f4a578e07b4e79035"
35
+ "gitHead": "5a3f3fb6c908fd3874f5ceacc70b404780275119"
36
36
  }
@@ -112,7 +112,7 @@ end
112
112
 
113
113
  --[=[
114
114
  Converts from JSON
115
- @param localizedText LocalizedTextData
115
+ @param text string
116
116
  @return LocalizedTextData?
117
117
  ]=]
118
118
  function LocalizedTextUtils.fromJSON(text)