Skip to content

Commit 6c84e4f

Browse files
committed
chore(release): 0.0.13
1 parent 042d399 commit 6c84e4f

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [0.0.13](https://github.com/ecomplus/cloud-commerce/compare/v0.0.12...v0.0.13) (2022-06-24)
6+
57
### [0.0.12](https://github.com/ecomplus/cloud-commerce/compare/v0.0.11...v0.0.12) (2022-06-24)
68

79
### [0.0.11](https://github.com/ecomplus/cloud-commerce/compare/v0.0.10...v0.0.11) (2022-06-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudcommerce",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
66
"main": "store/functions/index.js",
77
"author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/api",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"description": "E-Com Plus Cloud Commerce APIs client/adapter",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/apps/discounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/app-discounts",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
66
"main": "functions/dist/index.js",
77
"repository": {

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/firebase",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"description": "E-Com Plus Cloud Commerce on Firebase",
66
"main": "src/index.js",
77
"repository": {

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/storefront",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"description": "E-Com Plus Cloud Commerce storefront with Astro",
66
"main": "src/index.js",
77
"repository": {

0 commit comments

Comments
 (0)