Skip to content

Commit

Permalink
Merge 02201a6 into ea2c90a
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszjedrasik committed Jan 19, 2021
2 parents ea2c90a + 02201a6 commit eebea1d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
8 changes: 4 additions & 4 deletions packages/boilerplate/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@vue-storefront/nuxt": "^2.2.0",
"@vue-storefront/nuxt-theme": "^2.2.0",
"@nuxtjs/style-resources": "^1.0.0",
"cookie-universal-nuxt": "^2.1.3",
"vue-scrollto": "^2.17.1",
"vee-validate": "^3.2.3",
"nuxt-i18n": "^6.5.0",
"core-js": "^2.6.5",
"nuxt": "^2.13.3",
"nuxt-i18n": "^6.5.0",
"vee-validate": "^3.2.3",
"vue-scrollto": "^2.17.1"
"cookie-universal-nuxt": "^2.1.3"
},
"devDependencies": {
"@nuxt/types": "^0.7.9",
Expand Down
8 changes: 4 additions & 4 deletions packages/commercetools/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"@vue-storefront/commercetools": "^1.1.0",
"@vue-storefront/nuxt": "^2.2.0",
"@vue-storefront/nuxt-theme": "^2.2.0",
"cookie-universal-nuxt": "^2.1.3",
"vue-scrollto": "^2.17.1",
"vee-validate": "^3.2.3",
"nuxt-i18n": "^6.5.0",
"core-js": "^2.6.5",
"nuxt": "^2.13.3",
"nuxt-i18n": "^6.5.0",
"vee-validate": "^3.2.3",
"vue-scrollto": "^2.17.1"
"cookie-universal-nuxt": "^2.1.3"
},
"devDependencies": {
"@nuxt/types": "^0.7.9",
Expand Down
5 changes: 5 additions & 0 deletions packages/core/docs/contributing/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.3.0 (not relased)

- Moved dependencies from integration themes to nuxt-theme-module ([#5404](https://github.com/vuestorefront/vue-storefront/issues/5404)) - [Łukasz Jędrasik](https://github.com/lukaszjedrasik)


## 2.2.0
- added bottom margin to fix visibility of last footer category ([#5253](https://github.com/DivanteLtd/vue-storefront/issues/5253))
- [BREAKING] refactored names of many factory methods and composable methods, details in linked PR ([#5299](https://github.com/DivanteLtd/vue-storefront/pull/5299))
Expand Down
6 changes: 3 additions & 3 deletions packages/core/nuxt-theme-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"vue": "^2.6.11",
"vue-lazy-hydration": "^2.0.0-beta.4"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash.merge": "^4.6.2"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit eebea1d

Please sign in to comment.