-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Version Packages #226
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #226
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 05:26
5b6ddfe
to
cda8a63
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 05:30
cda8a63
to
5c247d9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 08:29
5c247d9
to
437d269
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 08:35
437d269
to
f8723b0
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 9, 2024 22:58
f8723b0
to
d27aef9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 07:39
d27aef9
to
83c012e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 09:01
83c012e
to
5310840
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 20:04
5310840
to
c0922bb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 20:29
c0922bb
to
3453a5b
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 21:03
3453a5b
to
7ea0ec9
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
December 10, 2024 21:48
7ea0ec9
to
cca9cda
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
3022d63: Renames
Directory
andFile
getParentDirectory
methods togetParent
to better align withgetSiblings
. This also aligns more closely with the web File System API's getParent method.Breaking Changes
Directory.getParentDirectory
is nowDirectory.getParent
File.getParentDirectory
is nowFile.getParent
ba2d5e1: Adds
pathCasing
option toDirectory
for setting the casing of all path methods. This is useful for ensuring that all paths are in a consistent casing, regardless of the underlying file system.80ae7f2: Marks the
Directory#duplicate
method as private since this was previously only exposed forEntryGroup
which no longer requires a new instance to be created.1f6603d: Removes
getEditPath
in favor ofgetRepositoryUrl
andgetEditorUri
for a more explicit API. Prior, thegetEditPath
method switched between the editor and the git provider source based on the environment. This was confusing and not always the desired behavior. Now you can explicitly choose the behavior you want.Breaking Changes
The
getEditPath
method has been removed. UsegetRepositoryUrl
andgetEditorUri
instead.To get the same behavior as
getEditPath
you can use bothgetRepositoryUrl
andgetEditorUri
together:Patch Changes
5d8bd25: Fixes nested ordered files not using a unique key causing them to be filtered.
679da2c: Fixes
Directory#getFile
not considering file name modifiers.5b558c1: Fixes
Directory#getFile
not prioritizing base files over files with modifiers e.g.Button.tsx
overButton.examples.tsx
.Updated dependencies [ece3cc2]
@renoun/[email protected]
Patch Changes