Skip to content

Commit

Permalink
chore: upgrade the version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gokh4nozturk committed Aug 9, 2023
1 parent d9eee22 commit 2befc45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import '../src/components/Checkbox/checkbox.css';
import '../src/components/Chips/chip.css';
import '../src/components/Dropdown/dropdown.css';
import '../src/components/Label/label.css';
import '../src/components/Modal/modal.css';
import '../src/components/Snackbar/snackbar.css';
import '../src/components/Switch/switch.css';
import '../src/components/TabItem/tab-item.css';
Expand All @@ -26,6 +27,7 @@ import RChip from '../src/components/Chips/RChip.vue';
import RDropdown from '../src/components/Dropdown/RDropdown.vue';
import RIcon from '../src/components/Icon/RIcon.vue';
import RLabel from '../src/components/Label/RLabel.vue';
import RModal from '../src/components/Modal/RModal.vue';
import RSnackbar from '../src/components/Snackbar/RSnackbar.vue';
import RSwitch from '../src/components/Switch/RSwitch.vue';
import RTabItem from '../src/components/TabItem/RTabItem.vue';
Expand All @@ -45,6 +47,7 @@ export {
RDropdown,
RIcon,
RLabel,
RModal,
RSnackbar,
RSwitch,
RTabItem,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocketui/vue",
"version": "0.0.15",
"version": "0.0.16",
"description": "A set of customizable UI components for Vue 3, built with TypeScript",
"type": "module",
"main": "dist/rocket-ui-vue.umd.cjs",
Expand Down

0 comments on commit 2befc45

Please # to comment.