Skip to content

Commit 2d75389

Browse files
authored
Merge branch 'main' into sidebar-fixes
2 parents ce41b23 + faf9454 commit 2d75389

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openstax/ui-components",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"license": "MIT",
55
"source": "./src/index.ts",
66
"types": "./dist/index.d.ts",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
export * from './components/BodyPortal';
2+
export * from './components/BodyPortalSlotsContext';
13
export * from './components/Button';
24
export * from './components/ButtonBar';
35
export * from './components/Checkbox';

0 commit comments

Comments
 (0)