From 3f6f2099ccc2087d90733a00be253acc9fc2a602 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Tue, 26 Jul 2022 22:19:37 -0300 Subject: [PATCH] chore(release): 0.0.35 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/api/package.json | 2 +- packages/apps/discounts/package.json | 2 +- packages/cli/package.json | 2 +- packages/firebase/package.json | 2 +- packages/modules/package.json | 4 ++-- packages/storefront/package.json | 2 +- packages/types/package.json | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b078faaf2..77ce3d51f 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.35](https://github.com/ecomplus/cloud-commerce/compare/v0.0.34...v0.0.35) (2022-07-27) + + +### Bug Fixes + +* **modules:** Prevent cyclic dependencies moving types to `@cloudcommerce/types` pkg ([52f46ab](https://github.com/ecomplus/cloud-commerce/commit/52f46ab0332050b8e661e47c400a8084728d47e8)) + ### [0.0.34](https://github.com/ecomplus/cloud-commerce/compare/v0.0.33...v0.0.34) (2022-07-27) diff --git a/package.json b/package.json index eb8bd9062..8f837f4ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", "main": "packages/api/lib/index.js", "author": "E-Com Club Softwares para E-commerce ", diff --git a/packages/api/package.json b/packages/api/package.json index b7e0bba35..7d59e932f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/api", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce APIs client/adapter", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/apps/discounts/package.json b/packages/apps/discounts/package.json index 07670a8c4..9843cb25a 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.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce app for complex discount rules", "main": "functions/dist/index.js", "repository": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 01b49c6eb..c13cb0287 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/cli", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce CLI tools", "bin": { "cloudcommerce": "./bin/run.mjs" diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 6db0819d8..956aecb7a 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/firebase", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce on Firebase", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/modules/package.json b/packages/modules/package.json index cf1439f6e..4e83c6999 100644 --- a/packages/modules/package.json +++ b/packages/modules/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/modules", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce modules API", "main": "lib/index.cjs", "repository": { @@ -30,4 +30,4 @@ "@firebase/app-types": "^0.7.0", "json-schema-to-typescript": "^11.0.1" } -} +} \ No newline at end of file diff --git a/packages/storefront/package.json b/packages/storefront/package.json index 7e14b2dd0..d9a73c227 100644 --- a/packages/storefront/package.json +++ b/packages/storefront/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/storefront", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce storefront with Astro", "main": "src/index.js", "repository": { diff --git a/packages/types/package.json b/packages/types/package.json index 98fef4a44..b9c23f76a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@cloudcommerce/types", "type": "module", - "version": "0.0.34", + "version": "0.0.35", "description": "E-Com Plus Cloud Commerce reusable type definitions", "main": "index.ts", "repository": {