Skip to content

Commit

Permalink
Merge pull request #18 from unovue/unovue
Browse files Browse the repository at this point in the history
docs: change logo, github link to unovue
  • Loading branch information
rick-hup authored Dec 18, 2024
2 parents d7bb0e4 + 114e83a commit 72972a0
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/composables/useConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const defaultConfig: DefaultConfig = {
links: [
{
icon: 'uil:github',
to: 'https://github.com/rick-hup/motion-vue',
to: 'https://github.com/unovue/motion-vue',
target: '_blank',
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ actions:
leftIcon: 'uil:rocket'
- name: GitHub
variant: outline
to: https://github.com/rick-hup/motion-vue
to: https://github.com/unovue/motion-vue
leftIcon: 'uil:github'
---

Expand Down
Binary file added docs/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/favicon.ico
Binary file not shown.
65 changes: 49 additions & 16 deletions docs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"description": "",
"author": "",
"license": "MIT",
"homepage": "https://github.com/rick-hup/motion-vue",
"homepage": "https://github.com/unovue/motion-vue",
"keywords": [
"vue",
"motion",
Expand All @@ -22,7 +22,7 @@
"prepare": "pnpm simple-git-hooks",
"docs:install": "pnpm --filter docs install",
"docs:dev": "pnpm --filter docs dev",
"docs:build": "pnpm --filter docs build",
"docs:build": "pnpm --filter docs docs:generate",
"docs:gen": "pnpm --filter docs docs:gen",
"docs:contributors": "pnpm --filter docs docs:contributors",
"lint-staged": "lint-staged",
Expand Down
5 changes: 3 additions & 2 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "",
"author": "",
"license": "MIT",
"homepage": "https://github.com/rick-hup/motion-vue",
"homepage": "https://github.com/unovue/motion-vue",
"repository": {
"type": "git",
"url": "https://github.com/rick-hup/motion-vue.git"
"url": "https://github.com/unovue/motion-vue.git"
},
"keywords": [
"vue",
Expand Down Expand Up @@ -69,6 +69,7 @@
"@vue/test-utils": "^2.4.5",
"framer-motion": "^11.0.0",
"jsdom": "^24.0.0",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.4",
"vitest": "^1.4.0"
}
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72972a0

Please sign in to comment.