From 937c5c9c72e6ae3c4524bf5bfd6b3a5a2fd1c897 Mon Sep 17 00:00:00 2001 From: Baroshem Date: Thu, 24 Jun 2021 12:31:12 +0200 Subject: [PATCH] chore(release): publish - nuxt@0.10.71 - @storefront-ui/shared@0.10.71 - @storefront-ui/vue@0.10.71 --- packages/nuxt/CHANGELOG.md | 8 ++++++++ packages/nuxt/package.json | 2 +- packages/shared/CHANGELOG.md | 8 ++++++++ packages/shared/package.json | 2 +- packages/vue/CHANGELOG.md | 12 ++++++++++++ packages/vue/package.json | 4 ++-- 6 files changed, 32 insertions(+), 4 deletions(-) diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 0844df5e33..765d150d5b 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.71](https://github.com/vuestorefront/storefront-ui/compare/nuxt@0.10.7...nuxt@0.10.71) (2021-06-24) + +**Note:** Version bump only for package nuxt + + + + + ## 0.10.7 (2021-06-22) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 26f3deeb2c..1cb6fe481c 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "0.10.7", + "version": "0.10.71", "private": true, "author": "Storefront UI team", "scripts": { diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index c610364997..0a56ab571e 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.71](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/shared@0.10.7...@storefront-ui/shared@0.10.71) (2021-06-24) + +**Note:** Version bump only for package @storefront-ui/shared + + + + + ## [0.10.7](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/shared@0.10.6...@storefront-ui/shared@0.10.7) (2021-06-22) diff --git a/packages/shared/package.json b/packages/shared/package.json index f107eb2987..2e73afc730 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/shared", - "version": "0.10.7", + "version": "0.10.71", "description": "", "main": "index.js", "author": "Filip Rakowski", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 79d97919c4..c504e781e9 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.71](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/vue@0.10.7...@storefront-ui/vue@0.10.71) (2021-06-24) + + +### Bug Fixes + +* hotfix sidebar not working on mobile ([d6d4a7c](https://github.com/vuestorefront/storefront-ui/commit/d6d4a7c707dc9a053a5671b66eae6f73ad85c7ce)) +* stories for 0.10.71 ([70fc8af](https://github.com/vuestorefront/storefront-ui/commit/70fc8af6893716885cbfc1b77f0729151008f3ee)) + + + + + ## [0.10.7](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/vue@0.10.6...@storefront-ui/vue@0.10.7) (2021-06-22) diff --git a/packages/vue/package.json b/packages/vue/package.json index a1a3c9efee..5c6391e48e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@storefront-ui/vue", - "version": "0.10.7", + "version": "0.10.71", "license": "MIT", "scripts": { "serve": "yarn create-index-files && vue-cli-service serve", @@ -33,7 +33,7 @@ "dependencies": { "@cypress/vue": "^2.0.1", "@glidejs/glide": "^3.3.0", - "@storefront-ui/shared": "0.10.7", + "@storefront-ui/shared": "0.10.71", "body-scroll-lock": "^3.0.1", "cloudinary-build-url": "^0.1.1", "core-js": "^3.6.5",