Skip to content

Commit 1be820c

Browse files
committed
chore(release): 2.53.2
1 parent 26d7a4a commit 1be820c

File tree

17 files changed

+18
-16
lines changed

17 files changed

+18
-16
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 [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.53.2](https://github.com/ecomplus/cloud-commerce/compare/v2.53.1...v2.53.2) (2025-11-25)
6+
57
## [2.53.1](https://github.com/ecomplus/cloud-commerce/compare/v2.53.0...v2.53.1) (2025-11-25)
68

79

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": "2.53.1",
4+
"version": "2.53.2",
55
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
66
"main": "packages/api/lib/index.js",
77
"author": "E-Com Club Softwares para E-commerce <[email protected]>",

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": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce APIs client/adapter",
66
"main": "lib/api.js",
77
"types": "lib/api.d.ts",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/cli",
33
"type": "module",
4-
"version": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce CLI tools",
66
"bin": {
77
"cloudcommerce": "./bin/run.mjs"

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/config",
33
"type": "module",
4-
"version": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce base config",
66
"main": "lib/config.js",
77
"exports": {

packages/emails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/emails",
33
"type": "module",
4-
"version": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce email sender",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/eslint",
33
"type": "module",
4-
"version": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce ESLint config",
66
"main": "lib/index.js",
77
"files": [

packages/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/events",
33
"type": "module",
4-
"version": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce app events",
66
"main": "lib/index.js",
77
"exports": {

packages/feeds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cloudcommerce/feeds",
33
"type": "module",
4-
"version": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce catalog feeds",
66
"main": "lib/index.js",
77
"exports": {

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": "2.53.0",
4+
"version": "2.53.1",
55
"description": "e-com.plus Cloud Commerce on Firebase",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)