Skip to content

Commit 2aafc4d

Browse files
github-actions[bot]DutchBen
authored andcommitted
Version Packages
1 parent e29f3d3 commit 2aafc4d

File tree

9 files changed

+42
-39
lines changed

9 files changed

+42
-39
lines changed

.changeset/gentle-kids-hammer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-days-shout.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/silent-horses-smell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,121 @@
11
# @orchestrator-ui/eslint-config-custom
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 3bfe651: Updates npm packages to latest versions
8+
39
## 1.3.0
410

511
### Minor Changes
612

7-
- ef169fc: 1108 For the no-console rule allowing warnings too
13+
- ef169fc: 1108 For the no-console rule allowing warnings too
814

915
## 1.2.1
1016

1117
### Patch Changes
1218

13-
- 09f3e09: Fixes markdown in README files
19+
- 09f3e09: Fixes markdown in README files
1420

1521
## 1.2.0
1622

1723
### Minor Changes
1824

19-
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
25+
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
2026

2127
## 1.1.3
2228

2329
### Patch Changes
2430

25-
- 9d8b7e0: Downgrades typescript-eslint-plugin
31+
- 9d8b7e0: Downgrades typescript-eslint-plugin
2632

2733
## 1.1.2
2834

2935
### Patch Changes
3036

31-
- 6646b65: Fixes rule extend
37+
- 6646b65: Fixes rule extend
3238

3339
## 1.1.1
3440

3541
### Patch Changes
3642

37-
- 126f2be: Fix eslint-plugin dependency
43+
- 126f2be: Fix eslint-plugin dependency
3844

3945
## 1.1.0
4046

4147
### Minor Changes
4248

43-
- 1bed1cb: Add prettier and plugings to eslint config package
49+
- 1bed1cb: Add prettier and plugings to eslint config package
4450

4551
## 1.0.0
4652

4753
### Major Changes
4854

49-
- 507399b: R1 Release
55+
- 507399b: R1 Release
5056

5157
## 0.3.1
5258

5359
### Patch Changes
5460

55-
- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency
61+
- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency
5662

5763
## 0.3.0
5864

5965
### Minor Changes
6066

61-
- c8c6e10: Update npm dependency versions
67+
- c8c6e10: Update npm dependency versions
6268

6369
## 0.2.0
6470

6571
### Minor Changes
6672

67-
- 2747ef2: Remove turborepo linting rule
73+
- 2747ef2: Remove turborepo linting rule
6874

6975
## 0.1.0
7076

7177
### Minor Changes
7278

73-
- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
79+
- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
7480

7581
## 0.0.7
7682

7783
### Patch Changes
7884

79-
- 39c896a: Moves all devDependencies into the dependencies section
85+
- 39c896a: Moves all devDependencies into the dependencies section
8086

8187
## 0.0.6
8288

8389
### Patch Changes
8490

85-
- ce48846: Updates linting rules to ban all console statements except console.error()
91+
- ce48846: Updates linting rules to ban all console statements except console.error()
8692

8793
## 0.0.5
8894

8995
### Patch Changes
9096

91-
- 6597ac1: Test release after adding absolute imports (issue 414)
97+
- 6597ac1: Test release after adding absolute imports (issue 414)
9298

9399
## 0.0.4
94100

95101
### Patch Changes
96102

97-
- 6d680f6: Test release before adding absolute imports (issue 414)
103+
- 6d680f6: Test release before adding absolute imports (issue 414)
98104

99105
## 0.0.3
100106

101107
### Patch Changes
102108

103-
- 3f17e71: Adds eslint dependency
109+
- 3f17e71: Adds eslint dependency
104110

105111
## 0.0.2
106112

107113
### Patch Changes
108114

109-
- 0cef169: Splitted WFO in separate packages
115+
- 0cef169: Splitted WFO in separate packages
110116

111117
## 0.0.1
112118

113119
### Patch Changes
114120

115-
- Converted tsconfig and eslint to standalone NPM package
121+
- Converted tsconfig and eslint to standalone NPM package

packages/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orchestrator-ui/eslint-config-custom",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "Apache-2.0",
55
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
66
"author": {

packages/jest-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @orchestrator-ui/jest-config
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 3bfe651: Updates npm packages to latest versions
8+
39
## 1.4.0
410

511
### Minor Changes

packages/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orchestrator-ui/jest-config",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "Apache-2.0",
55
"publishConfig": {
66
"access": "public"

packages/orchestrator-ui-components/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @orchestrator-ui/orchestrator-ui-components
22

3+
## 2.8.4
4+
5+
### Patch Changes
6+
7+
- be6bf70: added extra Dutch translation term and fix workflowsteps translation
8+
- 3bfe651: Updates npm packages to latest versions
9+
- 490da42: 1490 Remove last border of a product block key value item
10+
311
## 2.8.3
412

513
### Patch Changes

packages/orchestrator-ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orchestrator-ui/orchestrator-ui-components",
3-
"version": "2.8.3",
3+
"version": "2.8.4",
44
"license": "Apache-2.0",
55
"description": "Library of UI Components used to display the workflow orchestrator frontend",
66
"author": {

0 commit comments

Comments
 (0)