Skip to content

Commit

Permalink
bump: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasvith committed Jun 6, 2023
1 parent 75c04a0 commit 06f0d58
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
16 changes: 6 additions & 10 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down Expand Up @@ -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
Expand All @@ -151,7 +151,7 @@ const Head: HeadConfig[] = [
"meta",
{
name: "twitter:site",
content: "@syetalabs",
content: "@kasvith",
},
],
[
Expand Down Expand Up @@ -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",
},
];

Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ⚙️
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"email": "[email protected]",
"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",
Expand Down Expand Up @@ -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",
Expand Down

1 comment on commit 06f0d58

@vercel
Copy link

@vercel vercel bot commented on 06f0d58 Jun 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-google-signin – ./

vue3-google-signin-kasvith.vercel.app
vue3-google-signin.vercel.app
vue3-google-signin-git-main-kasvith.vercel.app

Please sign in to comment.