Skip to content

Commit

Permalink
Prepare release of [email protected] (#315)
Browse files Browse the repository at this point in the history
* Update readme & version number

* Update component status

* Updated changelog

* Removed github links from changelog

* Changed versioning to 2.0 to better represent changes
  • Loading branch information
Michael Marszalek authored Apr 30, 2020
1 parent ad2285a commit 07ff47e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ components:
figma:
- *4
react:
- *3
- *4
- component: Chips
status:
documentation:
Expand Down Expand Up @@ -201,7 +201,7 @@ components:
figma:
- *4
react:
- *1
- *3
- component: Progress indicators
status:
documentation:
Expand Down Expand Up @@ -249,7 +249,7 @@ components:
figma:
- *4
react:
- *1
- *3
- component: Stepper
status:
documentation:
Expand Down Expand Up @@ -281,7 +281,7 @@ components:
figma:
- *4
react:
- *3
- *4
- component: Typography
status:
documentation:
Expand Down
19 changes: 18 additions & 1 deletion libraries/core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,28 @@ 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.2.0] - 2020-04-30

### Added

- Card
- Tooltip

### Fixed

- `<Button>` component property `type` can now correctly be overridden

### Changed

- README
- Moved Card and Tooltip to «available»
- Moved Slider and Popover to «in progress»

## [0.1.4] - 2020-04-20

### Fixed

- Republished with pnpm to fix "workspace:*" pointers in package.json
- Republished with pnpm to fix "workspace:\*" pointers in package.json

## [0.1.3] - 2020-04-16

Expand Down
8 changes: 4 additions & 4 deletions libraries/core-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ npm install @equinor/eds-core-react styled-components
- Outlined
- Ghost
- Ghost Icon
- Cards
- Chips
- Dialog
- Divider
Expand All @@ -35,13 +36,14 @@ npm install @equinor/eds-core-react styled-components
- TextField
- TopBar
- Typography
- Tooltip

### In progress 👷‍♀️

- Cards
- Menu
- Navigation drawer
- Tooltip
- Slider
- Popover

### TODO 🛠️

Expand All @@ -53,10 +55,8 @@ npm install @equinor/eds-core-react styled-components
- Outlined w/icon left/right
- Ghost w/icon left/right
- Pagination
- Popover
- Progress indicators
- Selection Controls
- Slider
- Snackbar
- Stepper

Expand Down
2 changes: 1 addition & 1 deletion libraries/core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/eds-core-react",
"version": "0.1.4",
"version": "0.2.0",
"description": "The React implementation of the Equinor Design System",
"main": "dist/core-react.cjs.js",
"module": "dist/core-react.es.js",
Expand Down

0 comments on commit 07ff47e

Please sign in to comment.