From 06f0d5881d8e0f91bf1325e3c63159476daf52b7 Mon Sep 17 00:00:00 2001 From: Kasun Vithanage Date: Tue, 6 Jun 2023 15:38:20 +0530 Subject: [PATCH] bump: v1.3.1 --- LICENSE | 2 +- README.md | 6 +++--- docs/.vitepress/config.ts | 16 ++++++---------- docs/guide/index.md | 2 +- docs/index.md | 2 +- package.json | 8 ++++---- 6 files changed, 16 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index c6cfcc6..690c13c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Syeta Labs +Copyright (c) 2022 Kasun Vithanage Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 40f1c1a..1a0060d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Vue3 Google Sign-in -[![Build](https://github.com/syetalabs/vue3-google-signin/actions/workflows/build.yaml/badge.svg)](https://github.com/syetalabs/vue3-google-signin/actions/workflows/build.yaml) [![npm](https://img.shields.io/npm/v/vue3-google-signin)](https://www.npmjs.com/package/vue3-google-signin) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue3-google-signin) ![npm](https://img.shields.io/npm/dw/vue3-google-signin) ![NPM](https://img.shields.io/npm/l/vue3-google-signin) [![Docs](https://img.shields.io/badge/docs-Read%20Now-green)](https://vue3-google-signin.syetalabs.io/) +[![Build](https://github.com/kasvith/vue3-google-signin/actions/workflows/build.yaml/badge.svg)](https://github.com/kasvith/vue3-google-signin/actions/workflows/build.yaml) [![npm](https://img.shields.io/npm/v/vue3-google-signin)](https://www.npmjs.com/package/vue3-google-signin) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue3-google-signin) ![npm](https://img.shields.io/npm/dw/vue3-google-signin) ![NPM](https://img.shields.io/npm/l/vue3-google-signin) [![Docs](https://img.shields.io/badge/docs-Read%20Now-green)](https://vue3-google-signin.vercel.app/) Use Google Identity Services with your Vue3 App easily ## Documentation -Full documentation can be accessed [here](https://vue3-google-signin.syetalabs.io/) +Full documentation can be accessed [here](https://vue3-google-signin.vercel.app/) ## Installation @@ -49,7 +49,7 @@ app.mount("#app"); ## With Nuxt -To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/syetalabs/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. +To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/kasvith/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. ### Add package diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index dc463f3..8a9f76b 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -3,7 +3,7 @@ import pkg from "../../package.json"; const TITLE = "Vue3 Google Sign-in"; const DESCRIPTION = "Google Sign-in for Vue3 Apps"; -const SOCIAL_PREVIEW_URL = "https://vue3-google-signin.syetalabs.io/cover.png"; +const SOCIAL_PREVIEW_URL = "https://vue3-google-signin.vercel.app/cover.png"; const SideBar: DefaultTheme.Sidebar = [ { @@ -136,7 +136,7 @@ const Head: HeadConfig[] = [ ], [ "meta", - { property: "og:url", content: "https://vue3-google-signin.syetalabs.io/" }, + { property: "og:url", content: "https://vue3-google-signin.vercel.app/" }, ], // twitter card @@ -151,7 +151,7 @@ const Head: HeadConfig[] = [ "meta", { name: "twitter:site", - content: "@syetalabs", + content: "@kasvith", }, ], [ @@ -181,17 +181,13 @@ const Nav: DefaultTheme.NavItem[] = [ { text: "Guide", link: "/guide/", - }, - { - text: "Syeta Labs 🡕", - link: "https://syetalabs.io", - }, + } ]; const SocialLinks: DefaultTheme.SocialLink[] = [ { icon: "github", - link: "https://github.com/syetalabs/vue3-google-signin", + link: "https://github.com/kasvith/vue3-google-signin", }, ]; @@ -206,7 +202,7 @@ export default defineConfig({ sidebar: SideBar, footer: { message: "Released under the MIT License.", - copyright: "Copyright © 2022-present Syeta Labs", + copyright: "Copyright © 2022-present Kasun Vithanage", }, algolia: { apiKey: "5780c07dfe3e4a16e39773773e8a7b07", diff --git a/docs/guide/index.md b/docs/guide/index.md index 6782bf9..54b040c 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -65,7 +65,7 @@ Now the library is ready to be used :sparkles: ## With Nuxt -To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/syetalabs/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. +To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/kasvith/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. ### Add package diff --git a/docs/index.md b/docs/index.md index d600e2e..a26d853 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ hero: link: /guide/ - theme: alt text: View on GitHub - link: https://github.com/syetalabs/vue3-google-signin + link: https://github.com/kasvith/vue3-google-signin features: - icon: ⚙️ diff --git a/package.json b/package.json index f3aac21..72e1638 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "vue3-google-signin", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "description": "Google Sign-in for Vue3 with Google Identity Service", "license": "MIT", "author": { "name": "Kasun Vithanage", - "email": "kasun@syetalabs.io", + "email": "alankasun@gmail.com", "url": "https://kasvith.me" }, - "homepage": "https://vue3-google-signin.syetalabs.io", + "homepage": "https://vue3-google-signin.vercel.app", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", @@ -61,7 +61,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/syetalabs/vue3-google-signin" + "url": "https://github.com/kasvith/vue3-google-signin" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.0",