Compare commits

...

4 Commits

Author SHA1 Message Date
Benjamin Canac
32d1f21299 chore(release): 0.1.8 2022-11-16 18:01:05 +01:00
Benjamin Canac
f901e417e1 chore(deps): bump nuxt to 3.0.0 2022-11-16 16:09:50 +01:00
Benjamin Canac
23921e1ae2 chore(release): 0.1.7 2022-11-16 10:57:06 +01:00
Benjamin Canac
8a5f52dbc8 chore(deps): bump 2022-11-16 10:56:50 +01:00
4 changed files with 811 additions and 805 deletions

View File

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.1.8](https://github.com/nuxtlabs/ui/compare/v0.1.7...v0.1.8) (2022-11-16)
### [0.1.7](https://github.com/nuxtlabs/ui/compare/v0.1.6...v0.1.7) (2022-11-16)
### [0.1.6](https://github.com/nuxtlabs/ui/compare/v0.1.5...v0.1.6) (2022-11-15)

View File

@@ -59,7 +59,7 @@
</template>
<script setup>
useMeta({
useHead({
bodyAttrs: {
class: 'antialiased font-sans text-gray-700 bg-gray-50 dark:bg-gray-900 dark:text-gray-200 bg-white dark:bg-black'
}

View File

@@ -1,6 +1,6 @@
{
"name": "@nuxthq/ui",
"version": "0.1.6",
"version": "0.1.8",
"repository": "https://github.com/nuxtlabs/ui",
"license": "MIT",
"exports": {
@@ -26,7 +26,7 @@
"dependencies": {
"@headlessui/vue": "^1.7.4",
"@iconify/vue": "^4.0.0",
"@nuxt/kit": "^3.0.0-rc.13",
"@nuxt/kit": "^3.0.0",
"@nuxtjs/color-mode": "^3.1.8",
"@nuxtjs/tailwindcss": "^6.1.3",
"@popperjs/core": "^2.11.6",
@@ -34,19 +34,19 @@
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@vueuse/core": "^9.4.0",
"@vueuse/integrations": "^9.4.0",
"defu": "^6.1.0",
"@vueuse/core": "^9.5.0",
"@vueuse/integrations": "^9.5.0",
"defu": "^6.1.1",
"fuse.js": "^6.6.2",
"lodash-es": "^4.17.21",
"tailwindcss": "^3.2.2"
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.2.0",
"@nuxt/module-builder": "^0.2.1",
"@nuxtjs/eslint-config-typescript": "^11.0.0",
"@types/lodash-es": "^4.17.6",
"eslint": "^8.27.0",
"nuxt": "^3.0.0-rc.9",
"nuxt": "^3.0.0",
"standard-version": "^9.5.0",
"vue-tsc": "^1.0.9"
},

1594
yarn.lock

File diff suppressed because it is too large Load Diff