-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
251ddd6
commit 07204b6
Showing
25 changed files
with
204 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"packages/core": "^0.0.0", | ||
"packages/countdown": "^0.0.0", | ||
"packages/form-controls": "^0.0.0", | ||
"packages/gravatar": "^0.0.0", | ||
"packages/link": "^0.0.0", | ||
"packages/list-controls": "^0.0.0", | ||
"packages/navigation": "^0.0.0", | ||
"packages/pagination": "^0.0.0", | ||
"packages/preset-bootstrap-v4": "^0.0.0", | ||
"packages/preset-bootstrap-v5": "^0.0.0", | ||
"packages/preset-font-awesome": "^0.0.0" | ||
"packages/core": "1.0.0", | ||
"packages/countdown": "1.0.0", | ||
"packages/form-controls": "1.0.0", | ||
"packages/gravatar": "1.0.0", | ||
"packages/link": "1.0.0", | ||
"packages/list-controls": "1.0.0", | ||
"packages/navigation": "1.0.0", | ||
"packages/pagination": "1.0.0", | ||
"packages/preset-bootstrap-v4": "1.0.0", | ||
"packages/preset-bootstrap-v5": "1.0.0", | ||
"packages/preset-font-awesome": "1.0.0", | ||
"packages/timeago": "1.0.0" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Features | ||
|
||
* enhanced and simplified ref utils ([74c984e](https://github.com/tada5hi/vuecs/commit/74c984ec102a2afc8df999d44003b85e555e1c94)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* don't expose merge fn in core package ([27ff7e1](https://github.com/tada5hi/vuecs/commit/27ff7e1cb42d4b84b659bc0d277de53725ff6505)) | ||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Features | ||
|
||
* enhanced and simplified ref utils ([74c984e](https://github.com/tada5hi/vuecs/commit/74c984ec102a2afc8df999d44003b85e555e1c94)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 | ||
* peerDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Features | ||
|
||
* enable link to keep current query state ([4f33d18](https://github.com/tada5hi/vuecs/commit/4f33d18b9dcf5701f38ece5532b185312ebffc2c)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* build pipeline ([f47eb86](https://github.com/tada5hi/vuecs/commit/f47eb86e8e883c9cdc720dea35a77c1b002c385a)) | ||
* minor enhancement for route interaction ([ab616a3](https://github.com/tada5hi/vuecs/commit/ab616a3c73c9931c523a553eff32cdc299fb2c74)) | ||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) | ||
* remove vue-router from package ([6e74c00](https://github.com/tada5hi/vuecs/commit/6e74c00afcaf08fb457152ec9bfbcf580ebb463a)) |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Features | ||
|
||
* enhanced and simplified ref utils ([74c984e](https://github.com/tada5hi/vuecs/commit/74c984ec102a2afc8df999d44003b85e555e1c94)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* don't expose merge fn in core package ([27ff7e1](https://github.com/tada5hi/vuecs/commit/27ff7e1cb42d4b84b659bc0d277de53725ff6505)) | ||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 | ||
* peerDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 | ||
* @vuecs/link bumped from ^0.0.0 to ^1.0.0 | ||
* peerDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 | ||
* @vuecs/link bumped from ^0.0.0 to ^1.0.0 |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Features | ||
|
||
* **pagination:** add default styling + provide utilities ([df7e4c5](https://github.com/tada5hi/vuecs/commit/df7e4c5b29417ea802c0cc049a67d96859ec4621)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 | ||
* peerDependencies | ||
* @vuecs/core bumped from ^0.0.0 to ^1.0.0 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Features | ||
|
||
* **pagination:** add default styling + provide utilities ([df7e4c5](https://github.com/tada5hi/vuecs/commit/df7e4c5b29417ea802c0cc049a67d96859ec4621)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bump date-fns to v3 ([54f4125](https://github.com/tada5hi/vuecs/commit/54f412507a8be1195e6f239148f414c528b3cb6b)) | ||
* remove copyright & trigger release ([d23f8af](https://github.com/tada5hi/vuecs/commit/d23f8afe5f3f00201017925bbd0c0e8d421aae99)) |
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