Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 16, 2022
1 parent bfd29e2 commit d4b8190
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.5](https://github.com/ecomplus/cloud-commerce/compare/v0.0.4...v0.0.5) (2022-06-16)


### Features

* **api:** Error object (not 2xx) includes `statusCode` property (as Fastify errors) ([a9681f2](https://github.com/ecomplus/cloud-commerce/commit/a9681f23ceb9b007f90e95351ca133fdac865f1b))


### Bug Fixes

* **api:** Config object is optional on abstracted method functions ([2eebbe7](https://github.com/ecomplus/cloud-commerce/commit/2eebbe771971b5ac87b85f6068a36d7e1f647aba))
* **api:** Resolve with resource type on read without method (get is default) ([52b1a9b](https://github.com/ecomplus/cloud-commerce/commit/52b1a9b7cb48210b155ac620eaa6b3c8d95d681e))

### [0.0.4](https://github.com/ecomplus/cloud-commerce/compare/v0.0.3...v0.0.4) (2022-06-15)


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": "cloudcommerce",
"version": "0.0.4",
"version": "0.0.5",
"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,6 +1,6 @@
{
"name": "@cloudcommerce/api",
"version": "0.0.4",
"version": "0.0.5",
"description": "E-Com Plus Cloud Commerce APIs client/adapter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,4 +19,4 @@
"build": "sh scripts/build.sh",
"test": "tsc -p ../../tsconfig.test.json && vitest run"
}
}
}
2 changes: 1 addition & 1 deletion packages/apps/discounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcommerce/app-discounts",
"version": "0.0.4",
"version": "0.0.5",
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
"main": "functions/dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/storefront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcommerce/storefront",
"version": "0.0.4",
"version": "0.0.5",
"description": "E-Com Plus Cloud Commerce storefront with Astro",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit d4b8190

Please sign in to comment.