Skip to content

Commit a66c64a

Browse files
Merge pull request #3179 from vuestorefront/v2-release/patch
chore: release patch vue/nuxt/react
2 parents 9ef0458 + 10b62e6 commit a66c64a

File tree

21 files changed

+525
-265
lines changed

21 files changed

+525
-265
lines changed

.yarn/patches/@nuxt-module-builder-npm-0.6.0-755acb37c3.patch

-39
This file was deleted.

apps/docs/components/content/2.getting-started/vue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ In order for Tailwind to properly detect the utility classes used in Storefront
151151
import type { Config } from 'tailwindcss';
152152

153153
export default <Config>{
154-
content: ['./**/*.vue', './node_modules/@storefront-ui/vue/**/*.{js,mjs}'],
154+
content: ['./**/*.vue'],
155155
};
156156
```
157157

apps/docs/components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@microsoft/api-documenter": "^7.24.2",
17-
"@microsoft/api-extractor": "7.43.4",
17+
"@microsoft/api-extractor": "7.44.1",
1818
"@types/node": "^20.12.7",
1919
"nuxt": "^3.11.2",
2020
"nuxt-gtag": "^2.0.5"
@@ -28,7 +28,7 @@
2828
"@nuxtjs/seo": "^2.0.0-rc.10",
2929
"@nuxtjs/tailwindcss": "^6.12.0",
3030
"@storefront-ui/typography": "^2.6.1",
31-
"@storefront-ui/vue": "^2.6.3",
31+
"@storefront-ui/vue": "^2.6.4",
3232
"@tailwindcss/typography": "^0.5.13",
3333
"@vueuse/integrations": "^10.9.0",
3434
"@vueuse/nuxt": "^10.9.0",

apps/preview/next/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@storefront-ui/react": "workspace:*",
3131
"@storefront-ui/shared": "workspace:*",
3232
"@storefront-ui/tailwind-config": "workspace:*",
33-
"@storefront-ui/tests-shared": "workspace:*",
3433
"@storefront-ui/tw-plugin-peer-next": "workspace:*",
3534
"@storefront-ui/typography": "workspace:*",
3635
"@tailwindcss/typography": "^0.5.13",

apps/preview/nuxt/pages/showcases/Banners/Hero.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img
1414
src="http://localhost:3100/@assets/hero-headphones.png"
1515
alt="Headphones"
16-
class="h-full object-cover object-left"
16+
class="h-full w-full object-cover object-left"
1717
/>
1818
</div>
1919
<div class="p-4 md:p-10 md:max-w-[768px] md:flex md:flex-col md:justify-center md:items-start md:basis-2/4">

apps/test/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@tailwindcss/typography": "^0.5.13",
3939
"@types/react": "^18.0.28",
4040
"@types/react-dom": "^18.0.11",
41-
"@vitejs/plugin-react": "^4.0.0-beta.0",
41+
"@vitejs/plugin-react": "^4.3.0",
4242
"autoprefixer": "^10.4.19",
4343
"chokidar-cli": "^3.0.0",
4444
"concurrently": "^8.2.2",

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepare": "husky",
2222
"build": "yarn update-browserlist-db && yarn generate-icons && yarn build:peer-next && turbo run build",
2323
"dev:docs": "yarn update-browserlist-db && turbo run dev:docs",
24-
"dev": "yarn update-browserlist-db && yarn build:typography && yarn build:peer-next && yarn build:tailwind-config && yarn build:test-utils && yarn build:react && turbo run dev --parallel",
24+
"dev": "yarn update-browserlist-db && yarn build:peer-next && yarn build:nuxt-module && yarn build:react && turbo run dev --parallel",
2525
"dev:shared": "turbo run dev:shared",
2626
"update-browserlist-db": "yarn dlx browserslist@latest",
2727
"lint": "yarn build:typography && yarn build:peer-next && yarn build:tailwind-config && yarn build:vue && turbo run lint",
@@ -88,7 +88,6 @@
8888
}
8989
},
9090
"resolutions": {
91-
"@changesets/assemble-release-plan@^6.0.0": "patch:@changesets/assemble-release-plan@npm%3A6.0.0#./.yarn/patches/@changesets-assemble-release-plan-npm-6.0.0-f7b3005037.patch",
92-
"@nuxt/module-builder@^0.6.0": "patch:@nuxt/module-builder@npm%3A0.6.0#./.yarn/patches/@nuxt-module-builder-npm-0.6.0-755acb37c3.patch"
91+
"@changesets/assemble-release-plan@^6.0.0": "patch:@changesets/assemble-release-plan@npm%3A6.0.0#./.yarn/patches/@changesets-assemble-release-plan-npm-6.0.0-f7b3005037.patch"
9392
}
9493
}

packages/config/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@typescript-eslint/eslint-plugin": "^6.0.0",
1414
"@typescript-eslint/parser": "^6.0.0",
15-
"@vue-storefront/eslint-config": "^2.0.0-rc.7",
15+
"@vue-storefront/eslint-config": "^3.0.0",
1616
"@vue/eslint-config-standard": "^8.0.1",
1717
"eslint": "^8.34.0",
1818
"eslint-config-airbnb": "^19.0.4",

packages/sfui/frameworks/nuxt/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @storefront-ui/nuxt
22

3+
## 2.5.2
4+
5+
### Patch Changes
6+
7+
- [#3176](https://github.com/vuestorefront/storefront-ui/pull/3176) [`295a3f7`](https://github.com/vuestorefront/storefront-ui/commit/295a3f7de88fe1100d3f0e9d5fced6924cb342e0) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - [CHANGED] Update documentatnion/readme, extand default content path to `js` extension
8+
9+
- Updated dependencies [[`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f)]:
10+
- @storefront-ui/vue@2.6.4
11+
312
## 2.5.1
413

