Skip to content

Commit

Permalink
chore(release): version packages on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2024
1 parent 0e6bfd3 commit 3afe4ff
Show file tree
Hide file tree
Showing 82 changed files with 437 additions and 112 deletions.
46 changes: 0 additions & 46 deletions .changeset/chilly-bees-sniff.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## @janus-idp/cli 1.0.0 (2024-08-06)

## 1.17.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "1.17.0",
"version": "1.17.1",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/aap-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 2.2.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 2.2.0

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

## 1.8.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics-module-matomo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-analytics-module-matomo",
"version": "1.8.0",
"version": "1.8.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/analytics-provider-segment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.10.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/analytics-provider-segment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-analytics-provider-segment",
"version": "1.10.0",
"version": "1.10.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/audit-log-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## @janus-idp/backstage-plugin-audit-log-node [1.4.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-audit-log-node@1.3.0...@janus-idp/backstage-plugin-audit-log-node@1.4.0) (2024-07-25)

## 1.7.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/audit-log-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-audit-log-node",
"description": "Node.js library for the audit-log plugin",
"version": "1.7.0",
"version": "1.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions plugins/bulk-import-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Dependencies

## 5.0.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

- Updated dependencies [0e6bfd3]
- @janus-idp/backstage-plugin-bulk-import-common@1.3.1
- @janus-idp/backstage-plugin-audit-log-node@1.7.1

## 5.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/bulk-import-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import-backend",
"version": "5.0.0",
"version": "5.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@backstage/plugin-catalog-node": "^1.13.1",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.4",
"@janus-idp/backstage-plugin-bulk-import-common": "^1.3.0",
"@janus-idp/backstage-plugin-bulk-import-common": "^1.3.1",
"@octokit/auth-app": "^6.0.3",
"@octokit/rest": "^20.0.2",
"ajv-formats": "^3.0.1",
Expand Down Expand Up @@ -78,7 +78,7 @@
"supertest": "6.3.4"
},
"peerDependencies": {
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.0"
"@janus-idp/backstage-plugin-audit-log-node": "^1.7.1"
},
"files": [
"dist",
Expand Down
8 changes: 8 additions & 0 deletions plugins/bulk-import-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## @janus-idp/backstage-plugin-bulk-import-common [0.2.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-bulk-import-common@0.1.0...@janus-idp/backstage-plugin-bulk-import-common@0.2.0) (2024-07-25)

## 1.3.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/bulk-import-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import-common",
"description": "Common functionalities for the bulk-import plugin",
"version": "1.3.0",
"version": "1.3.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions plugins/bulk-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
### Dependencies

## 1.7.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

- Updated dependencies [0e6bfd3]
- @janus-idp/backstage-plugin-bulk-import-common@1.3.1
- @janus-idp/shared-react@2.13.1

## 1.7.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/bulk-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-bulk-import",
"version": "1.7.0",
"version": "1.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-permission-react": "^0.4.27",
"@backstage/theme": "^0.6.0",
"@janus-idp/backstage-plugin-bulk-import-common": "^1.3.0",
"@janus-idp/shared-react": "^2.13.0",
"@janus-idp/backstage-plugin-bulk-import-common": "^1.3.1",
"@janus-idp/shared-react": "^2.13.1",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
11 changes: 11 additions & 0 deletions plugins/jfrog-artifactory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
### Dependencies

## 1.10.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

- Updated dependencies [0e6bfd3]
- @janus-idp/shared-react@2.13.1

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/jfrog-artifactory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-jfrog-artifactory",
"version": "1.10.0",
"version": "1.10.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/theme": "^0.6.0",
"@janus-idp/shared-react": "^2.13.0",
"@janus-idp/shared-react": "^2.13.1",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down
8 changes: 8 additions & 0 deletions plugins/keycloak-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 3.1.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/keycloak-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-keycloak-backend",
"version": "3.1.0",
"version": "3.1.1",
"description": "A Backend backend plugin for Keycloak",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions plugins/kiali-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.20.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.20.0

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

## 1.34.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.34.0

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

## 2.2.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 2.2.0

### Minor 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": "2.2.0",
"version": "2.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/matomo-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.11.1

### Patch Changes

- 0e6bfd3: feat: update Backstage to the latest version

Update to Backstage 1.32.5

## 1.11.0

### Minor Changes
Expand Down
Loading

0 comments on commit 3afe4ff

Please sign in to comment.