Skip to content
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
12 changes: 10 additions & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
[
"@openchoreo/backstage-plugin",
"@openchoreo/backstage-plugin-backend",
"@openchoreo/backstage-plugin-api",
"@openchoreo/backstage-plugin-catalog-backend-module",
"@openchoreo/backstage-plugin-scaffolder-backend-module"
"@openchoreo/backstage-plugin-scaffolder-backend-module",
"@openchoreo/backstage-plugin-common",
"@openchoreo/backstage-plugin-react",
"@openchoreo/backstage-plugin-permission-backend-module-openchoreo-policy",
"@openchoreo/backstage-plugin-platform-engineer-core",
"@openchoreo/backstage-plugin-platform-engineer-core-backend",
"@openchoreo/backstage-design-system",
"@openchoreo/openapi-client-generator-node",
"@openchoreo/openchoreo-auth",
"@openchoreo/openchoreo-client-node"
]
],
"access": "restricted",
Expand Down
1 change: 0 additions & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@openchoreo/backstage-design-system",
"version": "0.1.0",
"license": "Apache-2.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/openapi-client-generator-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "Generic OpenAPI client generator for Backstage plugins",
"license": "Apache-2.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/openchoreo-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "Authentication service for OpenChoreo API integration",
"license": "Apache-2.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
1 change: 0 additions & 1 deletion packages/openchoreo-client-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "OpenChoreo API client with auto-generated TypeScript types",
"license": "Apache-2.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down