Skip to content

Commit

Permalink
version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2023
1 parent 982cbc0 commit 9a0f72c
Show file tree
Hide file tree
Showing 18 changed files with 95 additions and 78 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.

17 changes: 0 additions & 17 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.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quiet-poems-hammer.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

31 changes: 31 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# 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

- [#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

### 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)

@kaizen/components

- @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

@kaizen/design-tokens

- @types/color-string from 1.5.4 to 1.5.5
- @types/lodash.kebabcase from 4.1.8 to 4.1.9

- [#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
4 changes: 2 additions & 2 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 @@ -108,7 +108,7 @@
"@babel/plugin-transform-react-pure-annotations": "^7.23.3",
"@cultureamp/frontend-apis": "^8.2.0",
"@cultureamp/i18n-react-intl": "^2.1.1",
"@kaizen/tailwind": "^1.1.1",
"@kaizen/tailwind": "^2.0.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down
19 changes: 19 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 10.3.16

### 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)

@kaizen/components

- @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

@kaizen/design-tokens

- @types/color-string from 1.5.4 to 1.5.5
- @types/lodash.kebabcase from 4.1.8 to 4.1.9

## 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
11 changes: 11 additions & 0 deletions packages/reset.css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @kaizen/reset.css

## 1.0.0

### Major Changes

- [#4256](https://github.com/cultureamp/kaizen-design-system/pull/4256) [`6e22e0a21`](https://github.com/cultureamp/kaizen-design-system/commit/6e22e0a21cc11751c754eb02862c52ad1b8a30b2) - Initialising this package with a reset to the border properties to support Tailwind's border default settings.

- Allows for simpler use of border util classes, ie: border-l
- This will also remove all non-explicit borders, ie: inheritance from native browser styles
- Check your chromatic snapshots and add sensible defaults where required
2 changes: 1 addition & 1 deletion packages/reset.css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/reset.css",
"version": "0.0.0",
"version": "1.0.0",
"description": "Kaizen CSS reset",
"author": "Jake Pitman <[email protected]>",
"homepage": "https://cultureamp.design",
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

## 2.0.0

### Major 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 the introduction of `@kaizen/reset.css`)

**note: these utilities will not work without installing `@kaizen/reset.css`**

- 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 [[`374d5bcca`](https://github.com/cultureamp/kaizen-design-system/commit/374d5bccad63b08916f84944b207a10802693218)]:
- @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": "2.0.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": {
"tailwindcss": "^3.3.5"
Expand Down

0 comments on commit 9a0f72c

Please sign in to comment.