-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3233 from vuestorefront/v2-release/nuxt-2.5.2
chore: release/nuxt 2.5.2
- Loading branch information
Showing
27 changed files
with
4,676 additions
and
1,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
362 changes: 181 additions & 181 deletions
362
.yarn/releases/yarn-3.8.2.cjs → .yarn/releases/yarn-3.8.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,26 +65,26 @@ | |
"@vue-storefront/prettier-config": "^2.0.0-rc.1", | ||
"commitizen": "^4.2.5", | ||
"concurrently": "^8.2.2", | ||
"husky": "^9.0.11", | ||
"husky": "^9.1.4", | ||
"hygen": "^6.2.8", | ||
"mdast-util-to-string": "^4.0.0", | ||
"prettier": "latest", | ||
"remark-parse": "^11.0.0", | ||
"remark-stringify": "^11.0.0", | ||
"rimraf": "^5.0.0", | ||
"rimraf": "^6.0.1", | ||
"rollup-plugin-preserve-directives": "^0.4.0", | ||
"tailwindcss": "^3.4.3", | ||
"turbo": "latest", | ||
"typescript": "^5.4.5", | ||
"unified": "^11.0.4", | ||
"tailwindcss": "^3.4.7", | ||
"turbo": "^2.0.9", | ||
"typescript": "^5.5.4", | ||
"unified": "^11.0.5", | ||
"wait-on": "^7.0.1" | ||
}, | ||
"engines": { | ||
"npm": ">=8.19.1", | ||
"yarn": ">=1.22.19", | ||
"node": ">=16.0.0" | ||
}, | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].3", | ||
"config": { | ||
"commitizen": { | ||
"path": "cz-conventional-changelog", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @storefront-ui/nuxt | ||
|
||
## 2.5.3 | ||
|
||
### Patch Changes | ||
|
||
- [#3232](https://github.com/vuestorefront/storefront-ui/pull/3232) [`30bfa9a`](https://github.com/vuestorefront/storefront-ui/commit/30bfa9a327a0da0adb02bfda26a756e75ff80c83) Thanks [@Szymon-dziewonski](https://github.com/Szymon-dziewonski)! - [CHANGED] Migrate nuxt module to newest version `@nuxtjs/[email protected]` enabling HMR | ||
|
||
## 2.5.2 | ||
|
||
### Patch Changes | ||
|
Oops, something went wrong.