From 65f4acc86c12afafaa4a8c87a4b8031dab0a8f51 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 20 Jan 2025 18:12:51 +0000 Subject: [PATCH] Add changeset Signed-off-by: Charles de Dreuille --- .changeset/few-shrimps-kiss.md | 5 +++++ packages/canon/README.md | 8 +++++++- packages/canon/package.json | 5 ++--- 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .changeset/few-shrimps-kiss.md diff --git a/.changeset/few-shrimps-kiss.md b/.changeset/few-shrimps-kiss.md new file mode 100644 index 0000000000..8135ade1b7 --- /dev/null +++ b/.changeset/few-shrimps-kiss.md @@ -0,0 +1,5 @@ +--- +'@backstage/canon': minor +--- + +This is the first alpha release for Canon. As part of this release we are introducing 5 layout components and 7 components. All theming is done through CSS variables. diff --git a/packages/canon/README.md b/packages/canon/README.md index a8bf36d7be..0783d01736 100644 --- a/packages/canon/README.md +++ b/packages/canon/README.md @@ -1,6 +1,6 @@ # @backstage/canon -_This package was created through the Backstage CLI_. +Canon is a UI component library for Backstage. ## Installation @@ -10,3 +10,9 @@ Install the package via Yarn: cd # if within a monorepo yarn add @backstage/canon ``` + +## Documentation + +- [Canon Documentation](https://canon.backstage.io) +- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md) +- [Backstage Documentation](https://backstage.io/docs) diff --git a/packages/canon/package.json b/packages/canon/package.json index eb2cfff709..21501724cd 100644 --- a/packages/canon/package.json +++ b/packages/canon/package.json @@ -9,11 +9,10 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, - "private": true, "keywords": [ "backstage" ], - "homepage": "https://backstage.io", + "homepage": "https://canon.backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", @@ -28,9 +27,9 @@ ], "scripts": { "build": "yarn build:app && yarn build:css", - "build-storybook": "storybook build", "build:app": "backstage-cli package build", "build:css": "node scripts/build-css.mjs", + "build-storybook": "storybook build", "clean": "backstage-cli package clean", "lint": "backstage-cli package lint", "prepack": "backstage-cli package prepack",