cloudcommerce 2.15.5 → 2.15.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [2.15.8](https://github.com/ecomplus/cloud-commerce/compare/v2.15.7...v2.15.8) (2024-04-30)
6
+
7
+ ### [2.15.7](https://github.com/ecomplus/cloud-commerce/compare/v2.15.5...v2.15.7) (2024-04-30)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **firebase:** Deploy app events functions with `maxInstances = 1` by default ([62e4bc0](https://github.com/ecomplus/cloud-commerce/commit/62e4bc066286c1b1eaf6981dd84688da1075326a))
13
+ * **ssr:** Send `engagement_time_msec` to GA4 Measurement for Realtime reports ([6d5c03d](https://github.com/ecomplus/cloud-commerce/commit/6d5c03da295e7a11a20abe17ebab4c8713ebb471))
14
+ * **storefront:** Load gtag to set Google `client_id` and `session_id` to server analytics ([b992c8c](https://github.com/ecomplus/cloud-commerce/commit/b992c8cba13558f6b90709f70ba02bfa5ee4dde5))
15
+ * **storefront:** Stop parsing gtag `remove_from_cart` event to Meta (fqb) and TikTok (ttq) ([d45f734](https://github.com/ecomplus/cloud-commerce/commit/d45f7344de5ec4790b5028c71a697162886e492b))
16
+ * **storefront:** Try getting GA session ID from `_ga_<tag-id>` cookie ([f2ad0d3](https://github.com/ecomplus/cloud-commerce/commit/f2ad0d33e6c0a9f48fce2789e12db55046813f32))
17
+
18
+ ### [2.15.6](https://github.com/ecomplus/cloud-commerce/compare/v2.15.5...v2.15.6) (2024-04-30)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **firebase:** Deploy app events functions with `maxInstances = 1` by default ([62e4bc0](https://github.com/ecomplus/cloud-commerce/commit/62e4bc066286c1b1eaf6981dd84688da1075326a))
24
+ * **ssr:** Send `engagement_time_msec` to GA4 Measurement for Realtime reports ([6d5c03d](https://github.com/ecomplus/cloud-commerce/commit/6d5c03da295e7a11a20abe17ebab4c8713ebb471))
25
+ * **storefront:** Load gtag to set Google `client_id` and `session_id` to server analytics ([b992c8c](https://github.com/ecomplus/cloud-commerce/commit/b992c8cba13558f6b90709f70ba02bfa5ee4dde5))
26
+ * **storefront:** Stop parsing gtag `remove_from_cart` event to Meta (fqb) and TikTok (ttq) ([d45f734](https://github.com/ecomplus/cloud-commerce/commit/d45f7344de5ec4790b5028c71a697162886e492b))
27
+ * **storefront:** Try getting GA session ID from `_ga_<tag-id>` cookie ([f2ad0d3](https://github.com/ecomplus/cloud-commerce/commit/f2ad0d33e6c0a9f48fce2789e12db55046813f32))
28
+
5
29
  ### [2.15.5](https://github.com/ecomplus/cloud-commerce/compare/v2.15.4...v2.15.5) (2024-04-30)
6
30
 
7
31
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.15.5",
4
+ "version": "2.15.8",
5
5
  "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
6
6
  "main": "packages/api/lib/index.js",
7
7
  "author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
@@ -41,7 +41,7 @@
41
41
  "vite": "^5.2.10",
42
42
  "vitest": "^1.5.2",
43
43
  "zx": "^7.2.3",
44
- "@cloudcommerce/eslint": "2.15.5"
44
+ "@cloudcommerce/eslint": "2.15.8"
45
45
  },
46
46
  "scripts": {
47
47
  "fix-install": "bash scripts/pre-install.sh && pnpm i",
@@ -3,5 +3,8 @@
3
3
  pnpm build --filter='@cloudcommerce/*' || exit 1
4
4
  pnpm test || exit 1
5
5
  pnpm run -r prerelease
6
- npx standard-version --commit-all
6
+ npx standard-version || exit 1
7
+ sleep 1
8
+ (git add packages/**/package.json package.json pnpm-lock.yaml CHANGELOG.md \
9
+ && git commit -m 'chore: Fixing package versions post-release') || true
7
10
  npx zx scripts/release.mjs --publish