Skip to content

Commit

Permalink
chore(release): 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 21, 2022
1 parent dcaffce commit 7bb8555
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <ti@e-com.club>",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,4 +20,4 @@
"build": "sh scripts/build.sh",
"test": "tsc -p ../../tsconfig.test.json && vitest run"
}
}
}
4 changes: 2 additions & 2 deletions packages/apps/discounts/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -21,4 +21,4 @@
"dependencies": {
"@cloudcommerce/api": "workspace:*"
}
}
}
4 changes: 2 additions & 2 deletions packages/storefront/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -22,4 +22,4 @@
"@cloudcommerce/api": "workspace:*",
"astro": "1.0.0-beta.46"
}
}
}

0 comments on commit 7bb8555

Please sign in to comment.