Skip to content

Commit c52e10c

Browse files
github-actions[bot]DutchBen
authored andcommitted
Version Packages
1 parent 624fc84 commit c52e10c

File tree

9 files changed

+28
-12
lines changed

9 files changed

+28
-12
lines changed

.changeset/fresh-mails-film.md

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

packages/eslint-config-custom/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 7e81964: Switch to Trusted publishers
8+
39
## 2.1.0
410

511
### Minor Changes

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": "2.1.0",
3+
"version": "2.1.1",
44
"license": "Apache-2.0",
55
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
66
"main": "index.js",

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.6.1
4+
5+
### Patch Changes
6+
7+
- 7e81964: Switch to Trusted publishers
8+
39
## 1.6.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.6.0",
3+
"version": "1.6.1",
44
"license": "Apache-2.0",
55
"publishConfig": {
66
"access": "public",

packages/orchestrator-ui-components/CHANGELOG.md

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

3+
## 6.7.2
4+
5+
### Patch Changes
6+
7+
- 7e81964: Switch to Trusted publishers
8+
39
## 6.7.1
410

511
### 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": "6.7.1",
3+
"version": "6.7.2",
44
"license": "Apache-2.0",
55
"description": "Library of UI Components used to display the workflow orchestrator frontend",
66
"author": {

packages/tsconfig/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- 7e81964: Switch to Trusted publishers
8+
39
## 1.3.0
410

511
### Minor Changes

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dev": "npm run build -- --watch"
2424
},
2525
"main": "./dist/",
26-
"version": "1.3.0",
26+
"version": "1.3.1",
2727
"license": "Apache-2.0",
2828
"publishConfig": {
2929
"access": "public",

0 commit comments

Comments
 (0)