From 64abbba614e842f0f0221ed1508b412a7825d5b3 Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Tue, 19 Nov 2024 00:02:07 +0800 Subject: [PATCH] chore: release v1.0.7-beta.2 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8b7611c..63a697c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rayine-ui", - "version": "1.0.7-beta.1", + "version": "1.0.7-beta.2", "description": "RayineSoft UI Components", "repository": "HoshinoSuzumi/rayine-ui", "license": "MIT", @@ -21,7 +21,7 @@ "prepack": "nuxt-module-build build", "dev": "nuxi dev docs", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs", - "build:docs" : "nuxi generate docs", + "build:docs": "nuxi generate docs", "play": "nuxi dev playground", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", @@ -32,6 +32,8 @@ "dependencies": { "@nuxt/kit": "^3.14.159", "@nuxtjs/tailwindcss": "^6.12.2", + "@tailwindcss/aspect-ratio": "^0.4.2", + "@tailwindcss/typography": "^0.5.15", "defu": "^6.1.4", "pathe": "^1.1.2", "scule": "^1.3.0",