chore: version packages#12
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Changesets graduates 0.x packages to 1.0.0 on the first non-patch bump. README pins this project to pre-1.0 and signals breaking changes are still in flight, so override the generated 1.0.0 across the fixed group back to the intended 0.2.0. Same pattern as 3c18704 (`pin first release to 0.1.0 instead of 1.0.0`). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@fluxloop-ai/pds-core@1.0.0
Minor Changes
ec67fe3:
tv팩토리와tw-merge-config를@fluxloop-ai/pds-core로 이동.tv,VariantProps,twMergeConfig,PDS_TYPOGRAPHY_VARIANTS를 새로 export.cn도extendTailwindMerge(twMergeConfig)로 강화돼 PDS typography 그룹(text-body2등) 과 임의 색 클래스 충돌이 해소됨.../utils/cn,../utils/tv가 아니라@fluxloop-ai/pds-core에서 직접 import. 레지스트리utils항목은 제거됐고, 컴포넌트별dependencies에@fluxloop-ai/pds-core가 추가돼npx shadcn add한 번이면 추가 파일 fetch 없이 빌드된다.lib/utils.ts로 복사된cn을 쓰고 있었다면,@fluxloop-ai/pds-core의cn으로 옮기거나 그대로 둬도 됨(중복일 뿐 동작 무방). 단 PDS typography 그룹 인지가 필요한 새 컴포넌트는 core 의cn/tv사용 권장.@fluxloop-ai/pds-icons@1.0.0
@fluxloop-ai/pds-markdown@1.0.0
@fluxloop-ai/pds-ui@1.0.0
Minor Changes
ec67fe3:
tv팩토리와tw-merge-config를@fluxloop-ai/pds-core로 이동.tv,VariantProps,twMergeConfig,PDS_TYPOGRAPHY_VARIANTS를 새로 export.cn도extendTailwindMerge(twMergeConfig)로 강화돼 PDS typography 그룹(text-body2등) 과 임의 색 클래스 충돌이 해소됨.../utils/cn,../utils/tv가 아니라@fluxloop-ai/pds-core에서 직접 import. 레지스트리utils항목은 제거됐고, 컴포넌트별dependencies에@fluxloop-ai/pds-core가 추가돼npx shadcn add한 번이면 추가 파일 fetch 없이 빌드된다.lib/utils.ts로 복사된cn을 쓰고 있었다면,@fluxloop-ai/pds-core의cn으로 옮기거나 그대로 둬도 됨(중복일 뿐 동작 무방). 단 PDS typography 그룹 인지가 필요한 새 컴포넌트는 core 의cn/tv사용 권장.Patch Changes