Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @storefront-ui/[email protected]
 - @storefront-ui/[email protected]
  • Loading branch information
AdamPawlinski committed Feb 4, 2021
1 parent 5c2eddf commit d43258f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-02-04)

**Note:** Version bump only for package @storefront-ui/shared





## [0.10.1](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-02-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/shared",
"version": "0.10.1",
"version": "0.10.2",
"description": "",
"main": "index.js",
"author": "Filip Rakowski",
Expand Down
12 changes: 12 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-02-04)


### Bug Fixes

* doc merge ([fbeb490](https://github.com/vuestorefront/storefront-ui/commit/fbeb490a80ea632869bdfbbadfb246707cca32b8))
* removed client checker ([#1680](https://github.com/vuestorefront/storefront-ui/issues/1680)) ([52442c5](https://github.com/vuestorefront/storefront-ui/commit/52442c565db8895f75971d9211e9b966475977e0))





## [0.10.1](https://github.com/vuestorefront/storefront-ui/compare/@storefront-ui/[email protected]...@storefront-ui/[email protected]) (2021-02-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storefront-ui/vue",
"version": "0.10.1",
"version": "0.10.2",
"scripts": {
"serve": "yarn create-index-files && vue-cli-service serve",
"build": "yarn create-index-files && vue-cli-service build --target lib --name storefront-ui ./src/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"@glidejs/glide": "^3.3.0",
"@storefront-ui/shared": "0.10.1",
"@storefront-ui/shared": "0.10.2",
"body-scroll-lock": "^3.0.1",
"cloudinary-build-url": "^0.1.1",
"core-js": "^3.6.5",
Expand Down

0 comments on commit d43258f

Please sign in to comment.