Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus committed Nov 7, 2020
1 parent 9311f71 commit 8681dc8
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 18 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shopware-pwa",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/commons",
"version": "0.5.0",
"version": "0.5.1",
"description": "@shopware-pwa/commons",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/default-theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
14 changes: 7 additions & 7 deletions packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/shopware-6-client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-base/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8681dc8

Please sign in to comment.