-
Notifications
You must be signed in to change notification settings - Fork 4
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 is missing required assets #74
Labels
Milestone
Comments
The issue is related to the fact that the src resources are not included with the npm package. See this file as a reference to correct. Exit criteriaThis issue can be closed once the update includes the necessary components of the source files. |
Merged
6 tasks
irma-kurnia-alaska
pushed a commit
that referenced
this issue
Apr 18, 2023
irma-kurnia-alaska
added
the
Status: Work In Progress
Issue or Pull Request work is in Progress
label
Apr 18, 2023
Merged
3 tasks
3 tasks
blackfalcon
pushed a commit
that referenced
this issue
Apr 19, 2023
blackfalcon
pushed a commit
that referenced
this issue
Apr 21, 2023
AuroDesignSystem
pushed a commit
that referenced
this issue
Apr 21, 2023
## [3.4.4](v3.4.3...v3.4.4) (2023-04-21) ### Reverts * Revert "perf(es5): Remove legacy es5 bundling resources #63" ([82669c2](82669c2)), closes [#63](#63) * Revert "perf(sass): Update Sass to use dart-sass dependency #64" ([dded5b0](dded5b0)), closes [#64](#64) * Revert "perf(husky): pre-commit and husky update #65" ([654a082](654a082)), closes [#65](#65) * Revert "docs(template): update issue templates #70" ([7419b12](7419b12)), closes [#70](#70) * Revert "build(npm): update npm namespace #71" ([f03729f](f03729f)), closes [#71](#71) * Revert "feat(ts): add support for typescript users #69" ([1b45723](1b45723)), closes [#69](#69) * Revert "chore(deps): full dependency update" ([25bb33c](25bb33c)) * Revert "perf(lit): update component to Lit2.0 #68" ([687e89a](687e89a)), closes [#68](#68) * Revert "perf(server): update to use single shell" ([034e846](034e846)) * Revert "perf(node18): update core features to support node 18+ #66" ([1b0fb9a](1b0fb9a)), closes [#66](#66) * Revert "chore(configs): release is missing required assets #74" ([bc6f712](bc6f712)), closes [#74](#74) * Revert "feat() : support element name extension feature #62" ([d9fe35a](d9fe35a)), closes [#62](#62) * Revert "docs(issues): update bug template" ([2221afd](2221afd)) * Revert "feat(ts): move the package of typescript into devDependencies" ([789a6f4](789a6f4)) * Revert "chore(deps): full dependency update" ([26aadc9](26aadc9)) * Revert "chore: additional cleanup of legacy code This commit removes legacy content from current resources and deleted files that are no longer required." ([79c61dc](79c61dc)) * Revert "deps: remove unused resources" ([9eaba53](9eaba53)) * Revert "chore: remove unused resource" ([a720ef9](a720ef9)) * Revert "chore: cleanup of legacy code" ([d2151d0](d2151d0)) * Revert "build(husky): remove package.json config #65" ([d2b00ee](d2b00ee)), closes [#65](#65) * Revert "build(husky): update package-lock.json" ([0dc802c](0dc802c)) * Revert "build: update automated api generation script" ([b3a8021](b3a8021)) * Revert "docs: update to component registration function" ([fe459d3](fe459d3)) * Revert "build(husky): update resource to be executable #65" ([f1d83e0](f1d83e0)), closes [#65](#65) * Revert "docs: update postinstall message" ([361a4a0](361a4a0))
blackfalcon
pushed a commit
that referenced
this issue
Apr 21, 2023
blackfalcon
pushed a commit
that referenced
this issue
Apr 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Please verify the version of auro-badge you have installed
3.4.1
Please describe the bug
The delivered version of
index.js
has a dependency on./src/auro-icon.js
which is not in the delivered package. We need to update the package and include./src/auro-icon.js
Expected behavior
The installed element should operate as expected.
The text was updated successfully, but these errors were encountered: