chore(release): version packages - #296
Open
noahluftyang wants to merge 1 commit into
Open
Conversation
noahluftyang
requested review from
3o14,
G-hoon,
KYBee,
Yeom-JinHo,
froggy1014,
haedawn,
minjeeki,
minji0214 and
osohyun0224
as code owners
July 18, 2026 15:38
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (7)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
KYBee
approved these changes
Jul 24, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 27, 2026 14:04
001e1c3 to
bad3853
Compare
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
@sipe-team/button@1.0.0
Major Changes
ButtonVariant.filledtoButtonVariant.fillButtonSizefromsm | lgtosm | md | lg | xlleftIconandrightIconprops for icon supportcreateVar()(button-scoped CSS variables)#FE4E07), disabled (gray500/600)theme5thcolor token to@sipe-team/tokensPatch Changes
1e7bb22: redesign token contract structure with semantic color, spacing, and radius hierarchy
Breaking Changes
varspath changesvars.color.primaryvars.color.backgroundvars.color.textvars.color.accent.{default|hover|subtle}vars.color.background.{base|subtle|muted}vars.color.foreground.{default|subtle|muted|onAccent}vars.color.border.{default|strong|focus}vars.color.status.{success|warning|danger|info}.{foreground|background|border}vars.spacing.{xs|sm|md|lg|xl}vars.spacing.component.{xs|sm|md|lg|xl}vars.spacing.layout.{sm|md|lg|xl}vars.radius.{none|sm|md|lg|xl|full}vars.radius.component.{sm|md|lg|xl|full}vars.radius.layout.{sm|md|lg}vars.color.gradientandvars.color.secondaryhave been removed.defaultThemeexport removeddefaultThemeis no longer exported from@sipe-team/tokens. Theme variables are now applied automatically viacreateGlobalThemeon:root. Remove any explicitdefaultThemeimport or usage.Default color mode changed to dark
The
:roottheme now defaults tomode: 'dark'(previouslymode: 'light'). If your app relied on the light-mode defaults from:root, you will need to apply a[data-theme]attribute or supply your own light-mode overrides.Deprecated named exports
opacity,zIndex,borderWidth,borderStyle,shadows,breakpoints,breakpointQuery,responsiveStyle,gridand their associated types are deprecated and will be removed in a future release.1e7bb22: Preserve CSS imports in
sideEffectsso consumer bundlers don't tree-shake./styles.css.Updated dependencies [1e7bb22]
Updated dependencies [0b02738]
Updated dependencies [1e7bb22]
Updated dependencies [1e7bb22]
Updated dependencies [1e7bb22]
Updated dependencies [1e7bb22]
Updated dependencies [0b02738]
@sipe-team/theme@1.0.0
Major Changes
ThemeProvidernow applies themes viadata-themeattribute instead ofassignInlineVarsthemeprop changed from brand-color objects to'light' | 'dark'string unionThemeModetype is now exported from@sipe-team/tokenscolor,spacing, andradiusreorganized into semantic token hierarchythemes.css.tsnow reference Style Dictionary CSS variables instead of hardcoded JS constants@vanilla-extract/dynamicdependency from@sipe-team/themePatch Changes
@sipe-team/*package.jsonmetadata with the canonical shape. AddspublishConfig.registryto divider/radio/side/switch, unifieslintscripts onpnpm exec biome lint, normalizesworkspace:^→workspace:*in avatar/switch/typography, and moves accordion/theme/checkbox directreact,@types/react,react-dom, and@vanilla-extract/cssspecifiers to the pnpm catalog.@sipe-team/tokens@1.0.0
Major Changes
1e7bb22: redesign token contract structure with semantic color, spacing, and radius hierarchy
Breaking Changes
varspath changesvars.color.primaryvars.color.backgroundvars.color.textvars.color.accent.{default|hover|subtle}vars.color.background.{base|subtle|muted}vars.color.foreground.{default|subtle|muted|onAccent}vars.color.border.{default|strong|focus}vars.color.status.{success|warning|danger|info}.{foreground|background|border}vars.spacing.{xs|sm|md|lg|xl}vars.spacing.component.{xs|sm|md|lg|xl}vars.spacing.layout.{sm|md|lg|xl}vars.radius.{none|sm|md|lg|xl|full}vars.radius.component.{sm|md|lg|xl|full}vars.radius.layout.{sm|md|lg}vars.color.gradientandvars.color.secondaryhave been removed.defaultThemeexport removeddefaultThemeis no longer exported from@sipe-team/tokens. Theme variables are now applied automatically viacreateGlobalThemeon:root. Remove any explicitdefaultThemeimport or usage.Default color mode changed to dark
The
:roottheme now defaults tomode: 'dark'(previouslymode: 'light'). If your app relied on the light-mode defaults from:root, you will need to apply a[data-theme]attribute or supply your own light-mode overrides.Deprecated named exports
opacity,zIndex,borderWidth,borderStyle,shadows,breakpoints,breakpointQuery,responsiveStyle,gridand their associated types are deprecated and will be removed in a future release.Minor Changes
1e7bb22: Redesign Button component based on 5th generation design system
ButtonVariant.filledtoButtonVariant.fillButtonSizefromsm | lgtosm | md | lg | xlleftIconandrightIconprops for icon supportcreateVar()(button-scoped CSS variables)#FE4E07), disabled (gray500/600)theme5thcolor token to@sipe-team/tokens0b02738: 토큰 CSS 체인을 복구하고
./styles.css진입점을 추가합니다.packages/tokens/tsup.config.ts가 21개 패키지 중 유일하게 루트 tsup 설정을 상속하지 않아 vanilla-extract esbuild 플러그인이 누락돼 있었습니다. 그 결과:contract.css.ts가 일반 TS로 번들되어dist를 import하면 런타임 예외가 발생했습니다 (Styles were unable to be assigned to a file).@sipe-team/tokens를 re-export하는@sipe-team/side도 함께 영향받았습니다.createGlobalTheme호출이sideEffects: false로 트리셰이킹되어--side-*브릿지 CSS가 방출되지 않았습니다.vars.*를 쓰는 컴포넌트(Button)의 padding·radius·font-size·font-family·gap이 전부 무효화됐습니다.변경 사항
tsup.config.ts가 루트 설정을 상속합니다 (다른 20개 패키지와 동일한 패턴).sideEffects를["**/*.css"]로 변경해 소비자의 CSS import가 번들러에 제거되지 않게 합니다../styles.css진입점을 추가합니다. Style Dictionary 값층(--color-*,--spacing-*)과 vanilla-extract 브릿지(--side-*)를 한 파일로 제공합니다 — 둘 중 하나만 로드하면 체인이 조용히 끊기기 때문입니다.소비자 액션 필요: 개별 패키지를 사용한다면
import '@sipe-team/tokens/styles.css'를 추가해야 컴포넌트 스타일이 적용됩니다.1e7bb22: Replace brand-color ThemeProvider with light/dark mode toggle and align design tokens with SSOT.
ThemeProvidernow applies themes viadata-themeattribute instead ofassignInlineVarsthemeprop changed from brand-color objects to'light' | 'dark'string unionThemeModetype is now exported from@sipe-team/tokenscolor,spacing, andradiusreorganized into semantic token hierarchythemes.css.tsnow reference Style Dictionary CSS variables instead of hardcoded JS constants@vanilla-extract/dynamicdependency from@sipe-team/themePatch Changes
@sipe-team/tokens/token-namesfailing to resolve under node16 ESM. The generated barrel declaration re-exported./primitiveand./semanticwithout runtime extensions, and the types-only semantic layer had no runtime module behind it, so TypeScript could not resolve the sibling declarations. The barrel now emits extension-qualified specifiers and a runtime stub for the semantic layer.@sipe-team/tooltip@1.0.0
Major Changes
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/accordion@0.2.0
Minor Changes
type="single"is set onAccordion.Root, only one item can be open at a time. Also supports controlled mode viavalueandonValueChangeprops.Patch Changes
./styles.cssresolves. Both packages declared a localtsupconfig without the vanilla-extract plugin, so their.css.tsstyles were never compiled and thedist/index.cssreferenced bypublishConfig.exports["./styles.css"]was absent from the published tarball. They now reuse the shared root config like every other component package, and shipped without styles until now.@sipe-team/*package.jsonmetadata with the canonical shape. AddspublishConfig.registryto divider/radio/side/switch, unifieslintscripts onpnpm exec biome lint, normalizesworkspace:^→workspace:*in avatar/switch/typography, and moves accordion/theme/checkbox directreact,@types/react,react-dom, and@vanilla-extract/cssspecifiers to the pnpm catalog.sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/card@0.2.0
Minor Changes
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/flex@0.2.0
Minor Changes
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/avatar@0.0.2
Patch Changes
@sipe-team/badge@0.0.5
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/checkbox@0.0.2
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/chip@0.0.2
Patch Changes
@sipe-team/chippackage.json to match the canonical structure used across other@sipe-team/*packages. AddspublishConfigwithaccess/registry/exports, moves sourceexportsto./src/index.ts, addstype: "module",repository,sideEffects: ["**/*.css"], and aligns scripts/dependencies. Consumer module resolution now uses theimport/requirebranches declared underpublishConfig.exports.@sipe-team/divider@0.0.4
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/grid@0.1.2
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/input@0.0.5
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/radio@0.1.1
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/reset@0.1.3
Patch Changes
./reset.cssexport at the emitted stylesheet. It referenced./dist/reset.css, but the build emits./dist/index.css, so importing@sipe-team/reset/reset.cssfailed to resolve.sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/side@0.2.7
Patch Changes
@sipe-team/*package.jsonmetadata with the canonical shape. AddspublishConfig.registryto divider/radio/side/switch, unifieslintscripts onpnpm exec biome lint, normalizesworkspace:^→workspace:*in avatar/switch/typography, and moves accordion/theme/checkbox directreact,@types/react,react-dom, and@vanilla-extract/cssspecifiers to the pnpm catalog.sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/skeleton@0.0.4
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/switch@0.0.4
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.@sipe-team/typography@0.0.6
Patch Changes
sideEffectsso consumer bundlers don't tree-shake./styles.css.docs@0.0.1
Patch Changes