Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vrundakansara committed Oct 17, 2024
1 parent 9ab2760 commit 7592dfa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
34 changes: 27 additions & 7 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
Version 0.0.3 - 2nd October, 2024
- New - Breadcrumb
- New - Grid Container
- New - Dialog Component
- New - Drawer Component
- New - Menu & Menu Item Component
Version 1.0.0 - 17th October, 2024
- New - Alert
- New - Avatar
- New - Badge
- New - Button
- New - Buttom Group
- New - Cards
- New - Checkbox
- New - Datepicker
- New - Drawer
- New - Dropdown Menu
- New - Editor Input
- New - Input
- New - Pagination
- New - Menu Item
- New - Progress Steps
- New - Radio Button
- New - Radio Button Group
- New - Search
- New - Select
- New - Sidebar
- New - Topbar
- New - Switch
- New - Tabs
- New - Text Area
- New - Title
- New - Toaster
- New - Tooltip
- New - Topbar
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsf/force-ui",
"version": "0.0.6",
"version": "1.0.0",
"description": "Library of components for the BSF project",
"main": "dist/force-ui.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"force-ui": "0.0.6"
"force-ui": "1.0.0"
}

0 comments on commit 7592dfa

Please sign in to comment.