Skip to content

Commit 5031709

Browse files
github-actions[bot]DutchBen
authored andcommitted
Version Packages
1 parent 6b292d9 commit 5031709

File tree

10 files changed

+32
-20
lines changed

10 files changed

+32
-20
lines changed

.changeset/fuzzy-glasses-taste.md

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

.changeset/rare-maps-wonder.md

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

packages/eslint-config-custom/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 56e2537: Fixes rights issue in github action
8+
- b7fe3ee: Adds github action permission to publish with provenance
9+
310
## 1.4.0
411

512
### 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": "1.4.0",
3+
"version": "1.4.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @orchestrator-ui/jest-config
22

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- 56e2537: Fixes rights issue in github action
8+
- b7fe3ee: Adds github action permission to publish with provenance
9+
310
## 1.5.0
411

512
### 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.5.0",
3+
"version": "1.5.1",
44
"license": "Apache-2.0",
55
"publishConfig": {
66
"access": "public",

packages/orchestrator-ui-components/CHANGELOG.md

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

3+
## 2.11.1
4+
5+
### Patch Changes
6+
7+
- 56e2537: Fixes rights issue in github action
8+
- b7fe3ee: Adds github action permission to publish with provenance
9+
310
## 2.11.0
411

512
### Minor 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.11.0",
3+
"version": "2.11.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @orchestrator-ui/tsconfig
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 56e2537: Fixes rights issue in github action
8+
- b7fe3ee: Adds github action permission to publish with provenance
9+
310
## 1.2.0
411

512
### 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.2.0",
26+
"version": "1.2.1",
2727
"license": "Apache-2.0",
2828
"publishConfig": {
2929
"access": "public",

0 commit comments

Comments
 (0)