Skip to content

Commit

Permalink
mib
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 21, 2024
1 parent 9c87257 commit c3fc386
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 7 additions & 1 deletion components/resources.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
"use client"

import { IconBrandJustd, IconBrandLaravel, IconBrandAstro, IconBrandNextjs, IconBrandRemix } from "justd-icons"
import {
IconBrandJustd,
IconBrandLaravel,
IconBrandAstro,
IconBrandNextjs,
IconBrandRemix
} from "justd-icons"
import { Badge, Card, Grid, Heading, Link } from "ui"

const resources = [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"node-fetch": "^3.3.2",
"ntcjs": "^1.1.3",
"react": "^18.3.1",
"react-aria-components": "^1.3.2",
"react-aria-components": "^1.3.3",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.0",
"react-use-measure": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion resources/content/docs/prologue/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you don't see the release you're looking for, please run `npx justd-cli@lates
This all changes are made on the 2024 release.

## August 20
Remove framer motion from [Tabs](/docs/components/navigation/tabs), [ProgressBar](/docs/components/statuses/progress-bar), [Meter](/docs/components/statuses/progress-bar), and [Accordion](/docs/components/collections/accordion)
Remove framer motion from [Tabs](/docs/components/navigation/tabs), [ProgressBar](/docs/components/statuses/progress-bar) and [Meter](/docs/components/statuses/progress-bar).

## August 16
- Change variable color from `background` to `bg`
Expand Down

0 comments on commit c3fc386

Please sign in to comment.