Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.2
uses: saadmk11/changelog-ci@v1.2.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Customizable Timeline Component for Vue

The `v-timeline-component` is a slot based vue.js component that displays events in a timeline format. It offers both vertical and horizontal layouts, enabling customization of event presentation, styling, and content.
The `v-timeline-component` is a Vue.js component that utilizes slots to display events in a timeline format. It supports both vertical and horizontal layouts, allowing for customization of event presentation, styling, and content. You can also view it at [showcase](https://horberlan.netlify.app/projects/v-timeline-component).

## Features

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v-timeline-component",
"private": false,
"version": "0.3.1",
"version": "0.3.2",
"description": "Customizable timeline component for Vue",
"type": "module",
"main": "dist/v-timeline-component.umd.cjs",
Expand Down Expand Up @@ -35,6 +35,7 @@
"type": "git",
"url": "https://github.com/horberlan/v-timeline-component"
},
"homepage": "https://horberlan.netlify.app/projects/v-timeline-component",
"keywords": [
"vue3",
"vuejs",
Expand Down
Loading