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

[core] Convert the waterfall module to an internal package #35323

Merged
merged 3 commits into from
Feb 8, 2023

Conversation

michaldudak
Copy link
Member

@michaldudak michaldudak commented Dec 2, 2022

This is a part of the scripts cleanup.
This PR moves the content of /modules/waterfall to /packages/waterfall and creates an internal @mui/internal-waterfall package out of it.
It removes the top level modules directory and simplifies a few imports.

@michaldudak michaldudak added the core Infrastructure work going on behind the scenes label Dec 2, 2022
@michaldudak michaldudak requested a review from a team December 2, 2022 10:12
@mui-bot
Copy link

mui-bot commented Dec 2, 2022

Messages
📖 Netlify deploy preview: https://deploy-preview-35323--material-ui.netlify.app/

No bundle size changes

Generated by 🚫 dangerJS against 29280af

@@ -0,0 +1,7 @@
{
"name": "@mui-internal/waterfall",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"name": "@mui-internal/waterfall",
"name": "@mui/internal-waterfall",

Would this be better? To have the same org name

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure, I'm OK with both.

Copy link
Member Author

Choose a reason for hiding this comment

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

There are other packages that use the @mui-internal scope. I'll rename them in a separate PR.

@@ -0,0 +1,7 @@
{
"name": "@mui/internal-waterfall",
"version": "1.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

Usually we use "5.0.0" for the private packages, but we can do the change once for all packages in a follow up PR.

@michaldudak michaldudak merged commit 27c8a5a into mui:master Feb 8, 2023
@michaldudak michaldudak deleted the waterfall-package branch February 8, 2023 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants