Skip to content
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

refactor: merge packages as react-components #236

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

tomivirkki
Copy link
Member

Description

Fixes #235

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c53967e) 94.86% compared to head (a8f3800) 95.89%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
+ Coverage   94.86%   95.89%   +1.02%     
==========================================
  Files          30       30              
  Lines         292      292              
  Branches       35       35              
==========================================
+ Hits          277      280       +3     
  Misses          3        3              
+ Partials       12        9       -3     
Flag Coverage Δ
unittests 95.89% <ø> (+1.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -86,7 +93,7 @@
"@vaadin/virtual-list": "24.4.0-alpha11"
},
"author": "Vaadin Ltd.",
"license": "Apache-2.0",
"license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/commercial-license-and-service-terms)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious to see if that works, but it looks correct according to NPM docs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also what @vaadin/vaadin uses https://www.npmjs.com/package/@vaadin/vaadin

@tomivirkki tomivirkki merged commit 829608f into main Feb 6, 2024
@tomivirkki tomivirkki deleted the refactor/merge-packages branch February 6, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge the workspace packages
3 participants