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

Lines changed: 0 additions & 39 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)