Skip to content

Commit f3066e7

Browse files
authored
Merge pull request #1 from GlobalHive/release-please--branches--master--components--vuejs-tour
chore(master): release 1.0.0
2 parents 4c8a743 + aaaec49 commit f3066e7

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-12-09)
4+
5+
6+
### Features
7+
8+
* **component:** Added onNext and onPrev functions ([7d68a64](https://github.com/GlobalHive/vuejs-tour/commit/7d68a645e95f41f40d716f502aff6a1ea7ceeca2))
9+
* **component:** Added tour finished to localstorage ([466659f](https://github.com/GlobalHive/vuejs-tour/commit/466659fcbbbdd8d06e9cd80bf0c4f01a7ea0a2ef))
10+
* **component:** Added tour finished to localstorage ([7e340a7](https://github.com/GlobalHive/vuejs-tour/commit/7e340a7c7bed3d77214050365e03dc12f8d7477f))
11+
* **docs:** Added documentation ([1ba9859](https://github.com/GlobalHive/vuejs-tour/commit/1ba985944c43a418f44e4680c3e04f17fe1d26f5))
12+
* **package:** Added npm definitions ([9a1d371](https://github.com/GlobalHive/vuejs-tour/commit/9a1d3712dc1f6860b5c7f2ee30cdfccb61f7569b))
13+
* **vuejs-tour:** created component ([99a3088](https://github.com/GlobalHive/vuejs-tour/commit/99a30883624d5bb035303824f6223ad55ca2a798))
14+
15+
16+
### Bug Fixes
17+
18+
* **docs:** Fixed missing package error ([5994f85](https://github.com/GlobalHive/vuejs-tour/commit/5994f8528a5d95f318d29a99d76d0c4936a5c5dd))
19+
* **package:** fixed formatting ([50eba1c](https://github.com/GlobalHive/vuejs-tour/commit/50eba1c5ed4c55d1a9bfd470071299bc6e8c6328))
20+
* **package:** Fixed pop up showing before start ([6d1feaa](https://github.com/GlobalHive/vuejs-tour/commit/6d1feaab5e0ae90bb1b9863cf8c307501387e1fc))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globalhive/vuejs-tour",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"description": "VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.",
55
"author": "Global Hive <support@globalhive.de>",
66
"private": false,

0 commit comments

Comments
 (0)