Skip to content

Commit

Permalink
chore(release): 0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 27, 2022
1 parent 53bb594 commit 6c75a65
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.34](https://github.com/ecomplus/cloud-commerce/compare/v0.0.33...v0.0.34) (2022-07-27)


### Features

* **cli:** Suggest `npx kill-port` on serve "port taken" error ([99f955e](https://github.com/ecomplus/cloud-commerce/commit/99f955eeb1f11664a988d969c48de217921f35fd))
* **deps:** Update astro to RC and vite v3 ([4336f81](https://github.com/ecomplus/cloud-commerce/commit/4336f81d18d82654f638ba25fc618d6cb6612f24))
* **firebase:** Move base functions options (region) to config object ([b691149](https://github.com/ecomplus/cloud-commerce/commit/b691149c3744d56f2f472f86218cf72c4bc56669))
* GH Action also pass optional `ecom-store-id` input to functions .env ([ed7771f](https://github.com/ecomplus/cloud-commerce/commit/ed7771fe50e987ffff120d4061c5c73f85e3f091))
* **modules:** Add new `@cloudcommerce/modules` pkg for app modules schema and typedefs [[#29](https://github.com/ecomplus/cloud-commerce/issues/29)] ([a7b833c](https://github.com/ecomplus/cloud-commerce/commit/a7b833c53cc814d89a8137aeb49bc3a41f87a2ce))
* **modules:** Start setting modules Firebase Functions ([53bb594](https://github.com/ecomplus/cloud-commerce/commit/53bb594585966c56cfa36a8cd35c17e50eb704a7))
* **types:** Add new `@cloudcommerce/types` pkg for reusable types ([a5ca712](https://github.com/ecomplus/cloud-commerce/commit/a5ca7127c80a48fdbca6fec1c14badfc078f5aa8))
* **types:** Also exporting modules params and responses type interfaces ([57c207c](https://github.com/ecomplus/cloud-commerce/commit/57c207cb6f7af3c8c0007173cc49859e4ecba1f3))
* **types:** New `@cloudcommerce/types` pkg with reusable types ([fa59792](https://github.com/ecomplus/cloud-commerce/commit/fa59792ccc322d1b6f23766daefe4278f671775c))


### Bug Fixes

* **deps:** Update all non-major dependencies ([#33](https://github.com/ecomplus/cloud-commerce/issues/33)) ([ac90a64](https://github.com/ecomplus/cloud-commerce/commit/ac90a64ca72fda97d30c3b214a801f5947267e12))

### [0.0.33](https://github.com/ecomplus/cloud-commerce/compare/v0.0.32...v0.0.33) (2022-07-20)


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.33",
"version": "0.0.34",
"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 <[email protected]>",
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.33",
"version": "0.0.34",
"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-lib.sh && cp -r src/types lib/",
"test": "tsc -p ../../tsconfig.test.json && vitest run"
}
}
}
5 changes: 4 additions & 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.33",
"version": "0.0.34",
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
"main": "functions/dist/index.js",
"repository": {
Expand All @@ -20,5 +20,8 @@
},
"dependencies": {
"@cloudcommerce/api": "workspace:*"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:*"
}
}
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.33",
"version": "0.0.34",
"description": "E-Com Plus Cloud Commerce CLI tools",
"bin": {
"cloudcommerce": "./bin/run.mjs"
Expand Down
5 changes: 3 additions & 2 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@cloudcommerce/firebase",
"type": "module",
"version": "0.0.33",
"version": "0.0.34",
"description": "E-Com Plus Cloud Commerce on Firebase",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./config": "./config.js"
Expand Down Expand Up @@ -31,7 +32,7 @@
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@cloudcommerce/types": "workspace:^0.0.0",
"@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.0",
"version": "0.0.34",
"description": "E-Com Plus Cloud Commerce modules API",
"main": "lib/index.cjs",
"repository": {
Expand Down Expand Up @@ -29,4 +29,4 @@
"@firebase/app-types": "^0.7.0",
"json-schema-to-typescript": "^11.0.1"
}
}
}
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.33",
"version": "0.0.34",
"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-rc.1"
}
}
}
4 changes: 2 additions & 2 deletions 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.0",
"version": "0.0.34",
"description": "E-Com Plus Cloud Commerce reusable type definitions",
"main": "index.ts",
"repository": {
Expand All @@ -19,4 +19,4 @@
"@cloudcommerce/api": "workspace:*",
"@cloudcommerce/modules": "workspace:*"
}
}
}

0 comments on commit 6c75a65

Please sign in to comment.