Skip to content

Commit c61d7c8

Browse files
committed
update changelog and version number
1 parent ff55cc3 commit c61d7c8

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

packages/design-tokens/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 5.0.0
4+
5+
This is a milestone release that cross-publishes the design tokens library to GitHub Packages registry as well as npm.
6+
7+
This release contains non-breaking changes to token values. There are no changes to token names.
8+
9+
### Added
10+
11+
- `@bcgov/design-tokens` is now installable from either the npm or GitHub Packages registries
12+
13+
### Changed
14+
15+
- Removed explicit line-height declaration from `typography.regular.display` and `typography.bold.display` tokens, so it will properly default to `normal`
16+
- Corrected value of `typography.lineHeights.auto` token from `AUTO` (Figma-generated) to `normal`
17+
- Re-ordered declarations for all `typography.italic.*` tokens to follow proper `font` shorthand order
18+
19+
This release uses:
20+
21+
- `@tokens-studio/sd-transforms` v2.0.3
22+
- `style-dictionary` v5.4.4
23+
324
## 4.0.0
425

526
This is a milestone release that adds SCSS as an output format.

packages/design-tokens/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bcgov/design-tokens",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Design tokens for B.C. Design System",
55
"repository": {
66
"type": "git",

packages/design-tokens/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "design-tokens",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/bcgov/design-system.git",

0 commit comments

Comments
 (0)