cloudcommerce 2.10.5 → 2.10.7

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.
Files changed (58) hide show
  1. package/.github/workflows/test-apps.yml +2 -2
  2. package/CHANGELOG.md +16 -0
  3. package/action.yml +2 -2
  4. package/ecomplus-stores/barradoce/.github/build-and-deploy +1 -1
  5. package/ecomplus-stores/barradoce/.github/workflows/build-and-deploy.yml +1 -0
  6. package/ecomplus-stores/barradoce/conf/firebase.json +10776 -1
  7. package/ecomplus-stores/barradoce/functions/many/package.json +3 -3
  8. package/ecomplus-stores/barradoce/functions/ssr/content/extra-pages/lancamentos.md +20 -4
  9. package/ecomplus-stores/barradoce/functions/ssr/content/extra-pages/promocoes.md +2 -1
  10. package/ecomplus-stores/barradoce/functions/ssr/package.json +6 -6
  11. package/ecomplus-stores/barradoce/functions/ssr/src/env.d.ts +0 -1
  12. package/ecomplus-stores/barradoce/functions/with-apps/package.json +3 -3
  13. package/ecomplus-stores/barradoce/package.json +2 -2
  14. package/package.json +2 -2
  15. package/packages/api/package.json +1 -1
  16. package/packages/apps/affiliate-program/package.json +1 -1
  17. package/packages/apps/correios/package.json +1 -1
  18. package/packages/apps/custom-payment/package.json +1 -1
  19. package/packages/apps/custom-shipping/package.json +1 -1
  20. package/packages/apps/datafrete/package.json +1 -1
  21. package/packages/apps/discounts/package.json +1 -1
  22. package/packages/apps/emails/package.json +1 -1
  23. package/packages/apps/fb-conversions/package.json +1 -1
  24. package/packages/apps/flash-courier/package.json +1 -1
  25. package/packages/apps/frenet/package.json +1 -1
  26. package/packages/apps/galaxpay/package.json +1 -1
  27. package/packages/apps/google-analytics/package.json +1 -1
  28. package/packages/apps/jadlog/package.json +1 -1
  29. package/packages/apps/loyalty-points/package.json +1 -1
  30. package/packages/apps/mandae/package.json +1 -1
  31. package/packages/apps/melhor-envio/package.json +1 -1
  32. package/packages/apps/mercadopago/package.json +1 -1
  33. package/packages/apps/pagarme/package.json +1 -1
  34. package/packages/apps/pagarme-v5/package.json +1 -1
  35. package/packages/apps/paghiper/package.json +1 -1
  36. package/packages/apps/pix/package.json +1 -1
  37. package/packages/apps/tiny-erp/package.json +1 -1
  38. package/packages/apps/webhooks/package.json +1 -1
  39. package/packages/cli/package.json +1 -1
  40. package/packages/config/package.json +1 -1
  41. package/packages/emails/package.json +1 -1
  42. package/packages/eslint/package.json +1 -1
  43. package/packages/events/package.json +1 -1
  44. package/packages/feeds/package.json +1 -1
  45. package/packages/firebase/package.json +1 -1
  46. package/packages/i18n/package.json +1 -1
  47. package/packages/modules/package.json +1 -1
  48. package/packages/passport/package.json +1 -1
  49. package/packages/ssr/lib/lib/cron-ssr-save-views.js +1 -1
  50. package/packages/ssr/lib/lib/cron-ssr-save-views.js.map +1 -1
  51. package/packages/ssr/package.json +2 -2
  52. package/packages/ssr/src/lib/cron-ssr-save-views.ts +1 -1
  53. package/packages/storefront/package.json +3 -3
  54. package/packages/storefront/src/env.d.ts +0 -1
  55. package/packages/storefront/src/lib/layouts/BaseHead.astro +2 -0
  56. package/packages/storefront/tsconfig.json +1 -2
  57. package/packages/test-base/package.json +1 -1
  58. package/packages/types/package.json +1 -1
@@ -104,11 +104,11 @@ jobs:
104
104
  ${{ steps.npm-paths.outputs.LIB_PATH }}
105
105
  ${{ steps.npm-paths.outputs.BIN_PATH }}
106
106
  ~/.npm-global/bin
107
- key: ${{ runner.os }}-npm-globals-firebase-tools-13.6.0
107
+ key: ${{ runner.os }}-npm-globals-firebase-tools-13.6.1
108
108
 
109
109
  - if: steps.npm-g-cache.outputs.cache-hit != 'true'
110
110
  shell: bash
111
- run: npm install -g firebase-tools@13.6.0
111
+ run: npm install -g firebase-tools@13.6.1
112
112
 
113
113
  - name: Initialize Firebase emulators
114
114
  shell: bash
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
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.10.7](https://github.com/ecomplus/cloud-commerce/compare/v2.10.6...v2.10.7) (2024-04-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **ssr:** Properly remove querystring AND hash from page view URLs to purge CDN (ISR) cache ([e33c473](https://github.com/ecomplus/cloud-commerce/commit/e33c473656cf30b7beb295fa0af77262a03fa05d))
11
+ * **storefront:** Bump Astro to latest v4.5.15 ([7d41f5e](https://github.com/ecomplus/cloud-commerce/commit/7d41f5e86c60bdbdd18cad79060b75f2e85d95b4))
12
+
13
+ ### [2.10.6](https://github.com/ecomplus/cloud-commerce/compare/v2.10.5...v2.10.6) (2024-04-02)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **storefront:** Bump Astro to latest v4.5.13 ([86f7eb4](https://github.com/ecomplus/cloud-commerce/commit/86f7eb437c5312cf23f3abb5edd8a806aa0f26f5))
19
+ * **storefront:** Removing `vite-plugin-pwa` from tsconfig ([6214bc7](https://github.com/ecomplus/cloud-commerce/commit/6214bc763e59cd9c11be82b743e2b2466459ad1b))
20
+
5
21
  ### [2.10.5](https://github.com/ecomplus/cloud-commerce/compare/v2.10.4...v2.10.5) (2024-04-02)
6
22
 
7
23
 
package/action.yml CHANGED
@@ -138,11 +138,11 @@ runs:
138
138
  ${{ steps.npm-paths.outputs.LIB_PATH }}
139
139
  ${{ steps.npm-paths.outputs.BIN_PATH }}
140
140
  ~/.npm-global/bin
141
- key: ${{ runner.os }}-npm-g-firebase-tools-13.6.0
141
+ key: ${{ runner.os }}-npm-g-firebase-tools-13.6.1
142
142
 
143
143
  - if: github.event_name == 'push' && steps.npm-g-cache.outputs.cache-hit != 'true'
144
144
  shell: bash
145
- run: npm i --location=global firebase-tools@13.6.0
145
+ run: npm i --location=global firebase-tools@13.6.1
146
146
 
147
147
  - if: github.event_name == 'push'
148
148
  uses: dorny/paths-filter@v3.0.2
@@ -1 +1 @@
1
- 1
1
+ 2
@@ -6,6 +6,7 @@ on:
6
6
  - main
7
7
  paths:
8
8
  - 'functions/**'
9
+ - 'conf/**'
9
10
  - 'package-lock.json'
10
11
  - '.firebaserc'
11
12
  - '.ecomplus/**'