Skip to content

Commit

Permalink
Feature/020 changelog (#49)
Browse files Browse the repository at this point in the history
* 0.2.0

* Added changelog
  • Loading branch information
EranNL authored Mar 2, 2021
1 parent aeaac7c commit 5ec27a0
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Changelog

### 0.2.0

#### Changes
* Changed panel to pane
* Changed css variables to be `default` so they can be overwritten

#### Added
* Added panel container
* Added panel content
* Added icons to dist
* Added (minified) css and scss to dist
* Added forwarding ref to field base
* Added

#### Removed
* Removed Inter font
* Removed unused `generateUuid` function
* Removed standard font size

#### Fixes
* Fixed missing exports

#### Development
* Changed root import to relative import
* Added gulp for copying files and transpiling css when building
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderan/ui",
"version": "0.1.0",
"version": "0.2.0",
"description": "Beautiful and component-rich UI library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5ec27a0

Please sign in to comment.