Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 1, 2024
1 parent 1fab96f commit 434ccc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-01] [try](https://github.com/RubricLab/ui/commit/1fb14b8540d89c893ebdcb48bc836d0c666fc2c0)
- [2024-10-01] [rename](https://github.com/RubricLab/ui/commit/e6565615bb8c1174cb838efefdd7eaa3224497bf)
- [2024-10-01] [latest package package](https://github.com/RubricLab/ui/commit/8fe3908573f1e85402faf13b86898445e15f2beb)
- [2024-10-01] [release with new package pattern](https://github.com/RubricLab/ui/commit/7db12b103f2d6db6e15617fa951f76dc411e0b68)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@rubriclab/ui",
"version": "0.0.1",
"version": "5.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "UI package by Rubric Labs",
"private": "false",
"scripts": {
"build": "NODE_ENV=production bun run build.mjs",
"tailwind": "bunx tailwindcss -i ./src/styles.css -o ./dist/output.css",
Expand Down

0 comments on commit 434ccc3

Please sign in to comment.