Skip to content

Commit

Permalink
chore: update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mirouse committed Jul 26, 2023
1 parent 110eade commit d798c26
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 20 deletions.
5 changes: 1 addition & 4 deletions packages/cache/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const baseConfig = require('../jest.base.config');

module.exports = {
...baseConfig,
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!lodash-es)'
]
...baseConfig
};
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@vue-storefront/core": "~2.7.5"
"@vue-storefront/core": "^2.8.0"
},
"peerDependencies": {
"@nuxtjs/composition-api": "^0.29.3"
Expand Down
3 changes: 0 additions & 3 deletions packages/core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ module.exports = {
collectCoverage: true,
setupFilesAfterEnv: [
'./__tests__/setup.ts'
],
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!lodash-es)'
]
};
7 changes: 0 additions & 7 deletions packages/docs/changelog/6869.js

This file was deleted.

6 changes: 5 additions & 1 deletion packages/docs/reference/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.8.0

- feat: add support for the Node 18 ([6943](https://github.com/vuestorefront/vue-storefront/pull/6943)) - [Bartosz Herba](https://github.com/bartoszherba)

## 2.7.6

- chore: enhance custom query to allow sending metadata as object ([6928](https://github.com/vuestorefront/vue-storefront/pull/6928))
Expand Down Expand Up @@ -52,7 +56,7 @@ Date: 05.07.2022

- Docs update / corrects / fixes

- All new CLI `3.0.0`
- All new CLI `3.0.0`

## 2.5.13

Expand Down
5 changes: 1 addition & 4 deletions packages/middleware/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
const baseConfig = require('../jest.base.config');

module.exports = {
...baseConfig,
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!lodash-es)'
]
...baseConfig
};

0 comments on commit d798c26

Please sign in to comment.