Skip to content

Commit

Permalink
Changeset: Version packages (#4279)
Browse files Browse the repository at this point in the history
* version packages

* version packages

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Geoffrey Chong <[email protected]>
Co-authored-by: Geoffrey Chong <[email protected]>
  • Loading branch information
4 people authored Nov 15, 2023
1 parent 07ae269 commit 56527ba
Show file tree
Hide file tree
Showing 22 changed files with 104 additions and 125 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-poets-drum.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/chilled-sloths-cover.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/cool-tomatoes-flow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/five-moose-kick.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/gold-carrots-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/great-laws-pretend.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/green-houses-divide.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/large-falcons-decide.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/real-beds-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-dolphins-cough.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/silver-cars-yawn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silver-fireants-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-buses-march.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/wet-emus-invite.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/wet-pens-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-phones-end.md

This file was deleted.

57 changes: 57 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,62 @@
# Change Log

## 1.35.0

### Minor Changes

- [#4272](https://github.com/cultureamp/kaizen-design-system/pull/4272) [`f09c3964e`](https://github.com/cultureamp/kaizen-design-system/commit/f09c3964e348fdd651ec32722e0b42515c014099) - Migrate GuidanceBlock from kaizen-legacy

- [#4308](https://github.com/cultureamp/kaizen-design-system/pull/4308) [`07ae2692f`](https://github.com/cultureamp/kaizen-design-system/commit/07ae2692fd2ff1118fe2c9f4a3d3c4ee2f0d33bd) - Add `TitleBlockZen`, `SkirtCard` components export

- [#4282](https://github.com/cultureamp/kaizen-design-system/pull/4282) [`982cbc006`](https://github.com/cultureamp/kaizen-design-system/commit/982cbc00635daae77496d06bf66aa3ba2bcdf6f3) - 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](https://github.com/cultureamp/kaizen-design-system/pull/4205) [`dee798fdb`](https://github.com/cultureamp/kaizen-design-system/commit/dee798fdb2d5091650e9350d0f7c575288e59c65) - 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](https://github.com/cultureamp/kaizen-design-system/pull/4285) [`374d5bcca`](https://github.com/cultureamp/kaizen-design-system/commit/374d5bccad63b08916f84944b207a10802693218) - 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](https://github.com/cultureamp/kaizen-design-system/pull/4205) [`dee798fdb`](https://github.com/cultureamp/kaizen-design-system/commit/dee798fdb2d5091650e9350d0f7c575288e59c65) - - 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](https://github.com/cultureamp/kaizen-design-system/pull/4296) [`b745e3f75`](https://github.com/cultureamp/kaizen-design-system/commit/b745e3f75569e4c478e8ace891ca8737f483f0aa) - Bump adobe (react-aria/stately) packages

## 1.34.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/components",
"version": "1.34.0",
"version": "1.35.0",
"description": "Kaizen component library",
"author": "Geoffrey Chong <[email protected]>",
"homepage": "https://cultureamp.design",
Expand Down Expand Up @@ -98,8 +98,8 @@
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
"@cultureamp/frontend-apis": "^8.2.0",
"@cultureamp/i18n-react-intl": "^2.1.1",
"@kaizen/design-tokens": "^10.3.15",
"@kaizen/tailwind": "^1.1.1",
"@kaizen/design-tokens": "^10.3.16",
"@kaizen/tailwind": "^1.2.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
13 changes: 13 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 10.3.16

### Patch Changes

- [#4205](https://github.com/cultureamp/kaizen-design-system/pull/4205) [`dee798fdb`](https://github.com/cultureamp/kaizen-design-system/commit/dee798fdb2d5091650e9350d0f7c575288e59c65) - Move CSS vars to :root

- [#4308](https://github.com/cultureamp/kaizen-design-system/pull/4308) [`07ae2692f`](https://github.com/cultureamp/kaizen-design-system/commit/07ae2692fd2ff1118fe2c9f4a3d3c4ee2f0d33bd) - 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](https://github.com/cultureamp/kaizen-design-system/pull/4205) [`dee798fdb`](https://github.com/cultureamp/kaizen-design-system/commit/dee798fdb2d5091650e9350d0f7c575288e59c65) - Remove use of `@kaizen/typography`

## 10.3.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kaizen/design-tokens",
"description": "Tokens used in the Kaizen Design System",
"version": "10.3.15",
"version": "10.3.16",
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/main/packages/design-tokens",
"repository": {
"type": "git",
Expand Down
28 changes: 28 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 1.2.0

### Minor Changes

- [#4256](https://github.com/cultureamp/kaizen-design-system/pull/4256) [`6e22e0a21`](https://github.com/cultureamp/kaizen-design-system/commit/6e22e0a21cc11751c754eb02862c52ad1b8a30b2) - 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

- Updated dependencies [[`dee798fdb`](https://github.com/cultureamp/kaizen-design-system/commit/dee798fdb2d5091650e9350d0f7c575288e59c65), [`07ae2692f`](https://github.com/cultureamp/kaizen-design-system/commit/07ae2692fd2ff1118fe2c9f4a3d3c4ee2f0d33bd), [`dee798fdb`](https://github.com/cultureamp/kaizen-design-system/commit/dee798fdb2d5091650e9350d0f7c575288e59c65)]:
- @kaizen/design-tokens@10.3.16

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/tailwind",
"version": "1.1.1",
"version": "1.2.0",
"description": "Kaizen Tailwind presets",
"scripts": {
"build": "yarn clean && yarn prepublishOnly",
Expand All @@ -25,7 +25,7 @@
"private": false,
"license": "MIT",
"dependencies": {
"@kaizen/design-tokens": "^10.3.15"
"@kaizen/design-tokens": "^10.3.16"
},
"peerDependencies": {
"@kaizen/components": "^1.35.0",
Expand Down

0 comments on commit 56527ba

Please sign in to comment.