Skip to content

Commit

Permalink
Merge pull request #3179 from vuestorefront/v2-release/patch
Browse files Browse the repository at this point in the history
chore: release patch vue/nuxt/react
  • Loading branch information
Szymon-dziewonski authored May 28, 2024
2 parents 9ef0458 + 10b62e6 commit a66c64a
Show file tree
Hide file tree
Showing 21 changed files with 525 additions and 265 deletions.
39 changes: 0 additions & 39 deletions .yarn/patches/@nuxt-module-builder-npm-0.6.0-755acb37c3.patch

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/components/content/2.getting-started/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ In order for Tailwind to properly detect the utility classes used in Storefront
import type { Config } from 'tailwindcss';

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

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@microsoft/api-documenter": "^7.24.2",
"@microsoft/api-extractor": "7.43.4",
"@microsoft/api-extractor": "7.44.1",
"@types/node": "^20.12.7",
"nuxt": "^3.11.2",
"nuxt-gtag": "^2.0.5"
Expand All @@ -28,7 +28,7 @@
"@nuxtjs/seo": "^2.0.0-rc.10",
"@nuxtjs/tailwindcss": "^6.12.0",
"@storefront-ui/typography": "^2.6.1",
"@storefront-ui/vue": "^2.6.3",
"@storefront-ui/vue": "^2.6.4",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/integrations": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
Expand Down
1 change: 0 additions & 1 deletion apps/preview/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@storefront-ui/react": "workspace:*",
"@storefront-ui/shared": "workspace:*",
"@storefront-ui/tailwind-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@storefront-ui/tw-plugin-peer-next": "workspace:*",
"@storefront-ui/typography": "workspace:*",
"@tailwindcss/typography": "^0.5.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/preview/nuxt/pages/showcases/Banners/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<img
src="http://localhost:3100/@assets/hero-headphones.png"
alt="Headphones"
class="h-full object-cover object-left"
class="h-full w-full object-cover object-left"
/>
</div>
<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">
Expand Down
2 changes: 1 addition & 1 deletion apps/test/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0-beta.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepare": "husky",
"build": "yarn update-browserlist-db && yarn generate-icons && yarn build:peer-next && turbo run build",
"dev:docs": "yarn update-browserlist-db && turbo run dev:docs",
"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",
"dev": "yarn update-browserlist-db && yarn build:peer-next && yarn build:nuxt-module && yarn build:react && turbo run dev --parallel",
"dev:shared": "turbo run dev:shared",
"update-browserlist-db": "yarn dlx browserslist@latest",
"lint": "yarn build:typography && yarn build:peer-next && yarn build:tailwind-config && yarn build:vue && turbo run lint",
Expand Down Expand Up @@ -88,7 +88,6 @@
}
},
"resolutions": {
"@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",
"@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"
"@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"
}
}
2 changes: 1 addition & 1 deletion packages/config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vue-storefront/eslint-config": "^2.0.0-rc.7",
"@vue-storefront/eslint-config": "^3.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/sfui/frameworks/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @storefront-ui/nuxt

## 2.5.2

### Patch Changes

- [#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

- Updated dependencies [[`55a0d36`](https://github.com/vuestorefront/storefront-ui/commit/55a0d360c95bf3359dfc5a740cfcde6ca473b23f)]:
- @storefront-ui/vue@2.6.4

## 2.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/nuxt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In order for Tailwind to properly detect the utility classes used in Storefront
import type { Config } from 'tailwindcss';

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

Expand Down
4 changes: 2 additions & 2 deletions packages/sfui/frameworks/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/nuxt",
"version": "2.5.1",
"version": "2.5.2",
"homepage": "https://docs.storefrontui.io/v2/",
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down Expand Up @@ -45,7 +45,7 @@
"defu": "^6.1.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.6.0",
"@nuxt/module-builder": "^0.7.0",
"@nuxt/schema": "^3.11.2",
"@storefront-ui/eslint-config": "workspace:*",
"eslint": "^8.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineNuxtModule<ModuleOptions>({
},
// Default configuration options of the Nuxt module
defaults: {
contentPath: './node_modules/@storefront-ui/vue/**/*.mjs',
contentPath: './node_modules/@storefront-ui/vue/**/*.{js,mjs}',
},
async setup(options, nuxt) {
const { contentPath } = options;
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions packages/sfui/frameworks/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @storefront-ui/react

## 2.6.4

### Patch Changes

- [#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

## 2.6.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const SfInput = polymorphicForwardRef<typeof defaultWrapperTag, SfInputProps>(
'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',
{
'ring-2 ring-negative-700': invalid,
'ring-1 ring-neutral-200': !invalid,
'ring-1 ring-neutral-300': !invalid,
'focus-within:outline focus-within:outline-offset': isFocusVisible,
},
sizeClasses[size],
Expand Down
5 changes: 3 additions & 2 deletions packages/sfui/frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@storefront-ui/react",
"version": "2.6.3",
"version": "2.6.4",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -53,7 +54,7 @@
"devDependencies": {
"@storefront-ui/eslint-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.3.0",
"concurrently": "^8.2.0",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sfui/frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @storefront-ui/vue

## 2.6.4

### Patch Changes

- [#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

## 2.6.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const inputValue = computed({
'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',
{
'ring-2 ring-negative-700': invalid,
'ring-1 ring-neutral-200': !invalid,
'ring-1 ring-neutral-300': !invalid,
'focus-within:outline focus-within:outline-offset': isFocusVisible,
},
getSizeClasses[size],
Expand Down
4 changes: 2 additions & 2 deletions packages/sfui/frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/vue",
"version": "2.6.3",
"version": "2.6.4",
"license": "MIT",
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@storefront-ui/eslint-config": "workspace:*",
"@storefront-ui/tests-shared": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"concurrently": "^8.2.2",
"eslint": "^8.34.0",
"prettier": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/sfui/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"unpkg": "dist/index.umd.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite build --watch",
"dev:shared": "vite build --watch",
"build:shared": "vite build"
},
Expand Down
Loading

0 comments on commit a66c64a

Please sign in to comment.