Skip to content

Commit

Permalink
chore(release): 0.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Aug 4, 2022
1 parent 3f3d9a6 commit 6bd8ee7
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.43](https://github.com/ecomplus/cloud-commerce/compare/v0.0.42...v0.0.43) (2022-08-04)


### Features

* **api:** Export types `ApiEndpoint` and `ApiConfig` ([056f6b4](https://github.com/ecomplus/cloud-commerce/commit/056f6b48d5add05aea7a437674b42a88061acd44))
* **api:** Parse error response and return `error.data` ([b37e561](https://github.com/ecomplus/cloud-commerce/commit/b37e56161ab5673028d4e14d5645bc64bbf9ccbd))
* **firebase:** Add `./lib/env` to pkg named exports ([31e9d0d](https://github.com/ecomplus/cloud-commerce/commit/31e9d0d0841f3e5a7e15f7e16babdeace4bf32b8))
* **modules:** Setup Modules API function ([2a58363](https://github.com/ecomplus/cloud-commerce/commit/2a58363b7e3bc0a3a4e19c1278a0d366deb6f393))


### Bug Fixes

* **api:** Fix config params typedef to accept booleans ([d14ca33](https://github.com/ecomplus/cloud-commerce/commit/d14ca33cc9ad66f185856fed4fa0b11d32c192f7))

### [0.0.42](https://github.com/ecomplus/cloud-commerce/compare/v0.0.41...v0.0.42) (2022-08-02)

### [0.0.41](https://github.com/ecomplus/cloud-commerce/compare/v0.0.40...v0.0.41) (2022-08-02)
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.42",
"version": "0.0.43",
"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 <ti@e-com.club>",
Expand Down
2 changes: 1 addition & 1 deletion 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.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce APIs client/adapter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.42",
"version": "0.0.43",
"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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/cli",
"type": "module",
"version": "0.0.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce CLI tools",
"bin": {
"cloudcommerce": "./bin/run.mjs"
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/firebase",
"type": "module",
"version": "0.0.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce on Firebase",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,4 +37,4 @@
"@cloudcommerce/types": "workspace:*",
"@firebase/app-types": "^0.7.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/modules",
"type": "module",
"version": "0.0.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce modules API",
"main": "lib/index.cjs",
"exports": {
Expand Down Expand Up @@ -37,4 +37,4 @@
"@firebase/app-types": "^0.7.0",
"json-schema-to-typescript": "^11.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/passport",
"type": "module",
"version": "0.0.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce customers authentication (passport) API",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/ssr",
"type": "module",
"version": "0.0.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce storefront SSR",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion 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.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce storefront with Astro",
"main": "src/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/types",
"type": "module",
"version": "0.0.42",
"version": "0.0.43",
"description": "E-Com Plus Cloud Commerce reusable type definitions",
"main": "index.ts",
"repository": {
Expand Down

0 comments on commit 6bd8ee7

Please sign in to comment.