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

Commit 9d7397d

Browse files
committed
chore(release): v1.5.3
1 parent 267cb5d commit 9d7397d

File tree

10 files changed

+40
-23
lines changed

10 files changed

+40
-23
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.5.3](https://github.com/vuestorefront/shopware-pwa/compare/v1.5.2...v1.5.3) (2022-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **commons:** types adjustment ([6a4751e](https://github.com/vuestorefront/shopware-pwa/commit/6a4751eca8fc2f3f587bd3949cd64c12257ac5ab))
7+
* **composables:** loading currencies ([#1920](https://github.com/vuestorefront/shopware-pwa/issues/1920)) ([762b888](https://github.com/vuestorefront/shopware-pwa/commit/762b88888ce1f69dd5c9e656f676534e9f10c61a))
8+
* **default-theme:** edit address on ssr ([#1919](https://github.com/vuestorefront/shopware-pwa/issues/1919)) ([be2a2c5](https://github.com/vuestorefront/shopware-pwa/commit/be2a2c5e63de326c4da7799fe2fcdda8bc839bb4))
9+
* **default-theme:** prevent redirecting to profile page on SSR ([#1921](https://github.com/vuestorefront/shopware-pwa/issues/1921)) ([49e97d4](https://github.com/vuestorefront/shopware-pwa/commit/49e97d43422c61d4b01056e0ed8a69ecd4339807))
10+
* **default-theme:** reset password error list ([#1923](https://github.com/vuestorefront/shopware-pwa/issues/1923)) ([82fb0c4](https://github.com/vuestorefront/shopware-pwa/commit/82fb0c456d968367132d775d6282f2c1900d10a9))
11+
* **default-theme:** text blocks overlap ([#1914](https://github.com/vuestorefront/shopware-pwa/issues/1914)) ([38bd61d](https://github.com/vuestorefront/shopware-pwa/commit/38bd61de68d29bb983936492962b6c0c1a1011dc))
12+
* **default-theme:** Use translated name of order.stateMachineState in order history ([#1909](https://github.com/vuestorefront/shopware-pwa/issues/1909)) ([fb19d50](https://github.com/vuestorefront/shopware-pwa/commit/fb19d5040ab4bcc8c8e42d8d50d737325aa152f8))
13+
* **nuxt-module:** clean up the dump bundle file after the build ([#1924](https://github.com/vuestorefront/shopware-pwa/issues/1924)) ([267cb5d](https://github.com/vuestorefront/shopware-pwa/commit/267cb5db6b0b53ecd658acd819f77900b2db16ee))
14+
* correct typing for CmsSlot ([7379e84](https://github.com/vuestorefront/shopware-pwa/commit/7379e84abb122e0c828526be2cb47ab90a7f3705))
15+
16+
17+
118
## [1.5.2](https://github.com/vuestorefront/shopware-pwa/compare/v1.5.1...v1.5.2) (2022-07-05)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopware-pwa",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/cli",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Shopware PWA CLI",
55
"types": "build/types/types.d.ts",
66
"bin": {
@@ -29,7 +29,7 @@
2929
],
3030
"license": "MIT",
3131
"dependencies": {
32-
"@shopware-pwa/shopware-6-client": "1.5.2",
32+
"@shopware-pwa/shopware-6-client": "1.5.3",
3333
"chokidar": "^3.5.3",
3434
"dotenv": "^16.0.1",
3535
"gluegun": "^5.1.2",
@@ -39,7 +39,7 @@
3939
"validate-npm-package-name": "^3.0.0"
4040
},
4141
"devDependencies": {
42-
"@shopware-pwa/commons": "1.5.2",
42+
"@shopware-pwa/commons": "1.5.3",
4343
"@types/jest": "^27.5.1",
4444
"@types/node": "^14.14.37",
4545
"jest": "^28.1.0",

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/commons",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "@shopware-pwa/commons",
55
"license": "MIT",
66
"files": [

packages/composables/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/composables",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "@shopware-pwa/composables",
55
"main": "dist/composables.cjs.js",
66
"module": "dist/composables.esm.js",
@@ -23,8 +23,8 @@
2323
},
2424
"license": "MIT",
2525
"dependencies": {
26-
"@shopware-pwa/helpers": "1.5.2",
27-
"@shopware-pwa/shopware-6-client": "1.5.2",
26+
"@shopware-pwa/helpers": "1.5.3",
27+
"@shopware-pwa/shopware-6-client": "1.5.3",
2828
"@vue/devtools-api": "6.1.4",
2929
"axios": "^0.27.2",
3030
"cookie-universal": "^2.2.1",
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@shopware-pwa/commons": "1.5.2",
45+
"@shopware-pwa/commons": "1.5.3",
4646
"@vue/composition-api": "^1.6.2",
4747
"vue": "2.6.14"
4848
},

packages/default-theme/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/default-theme",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Shopware PWA theme",
55
"author": "patzick <13100280+patzick@users.noreply.github.com>",
66
"license": "MIT",
@@ -24,8 +24,8 @@
2424
"*.{js,vue}": "prettier"
2525
},
2626
"dependencies": {
27-
"@shopware-pwa/cli": "1.5.2",
28-
"@shopware-pwa/theme-base": "1.5.2",
27+
"@shopware-pwa/cli": "1.5.3",
28+
"@shopware-pwa/theme-base": "1.5.3",
2929
"@storefront-ui/vue": "0.13.2",
3030
"@vuelidate/core": "^2.0.0-alpha.41",
3131
"@vuelidate/validators": "^2.0.0-alpha.29",
@@ -53,7 +53,7 @@
5353
"@nuxtjs/eslint-config": "^10.0.0",
5454
"@nuxtjs/eslint-module": "^3.1.0",
5555
"@playwright/test": "^1.22.2",
56-
"@shopware-pwa/cli": "1.5.2",
56+
"@shopware-pwa/cli": "1.5.3",
5757
"@vue/composition-api": "^1.6.2",
5858
"@vue/test-utils": "^2.0.0",
5959
"babel-eslint": "^10.1.0",

packages/helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/helpers",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "@shopware-pwa/helpers",
55
"main": "dist/helpers.cjs.js",
66
"module": "dist/helpers.esm.js",

packages/nuxt-module/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/nuxt-module",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "@shopware-pwa/nuxt-module",
55
"main": "dist/nuxt-module.cjs.js",
66
"exports": {
@@ -25,11 +25,11 @@
2525
"@nuxt/typescript-build": "^2.1.0",
2626
"@nuxt/typescript-runtime": "^2.1.0",
2727
"@nuxt/utils": "^2.15.8",
28-
"@shopware-pwa/cli": "1.5.2",
29-
"@shopware-pwa/composables": "1.5.2",
30-
"@shopware-pwa/default-theme": "1.5.2",
31-
"@shopware-pwa/helpers": "1.5.2",
32-
"@shopware-pwa/shopware-6-client": "1.5.2",
28+
"@shopware-pwa/cli": "1.5.3",
29+
"@shopware-pwa/composables": "1.5.3",
30+
"@shopware-pwa/default-theme": "1.5.3",
31+
"@shopware-pwa/helpers": "1.5.3",
32+
"@shopware-pwa/shopware-6-client": "1.5.3",
3333
"chokidar": "^3.5.3",
3434
"cookie-universal": "^2.2.1",
3535
"cosmiconfig": "^7.0.1",
@@ -46,7 +46,7 @@
4646
"vue-template-compiler": "2.6.14"
4747
},
4848
"devDependencies": {
49-
"@shopware-pwa/commons": "1.5.2"
49+
"@shopware-pwa/commons": "1.5.3"
5050
},
5151
"publishConfig": {
5252
"access": "public"

packages/shopware-6-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/shopware-6-client",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Rest API client for Shopware 6.",
55
"main": "dist/shopware-6-client.cjs.js",
66
"module": "dist/shopware-6-client.esm.js",

packages/theme-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/theme-base",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"author": "patzick <13100280+patzick@users.noreply.github.com>",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)