Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* πŸ“ Updated tokens CHANGELOG

* Update libraries/tokens/CHANGELOG.md

Co-authored-by: Victor Nystad <[email protected]>

* πŸ”– Version up

Co-authored-by: Victor Nystad <[email protected]>
  • Loading branch information
pomfrida and vnys authored Nov 26, 2020
1 parent 237d09a commit 153d014
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions libraries/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2020-11-26

### Added

- Types, as part of the ([Typescript Milestone](https://github.com/equinor/design-system/milestone/7?closed=1))

### Changed

- Updated line height for Cell Text (`Table`) tokens and text color for `Snackbar` [#824](https://github.com/equinor/design-system/issues/824)
- Changed module types for better support with `commonjs` and `esm`. Using the `<some-eds-npm-package>/commonjs` path on packages should no longer be needed and will be deprecated in the future ([#887](https://github.com/equinor/design-system/issues/887))

## [0.4.0] - 2020-09-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion libraries/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-tokens",
"version": "0.5.1-beta.2",
"version": "0.5.0",
"description": "Design tokens for the Equinor Design System",
"main": "dist/tokens.cjs.js",
"module": "dist/tokens.esm.js",
Expand Down

0 comments on commit 153d014

Please sign in to comment.