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

Commit 3a64805

Browse files
committed
chore(release): v1.2.0
1 parent e555a41 commit 3a64805

File tree

10 files changed

+36
-19
lines changed

10 files changed

+36
-19
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.2.0](https://github.com/DivanteLtd/shopware-pwa/compare/v1.1.1...v1.2.0) (2021-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **default theme:** synchronise tabs after switching between them ([#1766](https://github.com/DivanteLtd/shopware-pwa/issues/1766)) ([6b5c57d](https://github.com/DivanteLtd/shopware-pwa/commit/6b5c57d902277295ad144f865ec2a8ca18d5189f))
7+
* **default-theme:** missing SwLoginModal translations ([#1768](https://github.com/DivanteLtd/shopware-pwa/issues/1768)) ([e7bfab2](https://github.com/DivanteLtd/shopware-pwa/commit/e7bfab2a390bd909d4b3d46d181ffe15d82b63ed))
8+
* **default-theme:** SwTopNaviation visibleCategories null variable ([#1769](https://github.com/DivanteLtd/shopware-pwa/issues/1769)) ([eee492d](https://github.com/DivanteLtd/shopware-pwa/commit/eee492d5345b4b071a5969d1a74f329dc263cd55))
9+
* docs installation links ([7e83b32](https://github.com/DivanteLtd/shopware-pwa/commit/7e83b32f532a60ef625361333f0663a2c65e6df0))
10+
11+
12+
### Features
13+
14+
* **default-theme:** add dutch locale nl-NL ([#1752](https://github.com/DivanteLtd/shopware-pwa/issues/1752)) ([0ad6e0f](https://github.com/DivanteLtd/shopware-pwa/commit/0ad6e0f4f07ea501f68a8624602630f194ac2a1e))
15+
16+
17+
118
## [1.1.1](https://github.com/vuestorefront/shopware-pwa/compare/v1.1.0...v1.1.1) (2021-12-07)
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.1.1",
3+
"version": "1.2.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/cli",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
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.1.1",
32+
"@shopware-pwa/shopware-6-client": "1.2.0",
3333
"chokidar": "^3.5.2",
3434
"dotenv": "^10.0.0",
3535
"gluegun": "^4.7.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.1.1",
3+
"version": "1.2.0",
44
"description": "@shopware-pwa/commons",
55
"license": "MIT",
66
"files": [

packages/composables/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/composables",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
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.1.1",
27-
"@shopware-pwa/shopware-6-client": "1.1.1",
26+
"@shopware-pwa/helpers": "1.2.0",
27+
"@shopware-pwa/shopware-6-client": "1.2.0",
2828
"@vue/devtools-api": "6.0.0-beta.19",
2929
"axios": "^0.24.0",
3030
"cookie-universal": "^2.1.5",

packages/default-theme/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/default-theme",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
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": "1.1.1",
26+
"@shopware-pwa/theme-base": "1.2.0",
2727
"@storefront-ui/vue": "0.10.8",
2828
"@vuelidate/core": "^2.0.0-alpha.32",
2929
"@vuelidate/validators": "^2.0.0-alpha.25",
@@ -47,7 +47,7 @@
4747
"@babel/runtime-corejs3": "^7.16.0",
4848
"@nuxtjs/eslint-config": "^6.0.1",
4949
"@nuxtjs/eslint-module": "^3.0.2",
50-
"@shopware-pwa/cli": "1.1.1",
50+
"@shopware-pwa/cli": "1.2.0",
5151
"@vue/composition-api": "^1.3.1",
5252
"@vue/test-utils": "^1.2.2",
5353
"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.1.1",
3+
"version": "1.2.0",
44
"description": "@shopware-pwa/helpers",
55
"main": "dist/helpers.cjs.js",
66
"module": "dist/helpers.esm.js",

packages/nuxt-module/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopware-pwa/nuxt-module",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
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.1.1",
29-
"@shopware-pwa/composables": "1.1.1",
30-
"@shopware-pwa/default-theme": "1.1.1",
31-
"@shopware-pwa/helpers": "1.1.1",
32-
"@shopware-pwa/shopware-6-client": "1.1.1",
28+
"@shopware-pwa/cli": "1.2.0",
29+
"@shopware-pwa/composables": "1.2.0",
30+
"@shopware-pwa/default-theme": "1.2.0",
31+
"@shopware-pwa/helpers": "1.2.0",
32+
"@shopware-pwa/shopware-6-client": "1.2.0",
3333
"chokidar": "^3.5.2",
3434
"cookie-universal": "^2.1.5",
3535
"cosmiconfig": "^7.0.1",

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.1.1",
3+
"version": "1.2.0",
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.1.1",
3+
"version": "1.2.0",
44
"author": "patzick <13100280+patzick@users.noreply.github.com>",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)