@refinitiv-ui/phrasebook 5.3.0 → 5.3.1-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.3.1-alpha.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.3.0...@refinitiv-ui/phrasebook@5.3.1-alpha.0) (2021-12-17)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.1...@refinitiv-ui/phrasebook@5.3.0) (2021-12-15)
7
15
 
8
16
 
@@ -14,7 +22,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
22
 
15
23
 
16
24
 
17
-
18
25
  ## [5.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@5.2.0...@refinitiv-ui/phrasebook@5.2.1) (2021-12-03)
19
26
 
20
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/phrasebook",
3
- "version": "5.3.0",
3
+ "version": "5.3.1-alpha.0",
4
4
  "description": "Collection of messages in EF components for translation",
5
5
  "author": "Refinitiv",
6
6
  "license": "Apache-2.0",
@@ -133,5 +133,5 @@
133
133
  "dependencies": {
134
134
  "tslib": "^2.3.1"
135
135
  },
136
- "gitHead": "e629daeb0146ae3bce38767c63cfc6c7b965db8e"
136
+ "gitHead": "7653ee2fa1637e5b6dbe83ca558adde0ce0adaa5"
137
137
  }