Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (bulk-import) #19

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions workspaces/bulk-import/.changeset/migrate-1730744971905.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 5.0.1

### Patch Changes

- 07bf748: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).
- Updated dependencies [07bf748]
- @red-hat-developer-hub/[email protected]

## 5.0.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/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 @@ -52,7 +52,7 @@
"@backstage/plugin-permission-node": "^0.8.4",
"@octokit/auth-app": "^6.0.3",
"@octokit/rest": "^20.0.2",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.3.0",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.3.1",
"ajv-formats": "^3.0.1",
"express": "^4.17.1",
"git-url-parse": "^14.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## @red-hat-developer-hub/backstage-plugin-bulk-import-common [0.2.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/[email protected]...@red-hat-developer-hub/[email protected]) (2024-07-25)

## 1.3.1

### Patch Changes

- 07bf748: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).

## 1.3.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@red-hat-developer-hub/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
8 changes: 8 additions & 0 deletions workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### Dependencies

## 1.7.1

### Patch Changes

- 07bf748: Migrated from [janus-idp/backstage-plugins](https://github.com/janus-idp/backstage-plugins).
- Updated dependencies [07bf748]
- @red-hat-developer-hub/[email protected]

## 1.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions workspaces/bulk-import/plugins/bulk-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/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 @@ -48,7 +48,7 @@
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "5.16.4",
"@mui/material": "^5.12.2",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.3.0",
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": "^1.3.1",
"@tanstack/react-query": "^4.29.21",
"formik": "^2.4.5",
"js-yaml": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions workspaces/bulk-import/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7843,7 +7843,7 @@ __metadata:
"@octokit/auth-app": ^6.0.3
"@octokit/rest": ^20.0.2
"@openapitools/openapi-generator-cli": 2.13.4
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": ^1.3.0
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": ^1.3.1
"@spotify/prettier-config": ^15.0.0
"@types/express": 4.17.1
"@types/git-url-parse": ^9.0.0
Expand All @@ -7866,7 +7866,7 @@ __metadata:
languageName: unknown
linkType: soft

"@red-hat-developer-hub/backstage-plugin-bulk-import-common@^1.3.0, @red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:plugins/bulk-import-common":
"@red-hat-developer-hub/backstage-plugin-bulk-import-common@^1.3.1, @red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:plugins/bulk-import-common":
version: 0.0.0-use.local
resolution: "@red-hat-developer-hub/backstage-plugin-bulk-import-common@workspace:plugins/bulk-import-common"
dependencies:
Expand Down Expand Up @@ -7901,7 +7901,7 @@ __metadata:
"@mui/icons-material": 5.16.4
"@mui/material": ^5.12.2
"@playwright/test": 1.45.3
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": ^1.3.0
"@red-hat-developer-hub/backstage-plugin-bulk-import-common": ^1.3.1
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@spotify/prettier-config": ^15.0.0
"@tanstack/react-query": ^4.29.21
Expand Down