@refinitiv-ui/translate 6.0.14 → 6.0.15

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 +7 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,20 +3,21 @@
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
- ## [6.0.14](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.13...@refinitiv-ui/translate@6.0.14) (2023-01-27)
6
+ ## [6.0.15](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.14...@refinitiv-ui/translate@6.0.15) (2023-02-14)
7
7
 
8
+ **Note:** Version bump only for package @refinitiv-ui/translate
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **translate:** memory leak translate directive removing wrong observer key ([#577](https://github.com/Refinitiv/refinitiv-ui/issues/577)) ([1224bdf](https://github.com/Refinitiv/refinitiv-ui/commit/1224bdf54f480df1a8960b4bd12a58961ad44bd9))
12
- * **translate:** use Map to save key instead of plain object to prevent it from being replaced when a new element is created. ([#574](https://github.com/Refinitiv/refinitiv-ui/issues/574)) ([53cc22d](https://github.com/Refinitiv/refinitiv-ui/commit/53cc22d4c3913027b6369f1cde5d7af6d8800102))
13
11
 
14
12
 
15
- ### Reverts
16
13
 
17
- * Revert "fix(translate): use Map to save key instead of plain object to prevent it from being replaced when a new element is created. (#574)" (#576) ([592aebc](https://github.com/Refinitiv/refinitiv-ui/commit/592aebc6ab616d32eab6a79e77d0dca0a4eaa9e7)), closes [#574](https://github.com/Refinitiv/refinitiv-ui/issues/574) [#576](https://github.com/Refinitiv/refinitiv-ui/issues/576)
14
+ ## [6.0.14](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.13...@refinitiv-ui/translate@6.0.14) (2023-01-27)
18
15
 
19
16
 
17
+ ### Bug Fixes
18
+
19
+ * **translate:** memory leak translate directive removing wrong observer key ([#577](https://github.com/Refinitiv/refinitiv-ui/issues/577)) ([1224bdf](https://github.com/Refinitiv/refinitiv-ui/commit/1224bdf54f480df1a8960b4bd12a58961ad44bd9))
20
+
20
21
 
21
22
 
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/translate",
3
- "version": "6.0.14",
3
+ "version": "6.0.15",
4
4
  "description": "i18n implementation for Element Framework components",
5
5
  "author": "LSEG",
6
6
  "license": "Apache-2.0",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "e5a5b36d0addb389a307d2e6102a19bf86e6822d"
45
+ "gitHead": "882b258bdb1896b1acdd2a832327632a1af7306f"
46
46
  }