From e5202ac3820a50a5306e94c6593ebb6ad24d5d0d Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:42:03 +0100 Subject: [PATCH] chore(release): v1.4.0 --- CHANGELOG.md | 28 +++++++++++++++++++++++++ package.json | 2 +- packages/cli/package.json | 6 +++--- packages/commons/package.json | 2 +- packages/composables/package.json | 8 +++---- packages/default-theme/package.json | 8 +++---- packages/helpers/package.json | 2 +- packages/nuxt-module/package.json | 14 ++++++------- packages/shopware-6-client/package.json | 2 +- packages/theme-base/package.json | 2 +- 10 files changed, 51 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f70decf..50ccfd3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [1.4.0](https://github.com/DivanteLtd/shopware-pwa/compare/v1.3.0...v1.4.0) (2022-03-14) + + +### Bug Fixes + +* **composables:** correct delivery address source ([#1847](https://github.com/DivanteLtd/shopware-pwa/issues/1847)) ([280af6e](https://github.com/DivanteLtd/shopware-pwa/commit/280af6e7a4d8532015d17f02f66b72d91e539937)) +* tests coverage ([#1832](https://github.com/DivanteLtd/shopware-pwa/issues/1832)) ([a656535](https://github.com/DivanteLtd/shopware-pwa/commit/a6565358a26e80f318007dc873a6c0e02285d269)) +* **cli:** create theme using CLI ([#1787](https://github.com/DivanteLtd/shopware-pwa/issues/1787)) ([18a8d0a](https://github.com/DivanteLtd/shopware-pwa/commit/18a8d0ab6f22f3dc5015444f5771500c16af0a81)) +* **cli:** do not remove [@shopware-pwa](https://github.com/shopware-pwa) packages ([#1796](https://github.com/DivanteLtd/shopware-pwa/issues/1796)) ([3dc797b](https://github.com/DivanteLtd/shopware-pwa/commit/3dc797b569a01de704ed9c740550cd5e5583d392)) +* **cli:** Forward slashes problem when serving from e.g. S3 ([#1800](https://github.com/DivanteLtd/shopware-pwa/issues/1800)) ([5b605bf](https://github.com/DivanteLtd/shopware-pwa/commit/5b605bfd327155b88fa9da076cf02fc23426391f)) +* **client:** add missing paymentDetails param ([#1794](https://github.com/DivanteLtd/shopware-pwa/issues/1794)) ([610dbc7](https://github.com/DivanteLtd/shopware-pwa/commit/610dbc71f8ac41357ff70076a495eec51ec450a3)) +* **composables:** devtools registration error when no devtools available ([#1785](https://github.com/DivanteLtd/shopware-pwa/issues/1785)) ([b9e4c63](https://github.com/DivanteLtd/shopware-pwa/commit/b9e4c63e7e935d04916b0c7bf3b29d8852716a20)) +* **nuxt module:** redirect 302 issue on apple devices ([#1817](https://github.com/DivanteLtd/shopware-pwa/issues/1817)) ([e96f114](https://github.com/DivanteLtd/shopware-pwa/commit/e96f114d40a7cba5e659c9dabebda774aa4feca5)) + + +### Features + +* **cli:** remove devMode question from plugins command ([#1786](https://github.com/DivanteLtd/shopware-pwa/issues/1786)) ([894ea98](https://github.com/DivanteLtd/shopware-pwa/commit/894ea98306a6d5b8cb2f70044900480fbcd2b657)) +* **client:** get product reviews api client method (vuestorefront[#1814](https://github.com/DivanteLtd/shopware-pwa/issues/1814)) ([#1826](https://github.com/DivanteLtd/shopware-pwa/issues/1826)) ([191ee91](https://github.com/DivanteLtd/shopware-pwa/commit/191ee91b4a4952ebacd084d241524ba1cb03824a)) +* **commons:** extend the category interface ([f95cf00](https://github.com/DivanteLtd/shopware-pwa/commit/f95cf00512b85d357d657e4872a09c2ecf85a6ce)) +* **composables:** handle meta title and description in useCms compos… ([#1842](https://github.com/DivanteLtd/shopware-pwa/issues/1842)) ([4d977c7](https://github.com/DivanteLtd/shopware-pwa/commit/4d977c79a311b658085eb73755794ea9a2756a61)) +* **composables:** method to set default payment method for customer ([#1846](https://github.com/DivanteLtd/shopware-pwa/issues/1846)) ([38eb351](https://github.com/DivanteLtd/shopware-pwa/commit/38eb3519540739708c4646e2db200ec0a4d9aa50)) +* **composables:** separate composable to manage cart item ([#1834](https://github.com/DivanteLtd/shopware-pwa/issues/1834)) ([1128c69](https://github.com/DivanteLtd/shopware-pwa/commit/1128c6984e3e756702dae35c42bc2f5115bade4f)) +* **default-theme:** fallback filter component for display type ([#1797](https://github.com/DivanteLtd/shopware-pwa/issues/1797)) ([5f2e64c](https://github.com/DivanteLtd/shopware-pwa/commit/5f2e64c658defd9faf25eea9e1037bfbb633556c)) +* **nuxt-module:** add parsing of "forwarded" header when checking for valid domains ([#1803](https://github.com/DivanteLtd/shopware-pwa/issues/1803)) ([8b0afc8](https://github.com/DivanteLtd/shopware-pwa/commit/8b0afc8a366640c8a74ff6aa3a13695e1dce500e)) + + + # [1.3.0](https://github.com/DivanteLtd/shopware-pwa/compare/v1.2.0...v1.3.0) (2022-01-11) diff --git a/package.json b/package.json index c0508f8d5..d20eecea6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopware-pwa", - "version": "1.3.0", + "version": "1.4.0", "private": true, "workspaces": { "packages": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index a0634fc2e..d62c77e54 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cli", - "version": "1.3.0", + "version": "1.4.0", "description": "Shopware PWA CLI", "types": "build/types/types.d.ts", "bin": { @@ -29,7 +29,7 @@ ], "license": "MIT", "dependencies": { - "@shopware-pwa/shopware-6-client": "1.3.0", + "@shopware-pwa/shopware-6-client": "1.4.0", "chokidar": "^3.5.3", "dotenv": "^16.0.0", "gluegun": "^5.1.0", @@ -39,7 +39,7 @@ "validate-npm-package-name": "^3.0.0" }, "devDependencies": { - "@shopware-pwa/commons": "1.3.0", + "@shopware-pwa/commons": "1.4.0", "@types/jest": "^27.4.1", "@types/node": "^14.14.37", "jest": "^27.5.1", diff --git a/packages/commons/package.json b/packages/commons/package.json index 4d5fd3d33..3f9a57e68 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/commons", - "version": "1.3.0", + "version": "1.4.0", "description": "@shopware-pwa/commons", "license": "MIT", "files": [ diff --git a/packages/composables/package.json b/packages/composables/package.json index d59889e54..7d24fb1ce 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables", - "version": "1.3.0", + "version": "1.4.0", "description": "@shopware-pwa/composables", "main": "dist/composables.cjs.js", "module": "dist/composables.esm.js", @@ -23,8 +23,8 @@ }, "license": "MIT", "dependencies": { - "@shopware-pwa/helpers": "1.3.0", - "@shopware-pwa/shopware-6-client": "1.3.0", + "@shopware-pwa/helpers": "1.4.0", + "@shopware-pwa/shopware-6-client": "1.4.0", "@vue/devtools-api": "6.0.12", "axios": "^0.26.0", "cookie-universal": "^2.1.5", @@ -42,7 +42,7 @@ } }, "devDependencies": { - "@shopware-pwa/commons": "1.3.0", + "@shopware-pwa/commons": "1.4.0", "@vue/composition-api": "^1.4.9", "vue": "^2.6.14" }, diff --git a/packages/default-theme/package.json b/packages/default-theme/package.json index 600de5fc4..8a5f83750 100644 --- a/packages/default-theme/package.json +++ b/packages/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/default-theme", - "version": "1.3.0", + "version": "1.4.0", "description": "Shopware PWA theme", "author": "patzick <13100280+patzick@users.noreply.github.com>", "license": "MIT", @@ -24,8 +24,8 @@ "*.{js,vue}": "prettier" }, "dependencies": { - "@shopware-pwa/cli": "1.3.0", - "@shopware-pwa/theme-base": "1.3.0", + "@shopware-pwa/cli": "1.4.0", + "@shopware-pwa/theme-base": "1.4.0", "@storefront-ui/vue": "0.10.8", "@vuelidate/core": "^2.0.0-alpha.34", "@vuelidate/validators": "^2.0.0-alpha.26", @@ -51,7 +51,7 @@ "@nuxtjs/eslint-config": "^8.0.0", "@nuxtjs/eslint-module": "^3.0.2", "@playwright/test": "^1.19.2", - "@shopware-pwa/cli": "1.3.0", + "@shopware-pwa/cli": "1.4.0", "@vue/composition-api": "^1.4.9", "@vue/test-utils": "^1.3.0", "babel-eslint": "^10.1.0", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 7339aba5e..b9428e68d 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/helpers", - "version": "1.3.0", + "version": "1.4.0", "description": "@shopware-pwa/helpers", "main": "dist/helpers.cjs.js", "module": "dist/helpers.esm.js", diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index 46e2c8d7f..04609e1cc 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/nuxt-module", - "version": "1.3.0", + "version": "1.4.0", "description": "@shopware-pwa/nuxt-module", "main": "dist/nuxt-module.cjs.js", "exports": { @@ -25,11 +25,11 @@ "@nuxt/typescript-build": "^2.1.0", "@nuxt/typescript-runtime": "^2.1.0", "@nuxt/utils": "^2.15.8", - "@shopware-pwa/cli": "1.3.0", - "@shopware-pwa/composables": "1.3.0", - "@shopware-pwa/default-theme": "1.3.0", - "@shopware-pwa/helpers": "1.3.0", - "@shopware-pwa/shopware-6-client": "1.3.0", + "@shopware-pwa/cli": "1.4.0", + "@shopware-pwa/composables": "1.4.0", + "@shopware-pwa/default-theme": "1.4.0", + "@shopware-pwa/helpers": "1.4.0", + "@shopware-pwa/shopware-6-client": "1.4.0", "chokidar": "^3.5.3", "cookie-universal": "^2.1.5", "cosmiconfig": "^7.0.1", @@ -46,7 +46,7 @@ "vue-template-compiler": "^2.6.14" }, "devDependencies": { - "@shopware-pwa/commons": "1.3.0" + "@shopware-pwa/commons": "1.4.0" }, "publishConfig": { "access": "public" diff --git a/packages/shopware-6-client/package.json b/packages/shopware-6-client/package.json index 1e30ea9c6..faf6cf4fd 100644 --- a/packages/shopware-6-client/package.json +++ b/packages/shopware-6-client/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/shopware-6-client", - "version": "1.3.0", + "version": "1.4.0", "description": "Rest API client for Shopware 6.", "main": "dist/shopware-6-client.cjs.js", "module": "dist/shopware-6-client.esm.js", diff --git a/packages/theme-base/package.json b/packages/theme-base/package.json index 7d55022d1..b40012a6b 100644 --- a/packages/theme-base/package.json +++ b/packages/theme-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/theme-base", - "version": "1.3.0", + "version": "1.4.0", "author": "patzick <13100280+patzick@users.noreply.github.com>", "license": "MIT", "files": [