Compare commits

...

4 Commits

Author SHA1 Message Date
Benjamin Canac
b1d9e01818 chore(release): 0.2.1 2023-02-16 17:02:23 +01:00
Benjamin Canac
ca171f3095 chore(ci): disable typecheck 2023-02-16 17:02:07 +01:00
Benjamin Canac
c0e493d96a chore(deps): bump nuxt-icon 2023-02-16 17:02:00 +01:00
Benjamin Canac
d0d3235860 chore(release): 0.2.0 2023-02-16 16:17:24 +01:00
4 changed files with 12 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ jobs:
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
# - name: Typecheck
# run: yarn typecheck
- name: Build
run: yarn build

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.2.1](https://github.com/nuxtlabs/ui/compare/v0.2.0...v0.2.1) (2023-02-16)
## [0.2.0](https://github.com/nuxtlabs/ui/compare/v0.1.39...v0.2.0) (2023-02-16)
### [0.1.39](https://github.com/nuxtlabs/ui/compare/v0.1.38...v0.1.39) (2023-02-16)

View File

@@ -1,6 +1,6 @@
{
"name": "@nuxthq/ui",
"version": "0.1.39",
"version": "0.2.1",
"repository": "https://github.com/nuxtlabs/ui",
"license": "MIT",
"exports": {
@@ -40,7 +40,7 @@
"defu": "^6.1.2",
"fuse.js": "^6.6.2",
"lodash-es": "^4.17.21",
"nuxt-icon": "^0.3.1",
"nuxt-icon": "^0.3.2",
"tailwindcss": "^3.2.6"
},
"devDependencies": {

View File

@@ -5652,10 +5652,10 @@ nuxt-config-schema@^0.4.4:
pathe "^1.0.0"
untyped "^1.2.2"
nuxt-icon@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/nuxt-icon/-/nuxt-icon-0.3.1.tgz#686162115d83b166e83f9be4af9c27b8c35fbf25"
integrity sha512-/ekFBwqZ2KCr1GNuGCal4Tr0ntYF9xMwDqlb0JYjk616ZM7zie2SXLyHam+if1a8n2v0RRTrxHu//pUhCLghjg==
nuxt-icon@^0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/nuxt-icon/-/nuxt-icon-0.3.2.tgz#d28d9f0def8a632c51db20c5fe5b8d5dcf2a78c9"
integrity sha512-066pfova2nE9GZDvHE9oMkqJCwsnJvOZKU2FOSzRpjfXupH3UPtP9Zw8+C2wvZ82Nel6fuRoIUNQh5Sx8ZeQrQ==
dependencies:
"@iconify/vue" "^4.1.0"
"@nuxt/kit" "^3.2.0"