Skip to content

Commit

Permalink
bleed for mono
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 4, 2024
1 parent 2b8d6f3 commit 674854a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/ui/commit/b8d2990221071505d0351f479eacb819fecb8ca4)
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/ui/commit/9b4845cb31e0c5adbfaaeb361f65ca05fe961b87)
- [2024-10-03] [mod lint script](https://github.com/RubricLab/ui/commit/adbe50b8b4cd0696a9530a079090152517234122)
- [2024-10-02] [format, lint](https://github.com/RubricLab/ui/commit/c63735f98ceded961f2f4cb601111afb6b8c5e03)
- [2024-10-02] [refactor to new biome](https://github.com/RubricLab/ui/commit/8d2aeca6c0ae824b8bcf1f85a7bd1fecda84180e)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubriclab/ui",
"version": "5.0.12",
"version": "5.0.14",
"main": "dist/index.js",
"types": "src/index.ts",
"description": "UI package by Rubric Labs",
Expand All @@ -10,7 +10,7 @@
"tailwind": "bun x tailwindcss -i ./src/styles.css -o ./dist/output.css",
"watch": "bun run build --watch",
"prepare": "bun x simple-git-hooks",
"bleed": "bun x npm-check-updates -u && bun i",
"bleed": "bun x npm-check-updates -u",
"format": "bun x biome format --write .",
"lint": "bun x biome check . && bun x biome lint .",
"lint:fix": "bun x biome check --fix --unsafe . && bun x biome lint --write --unsafe .",
Expand Down Expand Up @@ -85,7 +85,7 @@
"react-day-picker": "^9.1.3",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.53.0",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
Expand Down

0 comments on commit 674854a

Please sign in to comment.