From 7bb855512f3d0b5581cb8ed021ef32b301ed3fcc Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Tue, 21 Jun 2022 14:02:30 -0300 Subject: [PATCH] chore(release): 0.0.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/api/package.json | 4 ++-- packages/apps/discounts/package.json | 4 ++-- packages/storefront/package.json | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7d0aa3a..13ee70ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.8](https://github.com/ecomplus/cloud-commerce/compare/v0.0.7...v0.0.8) (2022-06-21) + + +### Bug Fixes + +* Explictly set packages `"type": "module"` ([dcaffce](https://github.com/ecomplus/cloud-commerce/commit/dcaffcecf78d30cd480f1cf2794eb61afaeba5bf)) + ### [0.0.7](https://github.com/ecomplus/cloud-commerce/compare/v0.0.6...v0.0.7) (2022-06-21) diff --git a/package.json b/package.json index d5bba8efb..665acbd47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", "main": "src/index.js", "author": "E-Com Club Softwares para E-commerce ", diff --git a/packages/api/package.json b/packages/api/package.json index 5c3a4d6ca..bc20535e8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/api", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "E-Com Plus Cloud Commerce APIs client/adapter", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -20,4 +20,4 @@ "build": "sh scripts/build.sh", "test": "tsc -p ../../tsconfig.test.json && vitest run" } -} +} \ No newline at end of file diff --git a/packages/apps/discounts/package.json b/packages/apps/discounts/package.json index aeff530d6..bc63e2e6c 100644 --- a/packages/apps/discounts/package.json +++ b/packages/apps/discounts/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/app-discounts", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "E-Com Plus Cloud Commerce app for complex discount rules", "main": "functions/dist/index.js", "repository": { @@ -21,4 +21,4 @@ "dependencies": { "@cloudcommerce/api": "workspace:*" } -} +} \ No newline at end of file diff --git a/packages/storefront/package.json b/packages/storefront/package.json index ef518f945..a44abab63 100644 --- a/packages/storefront/package.json +++ b/packages/storefront/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/storefront", "type": "module", - "version": "0.0.7", + "version": "0.0.8", "description": "E-Com Plus Cloud Commerce storefront with Astro", "main": "src/index.js", "repository": { @@ -22,4 +22,4 @@ "@cloudcommerce/api": "workspace:*", "astro": "1.0.0-beta.46" } -} +} \ No newline at end of file