Skip to content

Commit c5b5713

Browse files
Version Packages (#2772)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afd1115 commit c5b5713

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/neat-bottles-greet.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @leafygreen-ui/drawer
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- afd111570: - `DrawerTabs` has been deprecated and is no longer available for use. Stay tuned for an updated way to leverage information architecture within a `Drawer` component.
8+
- Adds missing exports for `DrawerStackProvider` and `useDrawerStackContext`.
9+
- Fixes missing ref error in console by adding missing ref in `EmbeddedDrawerLayout`.
10+
311
## 1.1.1
412

513
### Patch Changes

packages/drawer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leafygreen-ui/drawer",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "LeafyGreen UI Kit Drawer",
55
"main": "./dist/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)