Skip to content

Commit e60da57

Browse files
committed
chore(release): 0.0.10
1 parent 826e561 commit e60da57

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
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.10](https://github.com/ecomplus/cloud-commerce/compare/v0.0.9...v0.0.10) (2022-06-24)
6+
57
### [0.0.9](https://github.com/ecomplus/cloud-commerce/compare/v0.0.8...v0.0.9) (2022-06-24)
68

79
### [0.0.8](https://github.com/ecomplus/cloud-commerce/compare/v0.0.7...v0.0.8) (2022-06-21)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudcommerce",
33
"type": "module",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
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>",
@@ -37,10 +37,10 @@
3737
"husky": "^8.0.1",
3838
"node-fetch": "^3.2.6",
3939
"standard-version": "^9.5.0",
40-
"turbo": "^1.2.16",
40+
"turbo": "^1.3.1",
4141
"typescript": "^4.7.4",
4242
"vite": "^2.9.12",
4343
"vitest": "^0.15.2",
44-
"zx": "7"
44+
"zx": "^7.0.2"
4545
}
4646
}

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.9",
4+
"version": "0.0.10",
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.9",
4+
"version": "0.0.10",
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.9",
4+
"version": "0.0.10",
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.9",
4+
"version": "0.0.10",
55
"description": "E-Com Plus Cloud Commerce storefront with Astro",
66
"main": "src/index.js",
77
"repository": {

0 commit comments

Comments
 (0)