Skip to content

Commit 937c5c9

Browse files
committed
chore(release): publish
- [email protected] - @storefront-ui/[email protected] - @storefront-ui/[email protected]
1 parent 70fc8af commit 937c5c9

File tree

6 files changed

+32
-4
lines changed

6 files changed

+32
-4
lines changed

packages/nuxt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.71](https://github.com/vuestorefront/storefront-ui/compare/[email protected]@0.10.71) (2021-06-24)
7+
8+
**Note:** Version bump only for package nuxt
9+
10+
11+
12+
13+
614
## 0.10.7 (2021-06-22)
715

816

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt",
3-
"version": "0.10.7",
3+
"version": "0.10.71",
44
"private": true,
55
"author": "Storefront UI team",
66
"scripts": {

packages/shared/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.71](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-06-24)
7+
8+
**Note:** Version bump only for package @storefront-ui/shared
9+
10+
11+
12+
13+
614
## [0.10.7](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-06-22)
715

816

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storefront-ui/shared",
3-
"version": "0.10.7",
3+
"version": "0.10.71",
44
"description": "",
55
"main": "index.js",
66
"author": "Filip Rakowski",

packages/vue/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.71](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* hotfix sidebar not working on mobile ([d6d4a7c](https://github.com/vuestorefront/storefront-ui/commit/d6d4a7c707dc9a053a5671b66eae6f73ad85c7ce))
12+
* stories for 0.10.71 ([70fc8af](https://github.com/vuestorefront/storefront-ui/commit/70fc8af6893716885cbfc1b77f0729151008f3ee))
13+
14+
15+
16+
17+
618
## [0.10.7](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-06-22)
719

820

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storefront-ui/vue",
3-
"version": "0.10.7",
3+
"version": "0.10.71",
44
"license": "MIT",
55
"scripts": {
66
"serve": "yarn create-index-files && vue-cli-service serve",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@cypress/vue": "^2.0.1",
3535
"@glidejs/glide": "^3.3.0",
36-
"@storefront-ui/shared": "0.10.7",
36+
"@storefront-ui/shared": "0.10.71",
3737
"body-scroll-lock": "^3.0.1",
3838
"cloudinary-build-url": "^0.1.1",
3939
"core-js": "^3.6.5",

0 commit comments

Comments
 (0)