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

Commit

Permalink
chore(release): v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Jun 30, 2022
1 parent ecbf409 commit 45829b7
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 23 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.5.1](https://github.com/vuestorefront/shopware-pwa/compare/v1.5.0...v1.5.1) (2022-06-30)


### Bug Fixes

* **default-theme:** listing hydration ([#1908](https://github.com/vuestorefront/shopware-pwa/issues/1908)) ([2a1ce1f](https://github.com/vuestorefront/shopware-pwa/commit/2a1ce1fddf90f117fe31313a0a103f3f66f78baf))


### Features

* **default-theme:** prop for columns count in footer navigation ([#1904](https://github.com/vuestorefront/shopware-pwa/issues/1904)) ([d277784](https://github.com/vuestorefront/shopware-pwa/commit/d277784243a3345148b107a2bcd717f3ae6551a7))



# [1.5.0](https://github.com/vuestorefront/shopware-pwa/compare/v1.4.0-gcp...v1.5.0) (2022-06-28)


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": "1.5.0",
"version": "1.5.1",
"private": true,
"workspaces": {
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/cli",
"version": "1.5.0",
"version": "1.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": "1.5.0",
"@shopware-pwa/shopware-6-client": "1.5.1",
"chokidar": "^3.5.3",
"dotenv": "^16.0.1",
"gluegun": "^5.1.2",
Expand All @@ -39,7 +39,7 @@
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@shopware-pwa/commons": "1.5.0",
"@shopware-pwa/commons": "1.5.1",
"@types/jest": "^27.5.1",
"@types/node": "^14.14.37",
"jest": "^28.1.0",
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": "1.5.0",
"version": "1.5.1",
"description": "@shopware-pwa/commons",
"license": "MIT",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/composables",
"version": "1.5.0",
"version": "1.5.1",
"description": "@shopware-pwa/composables",
"main": "dist/composables.cjs.js",
"module": "dist/composables.esm.js",
Expand All @@ -23,8 +23,8 @@
},
"license": "MIT",
"dependencies": {
"@shopware-pwa/helpers": "1.5.0",
"@shopware-pwa/shopware-6-client": "1.5.0",
"@shopware-pwa/helpers": "1.5.1",
"@shopware-pwa/shopware-6-client": "1.5.1",
"@vue/devtools-api": "6.1.4",
"axios": "^0.27.2",
"cookie-universal": "^2.2.1",
Expand All @@ -42,7 +42,7 @@
}
},
"devDependencies": {
"@shopware-pwa/commons": "1.5.0",
"@shopware-pwa/commons": "1.5.1",
"@vue/composition-api": "^1.6.2",
"vue": "^2.6.14"
},
Expand Down
8 changes: 4 additions & 4 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": "1.5.0",
"version": "1.5.1",
"description": "Shopware PWA theme",
"author": "patzick <[email protected]>",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"*.{js,vue}": "prettier"
},
"dependencies": {
"@shopware-pwa/cli": "1.5.0",
"@shopware-pwa/theme-base": "1.5.0",
"@shopware-pwa/cli": "1.5.1",
"@shopware-pwa/theme-base": "1.5.1",
"@storefront-ui/vue": "0.13.2",
"@vuelidate/core": "^2.0.0-alpha.41",
"@vuelidate/validators": "^2.0.0-alpha.29",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@playwright/test": "^1.22.2",
"@shopware-pwa/cli": "1.5.0",
"@shopware-pwa/cli": "1.5.1",
"@vue/composition-api": "^1.6.2",
"@vue/test-utils": "^2.0.0",
"babel-eslint": "^10.1.0",
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": "1.5.0",
"version": "1.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": "1.5.0",
"version": "1.5.1",
"description": "@shopware-pwa/nuxt-module",
"main": "dist/nuxt-module.cjs.js",
"exports": {
Expand All @@ -25,11 +25,11 @@
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxt/utils": "^2.15.8",
"@shopware-pwa/cli": "1.5.0",
"@shopware-pwa/composables": "1.5.0",
"@shopware-pwa/default-theme": "1.5.0",
"@shopware-pwa/helpers": "1.5.0",
"@shopware-pwa/shopware-6-client": "1.5.0",
"@shopware-pwa/cli": "1.5.1",
"@shopware-pwa/composables": "1.5.1",
"@shopware-pwa/default-theme": "1.5.1",
"@shopware-pwa/helpers": "1.5.1",
"@shopware-pwa/shopware-6-client": "1.5.1",
"chokidar": "^3.5.3",
"cookie-universal": "^2.2.1",
"cosmiconfig": "^7.0.1",
Expand All @@ -46,7 +46,7 @@
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"@shopware-pwa/commons": "1.5.0"
"@shopware-pwa/commons": "1.5.1"
},
"publishConfig": {
"access": "public"
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": "1.5.0",
"version": "1.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": "1.5.0",
"version": "1.5.1",
"author": "patzick <[email protected]>",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 45829b7

Please sign in to comment.