Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DutchBen committed Nov 18, 2024
1 parent 6b292d9 commit 5031709
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/fuzzy-glasses-taste.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rare-maps-wonder.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orchestrator-ui/eslint-config-custom

## 1.4.1

### Patch Changes

- 56e2537: Fixes rights issue in github action
- b7fe3ee: Adds github action permission to publish with provenance

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/eslint-config-custom",
"version": "1.4.0",
"version": "1.4.1",
"license": "Apache-2.0",
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orchestrator-ui/jest-config

## 1.5.1

### Patch Changes

- 56e2537: Fixes rights issue in github action
- b7fe3ee: Adds github action permission to publish with provenance

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/jest-config",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/orchestrator-ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orchestrator-ui/orchestrator-ui-components

## 2.11.1

### Patch Changes

- 56e2537: Fixes rights issue in github action
- b7fe3ee: Adds github action permission to publish with provenance

## 2.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestrator-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/orchestrator-ui-components",
"version": "2.11.0",
"version": "2.11.1",
"license": "Apache-2.0",
"description": "Library of UI Components used to display the workflow orchestrator frontend",
"author": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @orchestrator-ui/tsconfig

## 1.2.1

### Patch Changes

- 56e2537: Fixes rights issue in github action
- b7fe3ee: Adds github action permission to publish with provenance

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "npm run build -- --watch"
},
"main": "./dist/",
"version": "1.2.0",
"version": "1.2.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 5031709

Please sign in to comment.