514
### Patch Changes

packages/sfui/frameworks/nuxt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In order for Tailwind to properly detect the utility classes used in Storefront
4141
import type { Config } from 'tailwindcss';
4242

4343
export default <Config>{
44-
content: ['./**/*.vue', './node_modules/@storefront-ui/vue/**/*.{js,mjs}'],
44+
content: ['./**/*.vue'],
4545
};
4646
```
4747

packages/sfui/frameworks/nuxt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storefront-ui/nuxt",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"homepage": "https://docs.storefrontui.io/v2/",
55
"installConfig": {
66
"hoistingLimits": "workspaces"
@@ -45,7 +45,7 @@
4545
"defu": "^6.1.4"
4646
},
4747
"devDependencies": {
48-
"@nuxt/module-builder": "^0.6.0",
48+
"@nuxt/module-builder": "^0.7.0",
4949
"@nuxt/schema": "^3.11.2",
5050
"@storefront-ui/eslint-config": "workspace:*",
5151
"eslint": "^8.34.0",

packages/sfui/frameworks/nuxt/src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineNuxtModule<ModuleOptions>({
2222
},
2323
// Default configuration options of the Nuxt module
2424
defaults: {
25-
contentPath: './node_modules/@storefront-ui/vue/**/*.mjs',
25+
contentPath: './node_modules/@storefront-ui/vue/**/*.{js,mjs}',
2626
},
2727
async setup(options, nuxt) {
2828
const { contentPath } = options;

packages/sfui/frameworks/react/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @storefront-ui/react
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- [#3170](https://github.com/vuestorefront/storefront-ui/pull/3170) [`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f) Thanks [@jagoral](https://github.com/jagoral)! - [CHANGED] Aligned ring color of Input component with Figma
8+
39
## 2.6.3
410

511
### Patch Changes

packages/sfui/frameworks/react/components/SfInput/SfInput.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const SfInput = polymorphicForwardRef<typeof defaultWrapperTag, SfInputProps>(
2323
'flex items-center gap-2 px-4 bg-white rounded-md ring-1 text-neutral-500 hover:ring-primary-700 focus-within:caret-primary-700 active:caret-primary-700 active:ring-primary-700 active:ring-2 focus-within:ring-primary-700 focus-within:ring-2',
2424
{
2525
'ring-2 ring-negative-700': invalid,
26-
'ring-1 ring-neutral-200': !invalid,
26+
'ring-1 ring-neutral-300': !invalid,
2727
'focus-within:outline focus-within:outline-offset': isFocusVisible,
2828
},
2929
sizeClasses[size],

packages/sfui/frameworks/react/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@storefront-ui/react",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"license": "MIT",
55
"sideEffects": false,
6+
"type": "module",
67
"exports": {
78
".": {
89
"types": "./dist/index.d.ts",
@@ -53,7 +54,7 @@
5354
"devDependencies": {
5455
"@storefront-ui/eslint-config": "workspace:*",
5556
"@storefront-ui/tests-shared": "workspace:*",
56-
"@vitejs/plugin-react": "^3.1.0",
57+
"@vitejs/plugin-react": "^4.3.0",
5758
"concurrently": "^8.2.0",
5859
"eslint": "^8.34.0",
5960
"prettier": "^3.0.0",

packages/sfui/frameworks/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @storefront-ui/vue
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- [#3170](https://github.com/vuestorefront/storefront-ui/pull/3170) [`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f) Thanks [@jagoral](https://github.com/jagoral)! - [CHANGED] Aligned ring color of Input component with Figma
8+
39
## 2.6.3
410

511
### Patch Changes

packages/sfui/frameworks/vue/components/SfInput/SfInput.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const inputValue = computed({
6464
'flex items-center gap-2 px-4 bg-white rounded-md ring-1 text-neutral-500 hover:ring-primary-700 focus-within:caret-primary-700 active:caret-primary-700 active:ring-primary-700 active:ring-2 focus-within:ring-primary-700 focus-within:ring-2',
6565
{
6666
'ring-2 ring-negative-700': invalid,
67-
'ring-1 ring-neutral-200': !invalid,
67+
'ring-1 ring-neutral-300': !invalid,
6868
'focus-within:outline focus-within:outline-offset': isFocusVisible,
6969
},
7070
getSizeClasses[size],

packages/sfui/frameworks/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storefront-ui/vue",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@storefront-ui/eslint-config": "workspace:*",
5353
"@storefront-ui/tests-shared": "workspace:*",
54-
"@vitejs/plugin-vue": "^4.0.0",
54+
"@vitejs/plugin-vue": "^5.0.4",
5555
"concurrently": "^8.2.2",
5656
"eslint": "^8.34.0",
5757
"prettier": "^3.0.0",

packages/sfui/shared/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"unpkg": "dist/index.umd.js",
1919
"types": "dist/index.d.ts",
2020
"scripts": {
21-
"dev": "vite build --watch",
2221
"dev:shared": "vite build --watch",
2322
"build:shared": "vite build"
2423
},

0 commit comments

Comments
 (0)