@morpheme/timeline
Advanced tools
Comparing version 1.0.0-rc.5 to 1.0.0-rc.7
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-rc.7](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-11-14) | ||
### Bug Fixes | ||
* **#190:** fix import types ([aa9d73a](https://github.com/gitsindonesia/ui-component/commit/aa9d73aebe747cdcaa97b23c725181bddb2a8105)) | ||
# [1.0.0-rc.5](https://github.com/gitsindonesia/ui-component/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2023-11-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@morpheme/timeline", | ||
"version": "1.0.0-rc.5", | ||
"version": "1.0.0-rc.7", | ||
"description": "Morpheme Timeline Component", | ||
@@ -22,7 +22,7 @@ "scripts": { | ||
"@headlessui/vue": "^1.7.13", | ||
"@morpheme/avatar": "^1.0.0-rc.5", | ||
"@morpheme/button": "^1.0.0-rc.5", | ||
"@morpheme/icon": "^1.0.0-rc.4", | ||
"@morpheme/avatar": "^1.0.0-rc.7", | ||
"@morpheme/button": "^1.0.0-rc.7", | ||
"@morpheme/icon": "^1.0.0-rc.7", | ||
"@morpheme/tailwind-config": "^1.0.0-rc.4", | ||
"@morpheme/text": "^1.0.0-rc.4", | ||
"@morpheme/text": "^1.0.0-rc.7", | ||
"@morpheme/utils": "^1.0.0-rc.4", | ||
@@ -53,3 +53,3 @@ "@vue/test-utils": "^2.0.0-rc.17", | ||
}, | ||
"gitHead": "77e1205a0266f666c7f65163dea85751bf82c015" | ||
"gitHead": "ce7d0a5d8ffdb83a84c3555acbc5890636db0cd0" | ||
} |
@@ -1,2 +0,2 @@ | ||
import {Meta, Story} from '@storybook/vue3'; | ||
import type {Meta, Story} from '@storybook/vue3'; | ||
import VTimeline from './VTimeline.vue'; | ||
@@ -3,0 +3,0 @@ import VTimelineItem from './VTimelineItem.vue'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30232