@refinitiv-ui/phrasebook 6.3.4 → 6.3.5

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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE +1 -1
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.3.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.4...@refinitiv-ui/phrasebook@6.3.5) (2023-07-19)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/phrasebook
9
+
6
10
  ## [6.3.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.3.3...@refinitiv-ui/phrasebook@6.3.4) (2023-07-18)
7
11
 
8
12
  **Note:** Version bump only for package @refinitiv-ui/phrasebook
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2023, LSEG.
1
+ Copyright © 2023, Refinitiv.
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/phrasebook",
3
- "version": "6.3.4",
3
+ "version": "6.3.5",
4
4
  "type": "module",
5
5
  "description": "Collection of messages in EF components for translation",
6
- "author": "LSEG",
6
+ "author": "Refinitiv",
7
7
  "license": "Apache-2.0",
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
@@ -134,5 +134,5 @@
134
134
  "dependencies": {
135
135
  "tslib": "^2.3.1"
136
136
  },
137
- "gitHead": "d17d88c97eca6231a860726e22396dd0871431a5"
137
+ "gitHead": "67061ea63ad6f83a2cb55bea301009d6c0c6e0c3"
138
138
  }