Skip to content

Commit

Permalink
chore(release): version packages on release-1.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 8c43ea6 commit 9071567
Show file tree
Hide file tree
Showing 22 changed files with 97 additions and 105 deletions.
7 changes: 0 additions & 7 deletions .changeset/cyan-tigers-jam.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/fair-kids-grin.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/giant-chicken-reply.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nine-emus-happen.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/purple-terms-pretend.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-owls-smoke.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/two-students-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-penguins-live.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/kubernetes-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Dependencies

## 1.7.4

### Patch Changes

- 3343893: bump jsonpath-plus to v10.2.0

## 1.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/kubernetes-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes",
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
"version": "1.7.3",
"version": "1.7.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/ocm-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Dependencies

## 4.4.5

### Patch Changes

- 3343893: bump jsonpath-plus to v10.2.0

## 4.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/ocm-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm-backend",
"version": "4.4.4",
"version": "4.4.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/orchestrator-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.20.101

### Patch Changes

- 9f20ced: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.
- Updated dependencies [9f20ced]
- @janus-idp/backstage-plugin-orchestrator-common@1.16.101

## 4.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-backend",
"version": "1.20.100",
"version": "1.20.101",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -100,7 +100,7 @@
"@types/json-schema": "7.0.15"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
"@janus-idp/backstage-plugin-audit-log-node": "1.4.1",
"@janus-idp/backstage-plugin-rbac-common": "1.9.0"
},
"maintainers": [
Expand Down
102 changes: 39 additions & 63 deletions plugins/orchestrator-common/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/orchestrator-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-common",
"version": "1.16.100",
"version": "1.16.101",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions plugins/orchestrator-form-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @janus-idp/backstage-plugin-orchestrator-form-api

## 1.0.102

### Patch Changes

- 0f745c2: pass also initial form data to custom decorator

## 1.0.101

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/orchestrator-form-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-form-api",
"description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form",
"version": "1.0.101",
"version": "1.0.102",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/orchestrator-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.0.102

### Patch Changes

- 0f745c2: pass also initial form data to custom decorator
- Updated dependencies [0f745c2]
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.102

## 1.0.101

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator-form-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator-form-react",
"description": "Web library for the orchestrator-form plugin",
"version": "1.0.101",
"version": "1.0.102",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@backstage/core-components": "^0.14.9",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.102",
"@material-ui/core": "^4.12.4",
"@rjsf/core": "5.18.5",
"@rjsf/material-ui": "5.18.5",
Expand Down
12 changes: 12 additions & 0 deletions plugins/orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Dependencies

## 1.21.102

### Patch Changes

- 0f745c2: pass also initial form data to custom decorator
- 9f20ced: The parent assessment link is shown again thanks to fixing passing of the businessKey when "execute" action is trigerred.
- Updated dependencies [0f745c2]
- Updated dependencies [9f20ced]
- @janus-idp/backstage-plugin-orchestrator-form-react@1.0.102
- @janus-idp/backstage-plugin-orchestrator-form-api@1.0.102
- @janus-idp/backstage-plugin-orchestrator-common@1.16.101

## 1.21.101

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-orchestrator",
"version": "1.21.101",
"version": "1.21.102",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down Expand Up @@ -58,9 +58,9 @@
"@backstage/plugin-catalog": "^1.21.1",
"@backstage/plugin-permission-react": "^0.4.24",
"@backstage/types": "^1.1.1",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.100",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.101",
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.101",
"@janus-idp/backstage-plugin-orchestrator-common": "1.16.101",
"@janus-idp/backstage-plugin-orchestrator-form-api": "1.0.102",
"@janus-idp/backstage-plugin-orchestrator-form-react": "1.0.102",
"@kie-tools-core/editor": "^0.32.0",
"@kie-tools-core/notifications": "^0.32.0",
"@kie-tools-core/react-hooks": "^0.32.0",
Expand Down

0 comments on commit 9071567

Please sign in to comment.