mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1d9e01818 | ||
|
|
ca171f3095 | ||
|
|
c0e493d96a |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -41,8 +41,8 @@ jobs:
|
|||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
|
||||||
- name: Typecheck
|
# - name: Typecheck
|
||||||
run: yarn typecheck
|
# run: yarn typecheck
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
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.
|
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.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)
|
### [0.1.39](https://github.com/nuxtlabs/ui/compare/v0.1.38...v0.1.39) (2023-02-16)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxthq/ui",
|
"name": "@nuxthq/ui",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"repository": "https://github.com/nuxtlabs/ui",
|
"repository": "https://github.com/nuxtlabs/ui",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
"defu": "^6.1.2",
|
"defu": "^6.1.2",
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^6.6.2",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"nuxt-icon": "^0.3.1",
|
"nuxt-icon": "^0.3.2",
|
||||||
"tailwindcss": "^3.2.6"
|
"tailwindcss": "^3.2.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -5652,10 +5652,10 @@ nuxt-config-schema@^0.4.4:
|
|||||||
pathe "^1.0.0"
|
pathe "^1.0.0"
|
||||||
untyped "^1.2.2"
|
untyped "^1.2.2"
|
||||||
|
|
||||||
nuxt-icon@^0.3.1:
|
nuxt-icon@^0.3.2:
|
||||||
version "0.3.1"
|
version "0.3.2"
|
||||||
resolved "https://registry.yarnpkg.com/nuxt-icon/-/nuxt-icon-0.3.1.tgz#686162115d83b166e83f9be4af9c27b8c35fbf25"
|
resolved "https://registry.yarnpkg.com/nuxt-icon/-/nuxt-icon-0.3.2.tgz#d28d9f0def8a632c51db20c5fe5b8d5dcf2a78c9"
|
||||||
integrity sha512-/ekFBwqZ2KCr1GNuGCal4Tr0ntYF9xMwDqlb0JYjk616ZM7zie2SXLyHam+if1a8n2v0RRTrxHu//pUhCLghjg==
|
integrity sha512-066pfova2nE9GZDvHE9oMkqJCwsnJvOZKU2FOSzRpjfXupH3UPtP9Zw8+C2wvZ82Nel6fuRoIUNQh5Sx8ZeQrQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@iconify/vue" "^4.1.0"
|
"@iconify/vue" "^4.1.0"
|
||||||
"@nuxt/kit" "^3.2.0"
|
"@nuxt/kit" "^3.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user