Skip to content

Commit

Permalink
chore(release): 2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Apr 4, 2024
1 parent e33c473 commit f31dc33
Show file tree
Hide file tree
Showing 40 changed files with 47 additions and 39 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

### [2.10.7](https://github.com/ecomplus/cloud-commerce/compare/v2.10.6...v2.10.7) (2024-04-04)


### Bug Fixes

* **ssr:** Properly remove querystring AND hash from page view URLs to purge CDN (ISR) cache ([e33c473](https://github.com/ecomplus/cloud-commerce/commit/e33c473656cf30b7beb295fa0af77262a03fa05d))
* **storefront:** Bump Astro to latest v4.5.15 ([7d41f5e](https://github.com/ecomplus/cloud-commerce/commit/7d41f5e86c60bdbdd18cad79060b75f2e85d95b4))

### [2.10.6](https://github.com/ecomplus/cloud-commerce/compare/v2.10.5...v2.10.6) (2024-04-02)


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": "2.10.6",
"version": "2.10.7",
"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
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/api",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce APIs client/adapter",
"main": "lib/api.js",
"types": "lib/api.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/affiliate-program/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-affiliate-program",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for simple affiliate program",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/correios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-correios",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for Correios shipping calculation",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/custom-payment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-custom-payment",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for simple custom payment methods",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/custom-shipping/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-custom-shipping",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for custom shipping methods",
"main": "lib/custom-shipping.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/datafrete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-datafrete",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Datafrete shipping gateway ",
"main": "lib/datafrete.js",
"exports": {
Expand Down
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": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
"main": "lib/discounts.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/emails/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-emails",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce default transactional email app",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/fb-conversions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-fb-conversions",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to send carts/orders to Facebook Conversions API",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/flash-courier/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-flash-courier",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Flash Courier",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/frenet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-frenet",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for Frenet shipping calculation",
"main": "lib/frenet.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/galaxpay/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-galaxpay",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Galax Pay for recurring payments",
"main": "lib/galaxpay.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-google-analytics",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to send carts/orders events to GA Measurement Protocol",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/jadlog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-jadlog",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for Jadlog shipping calculation",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/loyalty-points/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-loyalty-points",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to handle simple loyalty points programs",
"main": "lib/loyalty-points.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/mandae/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-mandae",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Mandaê shipping intermediator",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/melhor-envio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-melhor-envio",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Melhor Envio",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/mercadopago/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-mercadopago",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Mercado Pago",
"main": "lib/mercadopago.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/pagarme-v5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-pagarme-v5",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Pagar.me API v5 with recurring payments",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/pagarme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-pagarme",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Pagar.me",
"main": "lib/pagarme.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/paghiper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-paghiper",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate PagHiper",
"main": "lib/paghiper.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/pix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-pix",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app to integrate Pix API (Bacen)",
"main": "lib/pix.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/tiny-erp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-tiny-erp",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for Tiny ERP",
"main": "lib/tiny-erp.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-webhooks",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app for general order webhooks",
"main": "lib/index.js",
"files": [
Expand Down
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": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce CLI tools",
"bin": {
"cloudcommerce": "./bin/run.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/config",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce base config",
"main": "lib/config.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/emails",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce email sender",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/eslint",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce ESLint config",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/events",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce app events",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/feeds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/feeds",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce catalog feeds",
"main": "lib/index.js",
"exports": {
Expand Down
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": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce on Firebase",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/i18n",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce i18n",
"main": "lib/all.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/modules",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce modules API",
"main": "lib/index.cjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/passport",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce customers authentication (passport) API",
"main": "lib/index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/ssr",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce storefront SSR",
"main": "lib/index.js",
"exports": {
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": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce storefront with Astro",
"bin": {
"storefront": "./scripts/build-prod.sh"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cloudcommerce/test-base",
"private": true,
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce basic setup for testing",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/types",
"type": "module",
"version": "2.10.6",
"version": "2.10.7",
"description": "E-Com Plus Cloud Commerce reusable type definitions",
"main": "index.ts",
"files": [
Expand Down

0 comments on commit f31dc33

Please sign in to comment.