Add changeset

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-01-20 18:12:51 +00:00
parent 7b77cead3f
commit 65f4acc86c
3 changed files with 14 additions and 4 deletions
+5
View File
@@ -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.
+7 -1
View File
@@ -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 <package-dir> # 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)
+2 -3
View File
@@ -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",