Skip to content

Commit 5ec27a0

Browse files
authored
Feature/020 changelog (#49)
* 0.2.0 * Added changelog
1 parent aeaac7c commit 5ec27a0

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.MD

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Changelog
2+
3+
### 0.2.0
4+
5+
#### Changes
6+
* Changed panel to pane
7+
* Changed css variables to be `default` so they can be overwritten
8+
9+
#### Added
10+
* Added panel container
11+
* Added panel content
12+
* Added icons to dist
13+
* Added (minified) css and scss to dist
14+
* Added forwarding ref to field base
15+
* Added
16+
17+
#### Removed
18+
* Removed Inter font
19+
* Removed unused `generateUuid` function
20+
* Removed standard font size
21+
22+
#### Fixes
23+
* Fixed missing exports
24+
25+
#### Development
26+
* Changed root import to relative import
27+
* Added gulp for copying files and transpiling css when building

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderan/ui",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Beautiful and component-rich UI library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)