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

Commit ef0ced4

Browse files
committedApr 30, 2021
chore(release): v0.8.2
1 parent 05e4c11 commit ef0ced4

File tree

10 files changed

+28
-19
lines changed

10 files changed

+28
-19
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.8.2](https://github.com/DivanteLtd/shopware-pwa/compare/v0.8.1...v0.8.2) (2021-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* default language settings ([#1458](https://github.com/DivanteLtd/shopware-pwa/issues/1458)) ([d332005](https://github.com/DivanteLtd/shopware-pwa/commit/d332005265a9d611ce8be472e8abc1ad6b3fa8ce))
7+
8+
9+
110
## [0.8.1](https://github.com/DivanteLtd/shopware-pwa/compare/v0.8.0...v0.8.1) (2021-04-20)
211

312

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopware-pwa",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"workspaces": {
66
"packages": [

‎packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/cli",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
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": "0.8.1",
32+
"@shopware-pwa/shopware-6-client": "0.8.2",
3333
"chokidar": "^3.5.1",
3434
"gluegun": "^4.6.1",
3535
"md5-hex": "^3.0.1",

‎packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/commons",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "@shopware-pwa/commons",
55
"license": "MIT",
66
"files": [

‎packages/composables/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/composables",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
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": "0.8.1",
27-
"@shopware-pwa/shopware-6-client": "0.8.1",
26+
"@shopware-pwa/helpers": "0.8.2",
27+
"@shopware-pwa/shopware-6-client": "0.8.2",
2828
"@vue/composition-api": "^1.0.0-rc.3",
2929
"axios": "^0.21.1",
3030
"cookie-universal": "^2.1.4",

‎packages/default-theme/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/default-theme",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Shopware PWA theme",
55
"author": "patzick <13100280+patzick@users.noreply.github.com>",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"*.{js,vue}": "prettier"
2424
},
2525
"dependencies": {
26-
"@shopware-pwa/theme-base": "0.8.1",
26+
"@shopware-pwa/theme-base": "0.8.2",
2727
"@storefront-ui/vue": "0.7.18",
2828
"core-js": "^3.9.1",
2929
"dayjs": "^1.10.4",
@@ -35,7 +35,7 @@
3535
"vuelidate": "^0.7.6"
3636
},
3737
"devDependencies": {
38-
"@shopware-pwa/cli": "0.8.1",
38+
"@shopware-pwa/cli": "0.8.2",
3939
"@babel/runtime-corejs3": "^7.13.10",
4040
"@nuxtjs/eslint-config": "^5.0.0",
4141
"@nuxtjs/eslint-module": "^3.0.2",

‎packages/helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/helpers",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "@shopware-pwa/helpers",
55
"main": "dist/helpers.cjs.js",
66
"module": "dist/helpers.esm.js",

‎packages/nuxt-module/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/nuxt-module",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "@shopware-pwa/nuxt-module",
55
"main": "dist/nuxt-module.cjs.js",
66
"files": [
@@ -20,11 +20,11 @@
2020
"@nuxt/typescript-build": "^2.1.0",
2121
"@nuxt/typescript-runtime": "^2.1.0",
2222
"@nuxt/utils": "^2.15.3",
23-
"@shopware-pwa/cli": "0.8.1",
24-
"@shopware-pwa/composables": "0.8.1",
25-
"@shopware-pwa/default-theme": "0.8.1",
26-
"@shopware-pwa/helpers": "0.8.1",
27-
"@shopware-pwa/shopware-6-client": "0.8.1",
23+
"@shopware-pwa/cli": "0.8.2",
24+
"@shopware-pwa/composables": "0.8.2",
25+
"@shopware-pwa/default-theme": "0.8.2",
26+
"@shopware-pwa/helpers": "0.8.2",
27+
"@shopware-pwa/shopware-6-client": "0.8.2",
2828
"chokidar": "^3.5.1",
2929
"cookie-universal": "^2.1.4",
3030
"cosmiconfig": "^7.0.0",

‎packages/shopware-6-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/shopware-6-client",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
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

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

0 commit comments

Comments
 (0)
This repository has been archived.