diff --git a/nuxt-frontend/config.js b/nuxt-frontend/config.js index fc8a42638..14ae7795a 100644 --- a/nuxt-frontend/config.js +++ b/nuxt-frontend/config.js @@ -32,18 +32,18 @@ export default Object.freeze({ SHOW_DRAFT_POSTS: true, // github repo stars - INTRO_SHOWCASE_STARS: 429, - UIPILOT_STARS: 301, - JETPACK_COMPOSE_ANIMATION_STARS: 350, + INTRO_SHOWCASE_STARS: 441, + UIPILOT_STARS: 303, + JETPACK_COMPOSE_ANIMATION_STARS: 353, COMPOSE_COUNTRY_PICKER_STARS: 52, SWIFT_UI_ANIMATION_STARS: 62, IOS_DEVELOPER_ROADMAP_STARS: 79, TAILWIND_ANIMATIONS_STARS: 114, - CANOPAS_WEBSITE_STARS: 27, + CANOPAS_WEBSITE_STARS: 28, CANOPAS_BLOG_WEBSITE_STARS: 38, WEB_DEVELOPMENT_ROADMAP_STARS: 97, - COMPOSE_RECYCLEVIEW_STARS: 144, - RICHEDITOR_SWIFTUI_STARS: 54, + COMPOSE_RECYCLEVIEW_STARS: 153, + RICHEDITOR_SWIFTUI_STARS: 56, RICHEDITOR_STARS: 62, // Social media diff --git a/nuxt-frontend/json-data/contribution.js b/nuxt-frontend/json-data/contribution.js index 4375695e4..947fc892f 100644 --- a/nuxt-frontend/json-data/contribution.js +++ b/nuxt-frontend/json-data/contribution.js @@ -55,7 +55,7 @@ export default [ tags: [], link: "https://github.com/canopas/compose-animations-examples", stars: config.JETPACK_COMPOSE_ANIMATION_STARS, - forks: "34", + forks: "35", color: "#A97BFF", language: "Kotlin", }, @@ -131,7 +131,7 @@ export default [ ], link: "https://github.com/canopas/canopas-blog", stars: config.CANOPAS_BLOG_WEBSITE_STARS, - forks: "7", + forks: "9", color: "#F1E05A", language: "JavaScript", }, @@ -169,7 +169,7 @@ export default [ ], link: "https://github.com/canopas/rich-editor-swiftui", stars: config.RICHEDITOR_SWIFTUI_STARS, - forks: "1", + forks: "2", color: "#F05138", language: "Swift", },