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

Changeset: Version packages #4279

Merged
merged 4 commits into from
Nov 15, 2023
Merged

Changeset: Version packages #4279

merged 4 commits into from
Nov 15, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 8, 2023

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

@kaizen/[email protected]

Minor Changes

  • #4272 f09c3964e - Migrate GuidanceBlock from kaizen-legacy

  • #4308 07ae2692f - Add TitleBlockZen, SkirtCard components export

  • #4282 982cbc006 - Migrate BrandMomentCaptureIntro from kaizen-legacy

    • Migrate BrandMomentCaptureIntro as nested Scene component
    • Replace setting of inline styles and display non with conditional render
    • Adds stories and documentation to illustrate specific use case and animation
  • #4205 dee798fdb - Added the following foundational styles to dist/styles.css:

    • Reset: initially to provide the border properties that support Tailwind's border default settings.
    • Fonts: with font-face definitions for Inter, Tiempos and IBM Mono
    • Normalize: A standard Normalize already present across CultureAmp
    • Layers: A set of CSS layers to help control the specificity of these 3 CSS stylesheets and our component's CSS.

    Important: Remove any other normalize or reset stylesheets in your application repo

Patch Changes

  • #4285 374d5bcca - Dep updates (dev updates not listed)

    • @floating-ui/react-dom from 2.0.2 to 2.0.4
    • @react-stately/collections from 3.10.2 to 3.10.3
    • @react-stately/menu from 3.5.6 to 3.5.7
    • react-animate-height from 3.2.2 to 3.2.3
    • (peer dep) react-intl from 6.5.1 to 6.5.4
  • #4205 dee798fdb - - Replace all usages of Heading from @kaizen/typography with the same from KAIO

    • Replace all usages of Paragraph from @kaizen/typography with Text from KAIO
    • Remove @kaizen/brand and its usages
    • Remove @kaizen/brand-moment and its usages
    • Remove @kaizen/button and its usages
    • Remove @kaizen/draft-badge and its usages
    • Remove @kaizen/draft-card and its usages
    • Remove @kaizen/draft-divider and its usages
    • Remove @kaizen/draft-form and its usages
    • Remove @kaizen/draft-illustration and its usages
    • Remove @kaizen/draft-page-layout and its usages
    • Remove @kaizen/draft-select and its usages
    • Remove @kaizen/draft-tabs and its usages
    • Remove @kaizen/draft-tag and its usages
    • Remove @kaizen/draft-tooltip and its usages
    • Remove @kaizen/responsive and its usages
    • Remove @kaizen/notification and its usages
    • Remove @kaizen/loading-skeleton and its usages
    • Remove @kaizen/loading-spinner and its usages
    • Update usages of uuid to useId within components
  • #4296 b745e3f75 - Bump adobe (react-aria/stately) packages

@kaizen/[email protected]

Minor Changes

  • #4256 6e22e0a21 - Fix long utility strings for borders in Tailwind (in combination with @kaizen/components/dist/styles.css)

    Important: these utilities will not work without upgrading to @kaizen/[email protected]

    • Adds DEFAULT values to borderWidth and borderColor in the Tailwind preset, so these don't need to be written with utility classes.

    These changes mean that border styles require much less utility classes to be written.
    For example, to add a border-bottom to an element, we would previously need to write:

    className="border-b-default border-l-none border-r-none border-t-none border-solid border-purple-800"
    

    We can now achieve the same css by simply writing:

    className="border-b"
    

Patch Changes

@kaizen/[email protected]

Patch Changes

  • #4205 dee798fdb - Move CSS vars to :root

  • #4308 07ae2692f - Dep updates (dev updates not listed)

    • @types/color-string from 1.5.4 to 1.5.5
    • @types/lodash.kebabcase from 4.1.8 to 4.1.9
  • #4205 dee798fdb - Remove use of @kaizen/typography

@github-actions github-actions bot requested a review from a team as a code owner November 8, 2023 21:51
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 9a0f72c to d83f8bb Compare November 14, 2023 06:46
@github-actions github-actions bot force-pushed the changeset-release/main branch from d83f8bb to f9c8cec Compare November 15, 2023 00:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from f9c8cec to e51d872 Compare November 15, 2023 03:02
Geoffrey Chong and others added 2 commits November 15, 2023 14:50
@gyfchong gyfchong merged commit 56527ba into main Nov 15, 2023
14 of 15 checks passed
@gyfchong gyfchong deleted the changeset-release/main branch November 15, 2023 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants