Skip to content

Commit

Permalink
chore: prepare release (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 23, 2023
1 parent c80fea2 commit 1485cea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .changeset/shiny-frogs-cover.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @rhds/tokens

## 1.1.0

### Minor Changes

- 0766863: Adds token meta data export.

```js
import { tokens } from "@rhds/tokens/meta.js";

const family = tokens.get("--rh-font-family-body-text");
console.log(family.$description);
// 'The font family used for body text'
```

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhds/tokens",
"version": "1.0.0",
"version": "1.1.0",
"description": "Red Hat Design System Tokens",
"scripts": {
"build": "wireit",
Expand All @@ -22,9 +22,9 @@
"require": "./js/tokens.cjs",
"types": "./js/tokens.d.ts"
},
"./meta.js": {
"import": "./js/meta.js",
"require": "./js/meta.cjs"
"./meta.js": {
"import": "./js/meta.js",
"require": "./js/meta.cjs"
},
"./json/*": {
"require": "./json/*"
Expand Down

0 comments on commit 1485cea

Please sign in to comment.