@truedat/bg 4.48.2 → 4.48.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.48.4] 2022-07-11
4
+
5
+
6
+ ### Changed
7
+
8
+ - [TD-4995] Removed `in domain` suffix from concept header
9
+
3
10
  ## [4.48.2] 2022-07-08
4
11
 
5
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "4.48.2",
3
+ "version": "4.48.5",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -86,8 +86,8 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "4.48.2",
90
- "@truedat/df": "4.48.2",
89
+ "@truedat/core": "4.48.5",
90
+ "@truedat/df": "4.48.5",
91
91
  "file-saver": "^2.0.5",
92
92
  "moment": "^2.24.0",
93
93
  "path-to-regexp": "^1.7.0",
@@ -107,5 +107,5 @@
107
107
  "react-dom": ">= 16.8.6 < 17",
108
108
  "semantic-ui-react": ">= 0.88.2 < 2.1"
109
109
  },
110
- "gitHead": "93133e957332713e64c97eecdf45cc283c29bd32"
110
+ "gitHead": "668fb37a5ca8a3ca4d3009d9b6d218a8bec75d66"
111
111
  }
@@ -41,11 +41,6 @@ export const ConceptHeader = ({
41
41
  id={`templates.${templateLabel}`}
42
42
  defaultMessage={templateLabel}
43
43
  />
44
- {domain
45
- ? `${formatMessage({ id: "concept.header.message.in" })} ${
46
- domain.name
47
- }`
48
- : null}
49
44
  </Header.Subheader>
50
45
  </Header.Content>
51
46
  </Header>
@@ -20,7 +20,6 @@ exports[`<ConceptHeader /> matches the latest snapshot 1`] = `
20
20
  defaultMessage="Template1"
21
21
  id="templates.Template1"
22
22
  />
23
- concept.header.message.in Domain name
24
23
  </HeaderSubheader>
25
24
  </HeaderContent>
26
25
  </Header>
@@ -46,7 +46,6 @@ export default {
46
46
  "concept.events.relation_created": "added a link to a structure",
47
47
  "concept.events.relation_deleted": "removed a link to a structure",
48
48
  "concept.events.relation_deprecated": "deprecated link to a structure",
49
- "concept.header.message.in": "in",
50
49
  "concept.props.in_progress": "In progress",
51
50
  "concept.props.last_update_at": "Update",
52
51
  "concept.props.last_update_by": "User",
@@ -48,7 +48,6 @@ export default {
48
48
  "concept.events.relation_created": "Nueva relación",
49
49
  "concept.events.relation_deleted": "Relación eliminada",
50
50
  "concept.events.relation_deprecated": "Relación deprecada",
51
- "concept.header.message.in": "en",
52
51
  "concept.props.in_progress": "Sin completar",
53
52
  "concept.props.last_update_at": "Modificación",
54
53
  "concept.props.last_update_by": "Usuario",