Skip to content

Commit

Permalink
Merge branch 'main' into node-20-lts-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon authored Nov 1, 2023
2 parents 7b85ba0 + 95633ea commit 02ce059
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![npm](https://img.shields.io/npm/v/@homebound/beam)](https://www.npmjs.com/package/@homebound/beam)

# 🪵 Beam Design System

Homebound's React component design system.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@homebound/beam",
"version": "2.324.2",
"version": "2.324.3",
"author": "Homebound",
"license": "MIT",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/components/Filters/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export * from "./Filters";
export { toggleFilter } from "./ToggleFilter";
export * from "./types";
export * from "./utils";
export { BaseFilter } from "./BaseFilter";

0 comments on commit 02ce059

Please sign in to comment.