-
-
Notifications
You must be signed in to change notification settings - Fork 363
chore: prep v3
for V4
#3902
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
chore: prep v3
for V4
#3902
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request prepares the v3 Skeleton website for the upcoming v4 release by removing v4 teaser content and adding archived warning banners to guide users appropriately. The changes also include package version updates and repository configuration adjustments.
- Remove v4 teaser content and add archived warning banners
- Update branch references from
main
tov3
for v3-specific content - Update package versions and repository URLs across multiple packages
Reviewed Changes
Copilot reviewed 20 out of 21 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
sites/skeleton.dev/src/layouts/LayoutDoc.astro | Update branch reference from main to v3 |
sites/skeleton.dev/src/content/docs/resources/contribute/get-started.mdx | Add v3 branch documentation and update branch table |
sites/skeleton.dev/src/content/docs/resources/contribute.mdx | Add warning banner directing users to v4 contribution guidelines |
sites/skeleton.dev/src/content/docs/get-started/v4-early-preview.mdx | Update component examples and add custom animation documentation |
sites/skeleton.dev/src/components/composed/avatar/svelte.mdx | Remove entire file (avatar component documentation) |
sites/skeleton.dev/src/components/homepage/HomePlayground.astro | Update demo links to new repository structure |
sites/skeleton.dev/src/components/homepage/HomeHero.astro | Remove commented announcement banner code |
pnpm-workspace.yaml | Remove caret prefix from zag version |
packages/skeleton/src/utilities/buttons.css | Fix hover styles to not apply when disabled |
packages/skeleton/package.json | Version bump and add directory field to repository config |
packages/skeleton/CHANGELOG.md | Add changelog entries for versions 3.2.1 and 3.2.2 |
packages/skeleton-svelte/package.json | Version bump and add repository config |
packages/skeleton-svelte/CHANGELOG.md | Add changelog entries for versions 1.5.2 and 1.5.3 |
packages/skeleton-react/package.json | Version bump and add repository config |
packages/skeleton-react/CHANGELOG.md | Add changelog entries for versions 1.4.1 and 1.4.2 |
packages/cli/package.json | Version bump to 1.0.1 |
packages/cli/CHANGELOG.md | Add changelog entry for version 1.0.1 |
.github/workflows/build-publish.yml | Update workflow name and configuration for trusted publishing |
.github/workflows/build-publish-next.yml | Remove entire next publishing workflow |
.github/pull_request_template.md | Update contribution guidelines for v3/v4 branch targeting |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
sites/skeleton.dev/src/content/docs/get-started/v4-early-preview.mdx
Outdated
Show resolved
Hide resolved
sites/skeleton.dev/src/content/docs/get-started/v4-early-preview.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Preps the v3 website for v4: