Skip to content

Commit

Permalink
Fixed version and repository
Browse files Browse the repository at this point in the history
Signed-off-by: Florian JUDITH <[email protected]>
  • Loading branch information
Florian JUDITH authored and fjudith committed Jun 28, 2024
1 parent 7fa0a12 commit 287af61
Show file tree
Hide file tree
Showing 6 changed files with 466 additions and 318 deletions.
4 changes: 2 additions & 2 deletions workspaces/confluence/.changeset/shy-readers-fly.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
'@internal/backstage-plugin-search-backend-module-confluence-collator': patch
'@internal/plugin-search-confluence': patch
'@backstage-community/backstage-plugin-search-backend-module-confluence-collator': minor
'@backstage-community/plugin-search-confluence': minor
---

Initial plugin version. A copy of its original [repo](https://github.com/K-Phoen/backstage-plugin-confluence) updated to be compatible with the new backend and the [scaffolder](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend-module-confluence-to-markdown) configuration specs.
2 changes: 1 addition & 1 deletion workspaces/confluence/backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.27.0"
"version": "1.28.3"
}
4 changes: 2 additions & 2 deletions workspaces/confluence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"directory": "workspaces/confluence"
},
"devDependencies": {
"@backstage/cli": "^0.26.5",
"@backstage/cli": "^0.26.10",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.8.0",
"@backstage/repo-tools": "^0.9.3",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^12.0.0",
"node-gyp": "^9.0.0",
Expand Down
22 changes: 11 additions & 11 deletions workspaces/confluence/plugins/confluence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/plugin-search-confluence",
"version": "0.1.0",
"name": "@backstage-community/plugin-search-confluence",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,11 +28,11 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.14.7",
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-search-common": "^1.2.11",
"@backstage/plugin-search-react": "^1.7.11",
"@backstage/theme": "^0.5.5",
"@backstage/core-components": "^0.14.8",
"@backstage/core-plugin-api": "^1.9.3",
"@backstage/plugin-search-common": "^1.2.12",
"@backstage/plugin-search-react": "^1.7.12",
"@backstage/theme": "^0.5.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand All @@ -44,10 +44,10 @@
"react-router-dom": "^6.14.1"
},
"devDependencies": {
"@backstage/cli": "^0.26.5",
"@backstage/core-app-api": "^1.12.5",
"@backstage/dev-utils": "^1.0.32",
"@backstage/test-utils": "^1.5.5",
"@backstage/cli": "^0.26.10",
"@backstage/core-app-api": "^1.13.0",
"@backstage/dev-utils": "^1.0.34",
"@backstage/test-utils": "^1.5.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@types/react": "^18",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/backstage-plugin-search-backend-module-confluence-collator",
"version": "0.1.0",
"name": "@backstage-community/backstage-plugin-search-backend-module-confluence-collator",
"version": "0.0.0",
"description": "The confluence-collator backend module for the search plugin.",
"backstage": {
"role": "backend-plugin-module"
Expand All @@ -17,7 +17,6 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": true,
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
Expand All @@ -28,18 +27,18 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.22.0",
"@backstage/backend-plugin-api": "^0.6.18",
"@backstage/backend-tasks": "^0.5.23",
"@backstage/backend-common": "^0.23.2",
"@backstage/backend-plugin-api": "^0.6.21",
"@backstage/backend-tasks": "^0.5.26",
"@backstage/config": "^1.2.0",
"@backstage/plugin-search-backend-node": "^1.2.23",
"@backstage/plugin-search-common": "^1.2.11",
"@backstage/plugin-search-backend-node": "^1.2.26",
"@backstage/plugin-search-common": "^1.2.12",
"node-fetch": "^2.6.7",
"p-limit": "^3.1.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.3.8",
"@backstage/cli": "^0.26.6",
"@backstage/backend-test-utils": "^0.4.3",
"@backstage/cli": "^0.26.10",
"msw": "^1.0.0"
},
"files": [
Expand Down
Loading

0 comments on commit 287af61

Please sign in to comment.