diff --git a/plugins/scaffolder-react/README.md b/plugins/scaffolder-react/README.md index 8e93bff28a..1db37d5b23 100644 --- a/plugins/scaffolder-react/README.md +++ b/plugins/scaffolder-react/README.md @@ -1,7 +1,5 @@ # Scaffolder React -WORK IN PROGRESS - This is shared code of the frontend part of the default Scaffolder plugin. It will implement the core API for working with the Scaffolder, and diff --git a/plugins/scaffolder-react/package.json b/plugins/scaffolder-react/package.json index b115437e33..2a841a7e8b 100644 --- a/plugins/scaffolder-react/package.json +++ b/plugins/scaffolder-react/package.json @@ -1,7 +1,7 @@ { "name": "@backstage/plugin-scaffolder-react", "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder", - "version": "1.0.0", + "version": "0.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",