@orchestrator-ui/orchestrator-ui-components 5.0.0 → 5.1.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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.0.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@5.1.0 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@5.0.0 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@5.1.0 generate-version
7
7
  > node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
8
8
 
9
- src/configuration/version.ts 36ms
9
+ src/configuration/version.ts 38ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.4.0
@@ -14,8 +14,8 @@ src/configuration/version.ts 36ms
14
14
  CLI Target: es2020
15
15
  ESM Build start
16
16
  DTS Build start
17
- ESM dist/index.js 1.98 MB
18
- ESM dist/index.js.map 3.68 MB
19
- ESM ⚡️ Build success in 814ms
20
- DTS ⚡️ Build success in 19568ms
21
- DTS dist/index.d.ts 698.08 KB
17
+ ESM dist/index.js 1.99 MB
18
+ ESM dist/index.js.map 3.70 MB
19
+ ESM ⚡️ Build success in 623ms
20
+ DTS ⚡️ Build success in 19299ms
21
+ DTS dist/index.d.ts 772.82 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.0.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@5.1.0 lint
3
3
  > eslint
4
4
 
@@ -1,11 +1,11 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.0.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@5.1.0 test
3
3
  > jest
4
4
 
5
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
6
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
- PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
8
7
  PASS Wfo-UI Tests src/utils/date.spec.ts
8
+ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
9
  PASS Wfo-UI Tests src/utils/string.spec.ts
10
10
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
11
11
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
@@ -35,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
35
35
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
36
36
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
37
37
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
38
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.182 s)
38
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.181 s)
39
39
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
40
40
 
41
41
  Test Suites: 35 passed, 35 total
42
42
  Tests: 226 passed, 226 total
43
43
  Snapshots: 0 total
44
- Time: 8.121 s
44
+ Time: 7.858 s
45
45
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f3f1417: removes conditional render option to edit description on wf/task metadata page
8
+ - 59c5109: Adds some fields to be used by workflows using pydantic forms
9
+
10
+ ### Patch Changes
11
+
12
+ - c03d83a: Add Exclamation badge
13
+
3
14
  ## 5.0.0
4
15
 
5
16
  ### Major Changes