Skip to content

Commit

Permalink
chore(release): 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 29, 2022
1 parent 89c9759 commit 09ded30
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 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.19](https://github.com/ecomplus/cloud-commerce/compare/v0.0.18...v0.0.19) (2022-06-29)


### Features

* **cli:** Copy Firebase config files before running command ([210d9d5](https://github.com/ecomplus/cloud-commerce/commit/210d9d52c1e1fb1b61d5716382e325b96aaf5f67))

### [0.0.18](https://github.com/ecomplus/cloud-commerce/compare/v0.0.17...v0.0.18) (2022-06-29)

### [0.0.17](https://github.com/ecomplus/cloud-commerce/compare/v0.0.16...v0.0.17) (2022-06-29)
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.18",
"version": "0.0.19",
"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.18",
"version": "0.0.19",
"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"
}
}
}
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.18",
"version": "0.0.19",
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
"main": "functions/dist/index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions 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.18",
"version": "0.0.19",
"description": "E-Com Plus Cloud Commerce CLI tools",
"bin": {
"cloudcommerce": "./bin/run.mjs"
Expand All @@ -24,4 +24,4 @@
"dependencies": {
"zx": "^7.0.3"
}
}
}
2 changes: 1 addition & 1 deletion 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.18",
"version": "0.0.19",
"description": "E-Com Plus Cloud Commerce on Firebase",
"main": "src/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,7 +1,7 @@
{
"name": "@cloudcommerce/storefront",
"type": "module",
"version": "0.0.18",
"version": "0.0.19",
"description": "E-Com Plus Cloud Commerce storefront with Astro",
"main": "src/index.js",
"repository": {
Expand Down

0 comments on commit 09ded30

Please sign in to comment.