-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: removed un getCurrentInstance check, added package files field
- Loading branch information
1 parent
925967c
commit 8b27c0c
Showing
6 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ package-lock.json | |
*.logs | ||
|
||
BACKLOG.md | ||
|
||
vue-use-state-effect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
### 0.1.4 (25.10.2022) | ||
|
||
- removed unnecessary lib build | ||
- removed doubled `getCurrentInstanc` check | ||
|
||
### 0.1.2 (09.06.2022) | ||
* [**feature**] destroy destination ([#3](https://github.com/lukasborawski/vue-use-state-effect/pull/3)) | ||
* Nuxt demo update ([c38644d](https://github.com/lukasborawski/vue-use-state-effect/pull/3/commits/c38644d56babbf3c674f81742c94b74518d7a429)) | ||
* docs update | ||
|
||
- [**feature**] destroy destination ([#3](https://github.com/lukasborawski/vue-use-state-effect/pull/3)) | ||
- Nuxt demo update ([c38644d](https://github.com/lukasborawski/vue-use-state-effect/pull/3/commits/c38644d56babbf3c674f81742c94b74518d7a429)) | ||
- docs update | ||
|
||
### 0.1.1 (24.05.2022) | ||
* fixed typings ([96fb9ce](https://github.com/lukasborawski/vue-use-state-effect/commit/96fb9ce2bcf29bc8048ca2e99e5f0cd8493b4f43)) | ||
* Nuxt demo update ([2a078b8](https://github.com/lukasborawski/vue-use-state-effect/commit/2a078b898c36abbb439f180f1fd853cac704f847)) | ||
* docs update | ||
|
||
- fixed typings ([96fb9ce](https://github.com/lukasborawski/vue-use-state-effect/commit/96fb9ce2bcf29bc8048ca2e99e5f0cd8493b4f43)) | ||
- Nuxt demo update ([2a078b8](https://github.com/lukasborawski/vue-use-state-effect/commit/2a078b898c36abbb439f180f1fd853cac704f847)) | ||
- docs update | ||
|
||
### 0.1.0 (20.05.2022) | ||
* initial package state | ||
* docs | ||
* demos | ||
|
||
- initial package state | ||
- docs | ||
- demos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters