Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/easy-bears-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-plums-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-clouds-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/puny-paws-yell.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/combobox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @leafygreen-ui/combobox

## 12.2.0

### Minor Changes

- 2876f61: This update adds support to change the dropdown's width basis (matching the functionality of the Select component)

### Patch Changes

- Updated dependencies [11cbe4f]
- Updated dependencies [2463aa4]
- @leafygreen-ui/[email protected]
- @leafygreen-ui/[email protected]

## 12.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/combobox",
"version": "12.1.0",
"version": "12.2.0",
"description": "leafyGreen UI Kit Combobox",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '5.0.4';
export const VERSION = '5.1.0';
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/hooks

## 9.3.0

### Minor Changes

- 11cbe4f: Updated the useControlled hook argument to utilize the useState Dispatch while ensuring backwards compatibility

## 9.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/hooks",
"version": "9.2.2",
"version": "9.3.0",
"description": "LeafyGreen UI Kit Custom Hooks",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/icon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @leafygreen-ui/icon

## 14.7.0

### Minor Changes

- 2463aa4: Updated Icon to include <title> element when title is added. Deprecated the `createGlyphComponent`, and the design system is instead using glyphs from the `generated` folder

### Patch Changes

- Updated dependencies [11cbe4f]
- @leafygreen-ui/[email protected]

## 14.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/icon",
"version": "14.6.1",
"version": "14.7.0",
"description": "LeafyGreen UI Kit Icons",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @leafygreen-ui/select

## 16.4.0

### Minor Changes

- 2463aa4: Updates testUtils files to accommodate changes to the Icon package

### Patch Changes

- Updated dependencies [11cbe4f]
- Updated dependencies [2463aa4]
- @leafygreen-ui/[email protected]
- @leafygreen-ui/[email protected]

## 16.3.0

### Minor 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": "@leafygreen-ui/select",
"version": "16.3.0",
"version": "16.4.0",
"description": "leafyGreen UI Kit Select",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/text-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @leafygreen-ui/text-input

## 16.2.0

### Minor Changes

- 2463aa4: Updates testUtils files to accommodate changes to the Icon package

### Patch Changes

- Updated dependencies [11cbe4f]
- @leafygreen-ui/[email protected]

## 16.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/text-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/text-input",
"version": "16.1.3",
"version": "16.2.0",
"description": "leafyGreen UI Kit Text Input",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down