Skip to content

Commit

Permalink
chore(release): 0.0.73
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Sep 10, 2022
1 parent abe19ae commit 7904fc5
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [0.0.73](https://github.com/ecomplus/cloud-commerce/compare/v0.0.72...v0.0.73) (2022-09-10)


### Bug Fixes

* **ssr:** Fix fallback and errors and skip cache/redirect handled by Astro SSR ([abe19ae](https://github.com/ecomplus/cloud-commerce/commit/abe19ae585698c7621aa3bc6cf26bbf8f816824a))
* **storefront:** Must prefetch defined API endpoints also for non-slug pages (home) ([c55f201](https://github.com/ecomplus/cloud-commerce/commit/c55f201c76b96c19c334c460df35baa5715ac5b1))
* **storefront:** Send `X-SSR-Error` with error message only ([7fafde1](https://github.com/ecomplus/cloud-commerce/commit/7fafde110ee9b6d9139b2ad0f7959826c1b08e74))

### [0.0.72](https://github.com/ecomplus/cloud-commerce/compare/v0.0.71...v0.0.72) (2022-09-09)


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": "0.0.72",
"version": "0.0.73",
"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": "0.0.72",
"version": "0.0.73",
"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/correios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/app-correios",
"type": "module",
"version": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce app for Correios shipping calculation",
"main": "lib/correios.js",
"repository": {
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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce app for custom shipping methods",
"main": "lib/custom-shipping.js",
"repository": {
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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce app for complex discount rules",
"main": "lib/discounts.js",
"repository": {
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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce app for Frenet shipping calculation",
"main": "lib/frenet.js",
"repository": {
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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce app for Tiny ERP",
"main": "lib/tiny-erp.js",
"repository": {
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": "0.0.72",
"version": "0.0.73",
"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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce base config",
"main": "lib/config.js",
"exports": {
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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce app events",
"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": "0.0.72",
"version": "0.0.73",
"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/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudcommerce/modules",
"type": "module",
"version": "0.0.72",
"version": "0.0.73",
"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": "0.0.72",
"version": "0.0.73",
"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": "0.0.72",
"version": "0.0.73",
"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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce storefront with Astro",
"main": "src/index.js",
"repository": {
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": "0.0.72",
"version": "0.0.73",
"description": "E-Com Plus Cloud Commerce reusable type definitions",
"main": "index.ts",
"repository": {
Expand Down

0 comments on commit 7904fc5

Please sign in to comment.