From ad5d090e2686477f4eea74e36c78b7e85dfee90f Mon Sep 17 00:00:00 2001 From: unix Date: Mon, 24 Aug 2020 17:06:34 +0800 Subject: [PATCH] chore: release v3.0.0 --- README.md | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e777d39..2631d7a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-> @geist-ui/vue -- Vue implementation for Vercel style, originating from Vercel's design. +> @geist-ui/vue -- An open-source design system for building modern websites and applications. **Looking for React components? Try [Geist React](https://github.com/geist-org/react).** diff --git a/package.json b/package.json index ac07809..1fb7411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@geist-ui/vue", - "version": "1.0.0", + "version": "3.0.0", "description": "A popular UI framework for Vue", "scripts": { "dev": "vue-cli-service serve", @@ -20,7 +20,7 @@ }, "devDependencies": { "@geist-ui/prettier-config": "^1.0.0", - "@geist-ui/vue-icons": "^1.0.0", + "@geist-ui/vue-icons": "^1.0.2", "@types/fs-extra": "^7.0.0", "@vue/cli-plugin-babel": "^3.9.2", "@vue/cli-service": "^3.9.2", diff --git a/yarn.lock b/yarn.lock index 82005b5..128ae92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -694,10 +694,10 @@ resolved "https://registry.yarnpkg.com/@geist-ui/typography/-/typography-1.0.1.tgz#236f431a9dec2594461851fc8dc3e3dd30933c8a" integrity sha512-5LjJeIziAcmSPye5/LQ2QpslkB2WJCQpdVDlNlkZwgPXPiZyREOZtE78YhvObovjptp9W7BUmP84sD3kWN4LCQ== -"@geist-ui/vue-icons@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@geist-ui/vue-icons/-/vue-icons-1.0.0.tgz#95b2f732b737b7b82252691c676e5d553228e76a" - integrity sha512-n93K8zJZwq9fHP1r/0HI+L2QE4DWRqqkYqbf0lLgEZYSQxsuBuOepfgIL+wJqFzFRAEDTk9Lxz0yq4OhhZpaPg== +"@geist-ui/vue-icons@^1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@geist-ui/vue-icons/-/vue-icons-1.0.2.tgz#2c729d3174052735b843d187a793df56b02231ab" + integrity sha512-vBSP99Kj/vOvCy8wLuObtbdYK2/ZWTQab360Y9z+KQBa+/yVNETWTgx1GTmGLufHDTEo0PRUBV/HVy1QgJohoA== "@hapi/address@2.x.x": version "2.1.4"