Skip to content

Commit

Permalink
version packages (#5017)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 4, 2024
1 parent 6bb072f commit 7eef1fc
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-weeks-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-impalas-repeat.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nice-boxes-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-pugs-whisper.md

This file was deleted.

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

## 1.61.3

### Patch Changes

- [#5014](https://github.com/cultureamp/kaizen-design-system/pull/5014) [`390de02405bb8b4cab2c334d21925ef3e41d6802`](https://github.com/cultureamp/kaizen-design-system/commit/390de02405bb8b4cab2c334d21925ef3e41d6802) - Add z-index 100000 to Select/MultiSelect popover

- [#5015](https://github.com/cultureamp/kaizen-design-system/pull/5015) [`6bb072f67008803fb8a604c187413ae2b756760e`](https://github.com/cultureamp/kaizen-design-system/commit/6bb072f67008803fb8a604c187413ae2b756760e) - Future Select: remove redundant focus management

## 1.61.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/components",
"version": "1.61.2",
"version": "1.61.3",
"description": "Kaizen component library",
"author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
"homepage": "https://cultureamp.design",
Expand Down
6 changes: 6 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.6.1

### Patch Changes

- [#5019](https://github.com/cultureamp/kaizen-design-system/pull/5019) [`c1cb79944f215fe7d885b4b1dfbf33310d9c4d34`](https://github.com/cultureamp/kaizen-design-system/commit/c1cb79944f215fe7d885b4b1dfbf33310d9c4d34) - Move `color-string` to dependencies.

## 10.6.0

### Minor 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.6.0",
"version": "10.6.1",
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/main/packages/design-tokens",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.3.2

### Patch Changes

- Updated dependencies [[`c1cb79944f215fe7d885b4b1dfbf33310d9c4d34`](https://github.com/cultureamp/kaizen-design-system/commit/c1cb79944f215fe7d885b4b1dfbf33310d9c4d34)]:
- @kaizen/design-tokens@10.6.1

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/tailwind",
"version": "1.3.1",
"version": "1.3.2",
"description": "Kaizen Tailwind presets",
"scripts": {
"build": "pnpm package-bundler build",
Expand Down

0 comments on commit 7eef1fc

Please sign in to comment.