diff --git a/.release-please-manifest.json b/.release-please-manifest.json index edf97edc68..618f58d213 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.64.2"} +{".":"0.65.0"} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1e6e0ec616..0b9fced6a6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,40 @@ 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.65.0](https://github.com/graycoreio/daffodil/compare/v0.64.2...v0.65.0) (2023-11-24) + + +### ⚠ BREAKING CHANGES + +* **product:** `DaffDefaultProductFactory` now requires passing the image factory to construct. It is recommended to use DI to construct factories. +* **cart:** `DaffCart#totals` is now a dictionary +* **all:** changes the name of many state testing modules + +### Features + +* **all:** prefix state testing modules with `State` ([#2606](https://github.com/graycoreio/daffodil/issues/2606)) ([f755ab8](https://github.com/graycoreio/daffodil/commit/f755ab8a359c0c41cf60a3c160ab72dae08457b8)) +* **branding:** update daffodil logo to the new version ([#2597](https://github.com/graycoreio/daffodil/issues/2597)) ([8a2f596](https://github.com/graycoreio/daffodil/commit/8a2f596b12dca54db26148b1a9b17662ea352799)) +* **cart:** change cart totals to dict ([#2608](https://github.com/graycoreio/daffodil/issues/2608)) ([a4f408f](https://github.com/graycoreio/daffodil/commit/a4f408f97440a8da6d50d18553205262f1acf19d)) +* **cart:** compute cart prices for in-memory driver ([#2614](https://github.com/graycoreio/daffodil/issues/2614)) ([7a60ddb](https://github.com/graycoreio/daffodil/commit/7a60ddb9eebc6b16eeda05adc05c5bb3360989e0)) +* **daffio:** add sponsor link to nav and footer ([#2599](https://github.com/graycoreio/daffodil/issues/2599)) ([80b8c9f](https://github.com/graycoreio/daffodil/commit/80b8c9fc5fb04e636853016dc36326af19f91006)) +* **daffio:** clean up why pwa page styles ([#2603](https://github.com/graycoreio/daffodil/issues/2603)) ([4a90668](https://github.com/graycoreio/daffodil/commit/4a90668fe29b195c29636b65ff81aac47218e45e)) +* **daffio:** update home hero illustration and add discord link ([#2598](https://github.com/graycoreio/daffodil/issues/2598)) ([5aec495](https://github.com/graycoreio/daffodil/commit/5aec495998239934f992a91c8045288a50868cde)) +* **demo:** add checkout form models and country field ([#2615](https://github.com/graycoreio/daffodil/issues/2615)) ([b90454e](https://github.com/graycoreio/daffodil/commit/b90454e1bb75d1e126542d45fee46ff8f672530b)) +* **demo:** add country form ([#2617](https://github.com/graycoreio/daffodil/issues/2617)) ([da882b1](https://github.com/graycoreio/daffodil/commit/da882b164034ba986ce888076853296ade8809ae)) +* **demo:** add geography driver modules ([#2616](https://github.com/graycoreio/daffodil/issues/2616)) ([2539cf6](https://github.com/graycoreio/daffodil/commit/2539cf62df5088e8b3ab5c3835426ec1f4926d4a)) +* **demo:** render cart totals from totals dict ([#2618](https://github.com/graycoreio/daffodil/issues/2618)) ([2bafc50](https://github.com/graycoreio/daffodil/commit/2bafc50dadf2b150de9483b985d612ec39d93b4e)) +* **design,design-land:** add link support to paginator ([#2589](https://github.com/graycoreio/daffodil/issues/2589)) ([57aa1b8](https://github.com/graycoreio/daffodil/commit/57aa1b83d912d136ab0a0229677279bea5fd6576)) +* **design:** update card's border-radius styles and set wrapper height ([#2602](https://github.com/graycoreio/daffodil/issues/2602)) ([6cec7e3](https://github.com/graycoreio/daffodil/commit/6cec7e3d7f72073d8467514412d0e5eeb3276186)) +* **geography:** create subdivisions in country factory ([#2611](https://github.com/graycoreio/daffodil/issues/2611)) ([92a734b](https://github.com/graycoreio/daffodil/commit/92a734ba935a9d558e0c5da913ce52bf18a9d0af)) +* **product:** improve default product factory field generation ([#2609](https://github.com/graycoreio/daffodil/issues/2609)) ([48f4ba0](https://github.com/graycoreio/daffodil/commit/48f4ba084767658d5636bc947ba037cc69c11432)) + + +### Bug Fixes + +* **design:** remove bogus combinator from sidebar style ([#2601](https://github.com/graycoreio/daffodil/issues/2601)) ([88205b7](https://github.com/graycoreio/daffodil/commit/88205b7911b95e34bbfb599c8db546005e112a8a)) +* **geography:** in-memory collection does not exist ([#2610](https://github.com/graycoreio/daffodil/issues/2610)) ([d9bbcb6](https://github.com/graycoreio/daffodil/commit/d9bbcb6ef161de251713229a53a851f69fc73350)) +* **paypal:** browser specific `window` access ([#2605](https://github.com/graycoreio/daffodil/issues/2605)) ([1eb1972](https://github.com/graycoreio/daffodil/commit/1eb1972fa92ec4d1a21b0abf48eb7998c45ae892)) + ## [0.64.2](https://github.com/graycoreio/daffodil/compare/v0.64.1...v0.64.2) (2023-11-09) diff --git a/package-lock.json b/package-lock.json index 39985a66da..b32d09e4bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@daffodil/daffodil", - "version": "0.64.2", + "version": "0.65.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@daffodil/daffodil", - "version": "0.64.2", + "version": "0.65.0", "license": "MIT", "dependencies": { "@angular/animations": "^15.0.0", diff --git a/package.json b/package.json index c21ec73c48..9672e3d477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@daffodil/daffodil", - "version": "0.64.2", + "version": "0.65.0", "license": "MIT", "scripts": { "release": "cd tools/release; gulp",