Skip to content

Commit fe0bc5b

Browse files
github-actions[bot]DutchBen
authored andcommitted
Version Packages
1 parent 8447e82 commit fe0bc5b

File tree

7 files changed

+356
-340
lines changed

7 files changed

+356
-340
lines changed

.changeset/early-news-run.md

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

apps/storybook/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# orchestrator-ui-storybook
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 85509b5: Updates to latest npm packages versions. Updates to eslint 9
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [85509b5]
12+
- @orchestrator-ui/orchestrator-ui-components@4.0.0
13+
314
## 0.0.1
415

516
### Patch Changes

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "orchestrator-ui-storybook",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "storybook dev -p 6006",
Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,134 +1,140 @@
11
# @orchestrator-ui/eslint-config-custom
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 85509b5: Updates to latest npm packages versions. Updates to eslint 9
8+
39
## 1.4.1
410

511
### Patch Changes
612

7-
- 56e2537: Fixes rights issue in github action
8-
- b7fe3ee: Adds github action permission to publish with provenance
13+
- 56e2537: Fixes rights issue in github action
14+
- b7fe3ee: Adds github action permission to publish with provenance
915

1016
## 1.4.0
1117

1218
### Minor Changes
1319

14-
- 85fca33: Adds npm provenance flag
20+
- 85fca33: Adds npm provenance flag
1521

1622
## 1.3.1
1723

1824
### Patch Changes
1925

20-
- 3bfe651: Updates npm packages to latest versions
26+
- 3bfe651: Updates npm packages to latest versions
2127

2228
## 1.3.0
2329

2430
### Minor Changes
2531

26-
- ef169fc: 1108 For the no-console rule allowing warnings too
32+
- ef169fc: 1108 For the no-console rule allowing warnings too
2733

2834
## 1.2.1
2935

3036
### Patch Changes
3137

32-
- 09f3e09: Fixes markdown in README files
38+
- 09f3e09: Fixes markdown in README files
3339

3440
## 1.2.0
3541

3642
### Minor Changes
3743

38-
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
44+
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
3945

4046
## 1.1.3
4147

4248
### Patch Changes
4349

44-
- 9d8b7e0: Downgrades typescript-eslint-plugin
50+
- 9d8b7e0: Downgrades typescript-eslint-plugin
4551

4652
## 1.1.2
4753

4854
### Patch Changes
4955

50-
- 6646b65: Fixes rule extend
56+
- 6646b65: Fixes rule extend
5157

5258
## 1.1.1
5359

5460
### Patch Changes
5561

56-
- 126f2be: Fix eslint-plugin dependency
62+
- 126f2be: Fix eslint-plugin dependency
5763

5864
## 1.1.0
5965

6066
### Minor Changes
6167

62-
- 1bed1cb: Add prettier and plugings to eslint config package
68+
- 1bed1cb: Add prettier and plugings to eslint config package
6369

6470
## 1.0.0
6571

6672
### Major Changes
6773

68-
- 507399b: R1 Release
74+
- 507399b: R1 Release
6975

7076
## 0.3.1
7177

7278
### Patch Changes
7379

74-
- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency
80+
- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency
7581

7682
## 0.3.0
7783

7884
### Minor Changes
7985

80-
- c8c6e10: Update npm dependency versions
86+
- c8c6e10: Update npm dependency versions
8187

8288
## 0.2.0
8389

8490
### Minor Changes
8591

86-
- 2747ef2: Remove turborepo linting rule
92+
- 2747ef2: Remove turborepo linting rule
8793

8894
## 0.1.0
8995

9096
### Minor Changes
9197

92-
- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
98+
- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14
9399

94100
## 0.0.7
95101

96102
### Patch Changes
97103

98-
- 39c896a: Moves all devDependencies into the dependencies section
104+
- 39c896a: Moves all devDependencies into the dependencies section
99105

100106
## 0.0.6
101107

102108
### Patch Changes
103109

104-
- ce48846: Updates linting rules to ban all console statements except console.error()
110+
- ce48846: Updates linting rules to ban all console statements except console.error()
105111

106112
## 0.0.5
107113

108114
### Patch Changes
109115

110-
- 6597ac1: Test release after adding absolute imports (issue 414)
116+
- 6597ac1: Test release after adding absolute imports (issue 414)
111117

112118
## 0.0.4
113119

114120
### Patch Changes
115121

116-
- 6d680f6: Test release before adding absolute imports (issue 414)
122+
- 6d680f6: Test release before adding absolute imports (issue 414)
117123

118124
## 0.0.3
119125

120126
### Patch Changes
121127

122-
- 3f17e71: Adds eslint dependency
128+
- 3f17e71: Adds eslint dependency
123129

124130
## 0.0.2
125131

126132
### Patch Changes
127133

128-
- 0cef169: Splitted WFO in separate packages
134+
- 0cef169: Splitted WFO in separate packages
129135

130136
## 0.0.1
131137

132138
### Patch Changes
133139

134-
- Converted tsconfig and eslint to standalone NPM package
140+
- 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.4.1",
3+
"version": "2.0.0",
44
"license": "Apache-2.0",
55
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
66
"main": "index.js",

0 commit comments

Comments
 (0)