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

Commit

Permalink
chore(release): v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucmus committed Oct 12, 2020
1 parent df8d861 commit 27d37bb
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.1](https://github.com/DivanteLtd/shopware-pwa/compare/v0.4.0...v0.4.1) (2020-10-12)


### Bug Fixes

* **cli:** project initialization problem ([#1171](https://github.com/DivanteLtd/shopware-pwa/issues/1171)) ([df8d861](https://github.com/DivanteLtd/shopware-pwa/commit/df8d861142ff0f903d26fe47354c277f1ce82678))



# [0.4.0](https://github.com/DivanteLtd/shopware-pwa/compare/v0.3.1...v0.4.0) (2020-09-21)


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": "0.4.0",
"version": "0.4.1",
"private": true,
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/cli",
"version": "0.4.0",
"version": "0.4.1",
"description": "Shopware PWA CLI",
"types": "build/types/types.d.ts",
"bin": {
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"license": "MIT",
"dependencies": {
"@shopware-pwa/shopware-6-client": "0.4.0",
"@shopware-pwa/shopware-6-client": "0.4.1",
"chokidar": "^3.4.2",
"gluegun": "^4.4.0",
"lodash": "^4.17.20",
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": "0.4.0",
"version": "0.4.1",
"description": "@shopware-pwa/commons",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-pwa/composables",
"version": "0.4.0",
"version": "0.4.1",
"description": "@shopware-pwa/composables",
"main": "dist/composables.cjs.js",
"module": "dist/composables.esm.js",
Expand All @@ -23,7 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@shopware-pwa/shopware-6-client": "0.4.0",
"@shopware-pwa/shopware-6-client": "0.4.1",
"@vue/composition-api": "^1.0.0-beta.14",
"axios": "^0.20.0",
"cookie-universal": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.4.0",
"version": "0.4.1",
"description": "Shopware PWA theme",
"author": "patzick",
"scripts": {
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": "0.4.0",
"version": "0.4.1",
"description": "@shopware-pwa/helpers",
"main": "dist/helpers.cjs.js",
"module": "dist/helpers.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.4.0",
"version": "0.4.1",
"description": "@shopware-pwa/nuxt-module",
"main": "dist/nuxt-module.cjs.js",
"files": [
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": "0.4.0",
"version": "0.4.1",
"description": "Rest API client for Shopware 6.",
"main": "dist/shopware-6-client.cjs.js",
"module": "dist/shopware-6-client.esm.js",
Expand Down

0 comments on commit 27d37bb

Please sign in to comment.