mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-10 23:48:26 +00:00
Bump: new version
This commit is contained in:
parent
714399cf41
commit
c4467a2306
@ -1,4 +1,4 @@
|
||||
VERSION=0.1.6
|
||||
VERSION=0.1.9
|
||||
|
||||
|
||||
|
||||
|
||||
@ -159,7 +159,7 @@ export function PageHeader({
|
||||
className="pointer-events-none absolute top-[40px] left-0 z-20 h-0.5 w-full overflow-hidden rounded-md"
|
||||
>
|
||||
<div
|
||||
className={`bg-primary h-full w-full transition-opacity duration-200 ${
|
||||
className={`bg-primary/50 h-full w-full transition-opacity duration-200 ${
|
||||
isLoading ? "opacity-100" : "opacity-0"
|
||||
}`}
|
||||
style={{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "core",
|
||||
"private": true,
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.9",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user