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

release: v3.0.5 #165

Merged
merged 8 commits into from
Apr 15, 2024
Merged

release: v3.0.5 #165

merged 8 commits into from
Apr 15, 2024

Conversation

marlonmarcello
Copy link
Contributor

@marlonmarcello marlonmarcello commented Apr 5, 2024

Copy link

changeset-bot bot commented Apr 5, 2024

🦋 Changeset detected

Latest commit: b6651f4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@wethegit/components Patch
@wethegit/components-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@marlonmarcello marlonmarcello requested a review from a team April 5, 2024 16:31
Copy link
Member

@liamegan liamegan left a comment

Choose a reason for hiding this comment

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

Looks great

@@ -5,7 +5,7 @@ const TOTAL_SPACE_CLASSES = 10
const BREAKPOINTS: Exclude<Breakpoint, "sm">[] = ["md", "lg", "xl", "xxl"]

// This should be the same amount as TOTAL_SPACE_CLASSES
type SpacingRange = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
type SpacingRange = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
Copy link
Member

Choose a reason for hiding this comment

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

I wish TS supported range definitions.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Me too. There is a proposal being worked on, so hopefully soon 🙏
microsoft/TypeScript#43505

@marlonmarcello marlonmarcello merged commit 308f4f4 into main Apr 15, 2024
2 checks passed
@marlonmarcello marlonmarcello deleted the release/v3.0.5 branch May 22, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants