From d1adc2f82126d87ba1b8f0e5aa0cd8b156316b99 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 9 May 2023 23:20:12 +0400 Subject: [PATCH] Version bump --- README.md | 9 ++++++++- docs/index.md | 16 ++++++++++------ package.json | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3f1772a..241f56b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,14 @@ inside components. ## Installation ```shell -npm i tachyons github:super16/vue-tachyons-directives-plugin#0.1.0 +# npm +npm i tachyons github:super16/vue-tachyons-directives-plugin + +# yarn +yarn add tachyons github:super16/vue-tachyons-directives-plugin + +# pnpm +pnpm add tachyons github:super16/vue-tachyons-directives-plugin ``` ## Usage diff --git a/docs/index.md b/docs/index.md index 852fc30..66ba3e5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,18 +19,22 @@ Supported version of Tachyons CSS is **4.12.0**. ## Installation -### NPM +::: code-group -```sh -npm i tachyons github:super16/vue-tachyons-directives-plugin#0.1.0 +```sh [npm] +npm i tachyons github:super16/vue-tachyons-directives-plugin ``` -### Yarn - -```sh +```sh [yarn] yarn add tachyons github:super16/vue-tachyons-directives-plugin ``` +```sh [pnpm] +pnpm add tachyons github:super16/vue-tachyons-directives-plugin +``` + +::: + ## Usage Import Tachyons CSS stylesheet and add plugin to your application mount in `main.js`. diff --git a/package.json b/package.json index 9885fd0..1b78cf9 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,5 @@ "docs:serve": "vitepress serve docs", "deploy:docs": "node scripts/gh-pages-deploy.mjs" }, - "version": "0.1.0" + "version": "0.3.0" }