Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpitaGanatra committed Jul 17, 2024
1 parent c85b45f commit d9f6b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squaress/ui",
"version": "0.0.81",
"version": "0.0.82",
"description": "",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/src/styles/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

@import './primitives.css';
@import './dark-colors.css';
@import './light-colors.css';
Expand Down

0 comments on commit d9f6b11

Please sign in to comment.