Skip to content

Commit

Permalink
chore: release 0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-bot committed Nov 22, 2023
1 parent 2539cf6 commit be38611
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.64.2"}
{".":"0.65.0"}
31 changes: 31 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

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-22)


### ⚠ 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 geography driver modules ([#2616](https://github.com/graycoreio/daffodil/issues/2616)) ([2539cf6](https://github.com/graycoreio/daffodil/commit/2539cf62df5088e8b3ab5c3835426ec1f4926d4a))
* **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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daffodil/daffodil",
"version": "0.64.2",
"version": "0.65.0",
"license": "MIT",
"scripts": {
"release": "cd tools/release; gulp",
Expand Down

0 comments on commit be38611

Please sign in to comment.