Skip to content

Commit

Permalink
Changeset: Version packages (#58)
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 Jan 19, 2024
1 parent dccc96b commit 6a01eec
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/pink-apples-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-buttons-confess.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.3.4

### Patch Changes

- [#57](https://github.com/cultureamp/kaizen-legacy/pull/57) [`dccc96bccd36534df7969279e3419b4e6b5a2abb`](https://github.com/cultureamp/kaizen-legacy/commit/dccc96bccd36534df7969279e3419b4e6b5a2abb) - Update dependencies `react-day-picker` and `date-fns`.
Add missing `Locale` type imports.

## 6.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/date-picker",
"version": "6.3.3",
"version": "6.3.4",
"description": "Date Picker component",
"scripts": {
"prepublishOnly": "tsc --project tsconfig.dist.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 6.21.2

### Patch Changes

- [#57](https://github.com/cultureamp/kaizen-legacy/pull/57) [`dccc96bccd36534df7969279e3419b4e6b5a2abb`](https://github.com/cultureamp/kaizen-legacy/commit/dccc96bccd36534df7969279e3419b4e6b5a2abb) - Fix `Key` type.

## 6.21.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaizen/select",
"version": "6.21.1",
"version": "6.21.2",
"description": "Select components",
"scripts": {
"prepublishOnly": "tsc --project tsconfig.dist.json",
Expand Down

0 comments on commit 6a01eec

Please sign in to comment.