Skip to content

Commit 549088e

Browse files
committed
v1.1.9
1 parent fee9d87 commit 549088e

File tree

4 files changed

+50
-47
lines changed

4 files changed

+50
-47
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Build and push to DockerHub
2626
run: |
27-
docker build -t devarifhossain/retroui:1.1.8 ./
28-
docker push devarifhossain/retroui:1.1.8
27+
docker build -t devarifhossain/retroui:1.1.9 ./
28+
docker push devarifhossain/retroui:1.1.9
2929
3030
# - name: Set up SSH
3131
# uses: webfactory/ssh-agent@v0.9.0

config/navigation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ export const navConfig: INavigationConfig = {
2828
{ title: "Alert", href: `${componentsRoute}/alert` },
2929
{ title: "Avatar", href: `${componentsRoute}/avatar` },
3030
{ title: "Badge", href: `${componentsRoute}/badge` },
31-
{ title: "Button", href: `${componentsRoute}/button`, tag: "Updated" },
31+
{ title: "Button", href: `${componentsRoute}/button` },
3232
{ title: "Card", href: `${componentsRoute}/card` },
3333
{ title: "Checkbox", href: `${componentsRoute}/checkbox` },
3434
{ title: "Dialog", href: `${componentsRoute}/dialog` },
35-
{ title: "Input", href: `${componentsRoute}/input`, tag: "Updated" },
35+
{ title: "Input", href: `${componentsRoute}/input` },
3636
{ title: "Menu", href: `${componentsRoute}/menu` },
37-
{ title: "Progress", href: `${componentsRoute}/progress` },
37+
{ title: "Progress", href: `${componentsRoute}/progress`, tag: "New" },
3838
{ title: "Radio", href: `${componentsRoute}/radio` },
3939
{ title: "Select", href: `${componentsRoute}/select` },
4040
{ title: "Switch", href: `${componentsRoute}/switch` },

lib/registry.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export const registryDependencyPath = (item: string) => {
2+
return `https://retroui.dev/r/${item}.json`;
3+
};

0 commit comments

Comments
 (0)