-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0.1 #174
Merged
Merged
Release 2.0.1 #174
Conversation
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
* fix: update scripts to also format vue-files + remove @vue/compiler-sfc dep since it is already included in later versions of vue + add .eslintrc-file * fix: bump @warp-ds/eslint-config + revert installing eslint-config-prettier + eslint-plugin-prettier * fix: revert installing @serverless-guru/prettier-plugin-import-order * fix: remove ^ from eslint-plugin-vue + vue-eslint-parser * fix: lint all files * fix: relint textarea and textfield + update pnpm-lock-file * fix: broken pnpm-lock-file * fix: change key * fix: revert capitalizing the "w" in the component names * fix: revert more capitalized "w" from component names * fix: relint components * fix: revert linting outlineClasses to be on single line * fix: move template under script-tags * fix: move up script export default tags to right under <script> tags * fix: rewrite nester ternary statement to if else + remove // eslint-disable-next-line
## [2.0.1-next.1](v2.0.0...v2.0.1-next.1) (2024-05-23) ### Bug Fixes * add support for formatting vue files ([#167](#167)) ([347ab79](347ab79))
## [2.0.1-next.2](v2.0.1-next.1...v2.0.1-next.2) (2024-05-23) ### Bug Fixes * revert renaming key in w-toggle ([#168](#168)) ([286ed74](286ed74))
* fix: create a default targetEl only for when props.callout is true * fix: move watcher to onMounted to make sure it only runs on client, to avoid ssr error regarding document being undefined * fix: add comment to describe watcher for creating default div * fix: bump to latest version of @warp-ds/core dependency
## [2.0.1-next.3](v2.0.1-next.2...v2.0.1-next.3) (2024-06-17) ### Bug Fixes * add default targetEl for callout ([#170](#170)) ([957e4cb](957e4cb))
## [2.0.1-next.4](v2.0.1-next.3...v2.0.1-next.4) (2024-06-18) ### Bug Fixes * Deprecate the "notification" variant of Badge ([#172](#172)) ([74bf5f2](74bf5f2))
magnuh
approved these changes
Jul 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.