We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.6.1
Similar to the issue raised in #575 , the template file needs to be updated to move @aurodesignsystem/auro-library into package.json devDependencies
template
@aurodesignsystem/auro-library
package.json
devDependencies
"@aurodesignsystem/auro-library": "^2.8.0",
None
To avoid issues when installing into projects, Auro Library needs to be listed as part of dependencies.
dependencies
No response
First reported in #573
build
tests
The text was updated successfully, but these errors were encountered:
fix: moves auro library in template to dependencies #577
e46ebdd
cdc46fd
chore(release): 4.6.2 [skip ci]
5a5c184
## [4.6.2](v4.6.1...v4.6.2) (2024-10-10) ### Bug Fixes * moves auro library in template to dependencies [#577](#577) ([cdc46fd](cdc46fd))
chrisfalaska
Successfully merging a pull request may close this issue.
Please verify the version of WCGenerator you have installed
4.6.1
Please describe the bug
Similar to the issue raised in #575 , the
template
file needs to be updated to move@aurodesignsystem/auro-library
intopackage.json
devDependencies
package.json
"@aurodesignsystem/auro-library": "^2.8.0",
is listed insidedevDependencies
Reproducing the error
None
Expected behavior
To avoid issues when installing into projects, Auro Library needs to be listed as part of
dependencies
.What browsers are you seeing the problem on?
No response
Additional context
First reported in #573
Exit criteria
dependencies
build
runs correctlytests
passThe text was updated successfully, but these errors were encountered: