@orchestrator-ui/orchestrator-ui-components 3.3.1 → 3.4.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@3.3.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@3.4.0 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@3.3.1 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@3.4.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 128ms
9
+ src/configuration/version.ts 153ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.3.5
@@ -14,8 +14,8 @@ src/configuration/version.ts 128ms
14
14
  CLI Target: es2020
15
15
  ESM Build start
16
16
  DTS Build start
17
- ESM dist/index.js 1.93 MB
18
- ESM dist/index.js.map 3.51 MB
19
- ESM ⚡️ Build success in 468ms
20
- DTS ⚡️ Build success in 15966ms
21
- DTS dist/index.d.ts 673.69 KB
17
+ ESM dist/index.js 1.94 MB
18
+ ESM dist/index.js.map 3.53 MB
19
+ ESM ⚡️ Build success in 497ms
20
+ DTS ⚡️ Build success in 16206ms
21
+ DTS dist/index.d.ts 700.75 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.3.1 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@3.4.0 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.3.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@3.4.0 test
3
3
  > jest
4
4
 
5
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
@@ -33,11 +33,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
34
34
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
35
35
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
36
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.611 s)
37
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.147 s)
36
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.664 s)
37
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.24 s)
38
38
 
39
39
  Test Suites: 33 passed, 33 total
40
40
  Tests: 211 passed, 211 total
41
41
  Snapshots: 0 total
42
- Time: 7.437 s
42
+ Time: 7.547 s
43
43
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2389b16: 808 - Support for metadata description modify - requires orchestrator core 2.10.0
8
+
9
+ ## 3.3.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 62d16da: 1709 Replace default icons with SURF icons
14
+
15
+ ## 3.3.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 59230ea: inline edit for description of metadata pages
20
+
3
21
  ## 3.3.1
4
22
 
5
23
  ### Patch Changes