This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree 10 files changed +28
-19
lines changed
10 files changed +28
-19
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## [ 0.8.1] ( https://github.com/DivanteLtd/shopware-pwa/compare/v0.8.0...v0.8.1 ) (2021-04-20)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shopware-pwa" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"private" : true ,
5
5
"workspaces" : {
6
6
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/cli" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " Shopware PWA CLI" ,
5
5
"types" : " build/types/types.d.ts" ,
6
6
"bin" : {
29
29
],
30
30
"license" : " MIT" ,
31
31
"dependencies" : {
32
- "@shopware-pwa/shopware-6-client" : " 0.8.1 " ,
32
+ "@shopware-pwa/shopware-6-client" : " 0.8.2 " ,
33
33
"chokidar" : " ^3.5.1" ,
34
34
"gluegun" : " ^4.6.1" ,
35
35
"md5-hex" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/commons" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " @shopware-pwa/commons" ,
5
5
"license" : " MIT" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/composables" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " @shopware-pwa/composables" ,
5
5
"main" : " dist/composables.cjs.js" ,
6
6
"module" : " dist/composables.esm.js" ,
23
23
},
24
24
"license" : " MIT" ,
25
25
"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 " ,
28
28
"@vue/composition-api" : " ^1.0.0-rc.3" ,
29
29
"axios" : " ^0.21.1" ,
30
30
"cookie-universal" : " ^2.1.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/default-theme" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " Shopware PWA theme" ,
5
5
"author" : " patzick <13100280+patzick@users.noreply.github.com>" ,
6
6
"license" : " MIT" ,
23
23
"*.{js,vue}" : " prettier"
24
24
},
25
25
"dependencies" : {
26
- "@shopware-pwa/theme-base" : " 0.8.1 " ,
26
+ "@shopware-pwa/theme-base" : " 0.8.2 " ,
27
27
"@storefront-ui/vue" : " 0.7.18" ,
28
28
"core-js" : " ^3.9.1" ,
29
29
"dayjs" : " ^1.10.4" ,
35
35
"vuelidate" : " ^0.7.6"
36
36
},
37
37
"devDependencies" : {
38
- "@shopware-pwa/cli" : " 0.8.1 " ,
38
+ "@shopware-pwa/cli" : " 0.8.2 " ,
39
39
"@babel/runtime-corejs3" : " ^7.13.10" ,
40
40
"@nuxtjs/eslint-config" : " ^5.0.0" ,
41
41
"@nuxtjs/eslint-module" : " ^3.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/helpers" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " @shopware-pwa/helpers" ,
5
5
"main" : " dist/helpers.cjs.js" ,
6
6
"module" : " dist/helpers.esm.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/nuxt-module" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " @shopware-pwa/nuxt-module" ,
5
5
"main" : " dist/nuxt-module.cjs.js" ,
6
6
"files" : [
20
20
"@nuxt/typescript-build" : " ^2.1.0" ,
21
21
"@nuxt/typescript-runtime" : " ^2.1.0" ,
22
22
"@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 " ,
28
28
"chokidar" : " ^3.5.1" ,
29
29
"cookie-universal" : " ^2.1.4" ,
30
30
"cosmiconfig" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/shopware-6-client" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"description" : " Rest API client for Shopware 6." ,
5
5
"main" : " dist/shopware-6-client.cjs.js" ,
6
6
"module" : " dist/shopware-6-client.esm.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopware-pwa/theme-base" ,
3
- "version" : " 0.8.1 " ,
3
+ "version" : " 0.8.2 " ,
4
4
"author" : " patzick <13100280+patzick@users.noreply.github.com>" ,
5
5
"license" : " MIT" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments