From 8681dc8e14678240f0a461c12fb70a5a886746e8 Mon Sep 17 00:00:00 2001 From: mkucmus Date: Sat, 7 Nov 2020 20:04:46 +0100 Subject: [PATCH] chore(release): v0.5.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- packages/cli/package.json | 4 ++-- packages/commons/package.json | 2 +- packages/composables/package.json | 4 ++-- packages/default-theme/package.json | 4 ++-- 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, 35 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf624ab0..ae390e390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.5.1](https://github.com/DivanteLtd/shopware-pwa/compare/v0.5.0...v0.5.1) (2020-11-07) + + +### Bug Fixes + +* **client:** missing product variants ([#1215](https://github.com/DivanteLtd/shopware-pwa/issues/1215)) ([fecdf93](https://github.com/DivanteLtd/shopware-pwa/commit/fecdf933862285437a449e34d84af652f7f9f500)) +* **composables:** notify the user in case of refresh session issue ([#1221](https://github.com/DivanteLtd/shopware-pwa/issues/1221)) ([112b845](https://github.com/DivanteLtd/shopware-pwa/commit/112b845f384c5b48b075af3fe830d631695eebe9)) +* **default-theme:** fixed navigations links alignment ([#1220](https://github.com/DivanteLtd/shopware-pwa/issues/1220)) ([aaea470](https://github.com/DivanteLtd/shopware-pwa/commit/aaea470924d38f01d77e88f1fa562f2f5198ae49)) +* **default-theme:** passing the customer entity during register on checkout ([#1223](https://github.com/DivanteLtd/shopware-pwa/issues/1223)) ([6981801](https://github.com/DivanteLtd/shopware-pwa/commit/6981801797a7130ec099441e887a6c21cd20ae3a)) + + +### Features + +* **default-theme:** show variant option in cart ([#1222](https://github.com/DivanteLtd/shopware-pwa/issues/1222)) ([247b674](https://github.com/DivanteLtd/shopware-pwa/commit/247b674b8b04f4638a73a065afcd497b7979c415)) + + + # [0.5.0](https://github.com/DivanteLtd/shopware-pwa/compare/v0.4.0...v0.5.0) (2020-10-30) ### Bug Fixes diff --git a/package.json b/package.json index ed26d3590..b8c6d8778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shopware-pwa", - "version": "0.5.0", + "version": "0.5.1", "private": true, "workspaces": { "packages": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 271783226..03271ec28 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/cli", - "version": "0.5.0", + "version": "0.5.1", "description": "Shopware PWA CLI", "types": "build/types/types.d.ts", "bin": { @@ -29,7 +29,7 @@ ], "license": "MIT", "dependencies": { - "@shopware-pwa/shopware-6-client": "0.5.0", + "@shopware-pwa/shopware-6-client": "0.5.1", "chokidar": "^3.4.3", "gluegun": "^4.4.0", "lodash": "^4.17.20", diff --git a/packages/commons/package.json b/packages/commons/package.json index ab48a8d19..4bc614492 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/commons", - "version": "0.5.0", + "version": "0.5.1", "description": "@shopware-pwa/commons", "license": "MIT", "files": [ diff --git a/packages/composables/package.json b/packages/composables/package.json index a4d7dcc30..dde914ad0 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/composables", - "version": "0.5.0", + "version": "0.5.1", "description": "@shopware-pwa/composables", "main": "dist/composables.cjs.js", "module": "dist/composables.esm.js", @@ -23,7 +23,7 @@ }, "license": "MIT", "dependencies": { - "@shopware-pwa/shopware-6-client": "0.5.0", + "@shopware-pwa/shopware-6-client": "0.5.1", "@vue/composition-api": "^1.0.0-beta.17", "axios": "^0.20.0", "cookie-universal": "^2.1.4", diff --git a/packages/default-theme/package.json b/packages/default-theme/package.json index 3f9d486cc..fb438475a 100644 --- a/packages/default-theme/package.json +++ b/packages/default-theme/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/default-theme", - "version": "0.5.0", + "version": "0.5.1", "description": "Shopware PWA theme", "author": "patzick <13100280+patzick@users.noreply.github.com>", "license": "MIT", @@ -23,7 +23,7 @@ "*.{js,vue}": "prettier" }, "dependencies": { - "@shopware-pwa/theme-base": "0.5.0", + "@shopware-pwa/theme-base": "0.5.1", "@storefront-ui/vue": "0.7.18", "core-js": "^3.6.5", "dayjs": "^1.9.3", diff --git a/packages/helpers/package.json b/packages/helpers/package.json index a99c67ec5..2780d77db 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/helpers", - "version": "0.5.0", + "version": "0.5.1", "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 44f64ee51..a35b886ff 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/nuxt-module", - "version": "0.5.0", + "version": "0.5.1", "description": "@shopware-pwa/nuxt-module", "main": "dist/nuxt-module.cjs.js", "files": [ @@ -20,12 +20,12 @@ "@nuxt/typescript-build": "^2.0.3", "@nuxt/typescript-runtime": "^2.0.0", "@nuxt/utils": "^2.14.7", - "@shopware-pwa/cli": "0.5.0", - "@shopware-pwa/commons": "0.5.0", - "@shopware-pwa/composables": "0.5.0", - "@shopware-pwa/default-theme": "0.5.0", - "@shopware-pwa/helpers": "0.5.0", - "@shopware-pwa/shopware-6-client": "0.5.0", + "@shopware-pwa/cli": "0.5.1", + "@shopware-pwa/commons": "0.5.1", + "@shopware-pwa/composables": "0.5.1", + "@shopware-pwa/default-theme": "0.5.1", + "@shopware-pwa/helpers": "0.5.1", + "@shopware-pwa/shopware-6-client": "0.5.1", "chokidar": "^3.4.3", "cookie-universal": "^2.1.4", "cosmiconfig": "^7.0.0", diff --git a/packages/shopware-6-client/package.json b/packages/shopware-6-client/package.json index b10ea7792..281dc0438 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": "0.5.0", + "version": "0.5.1", "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 7f421470d..f1f177238 100644 --- a/packages/theme-base/package.json +++ b/packages/theme-base/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-pwa/theme-base", - "version": "0.5.0", + "version": "0.5.1", "author": "patzick <13100280+patzick@users.noreply.github.com>", "license": "MIT", "files": [