Skip to content

Commit

Permalink
chore: release 0.59.1 (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-bot committed May 16, 2023
1 parent e5070fa commit a6ad6bb
Show file tree
Hide file tree
Showing 4 changed files with 22 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.59.0"}
{".":"0.59.1"}
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.59.1](https://github.com/graycoreio/daffodil/compare/v0.59.0...v0.59.1) (2023-05-16)


### Features

* **authorizenet:** only dispatch success when accept.js actually loads ([#2436](https://github.com/graycoreio/daffodil/issues/2436)) ([37e0548](https://github.com/graycoreio/daffodil/commit/37e0548d330c64decc7ff807b3df107c758db168))
* **daffio:** update theming and utilities module implementation ([#2181](https://github.com/graycoreio/daffodil/issues/2181)) ([0ef4921](https://github.com/graycoreio/daffodil/commit/0ef4921ae1603f9d8918ee355a44c847e4b3f0ce))
* **design-land:** update theming and utilities module implementation ([#2184](https://github.com/graycoreio/daffodil/issues/2184)) ([fa594ca](https://github.com/graycoreio/daffodil/commit/fa594ca4093e25471ec48a44209a7ba4bd7b7475))
* **design:** create skeleton state UI ([#2206](https://github.com/graycoreio/daffodil/issues/2206)) ([aceb06c](https://github.com/graycoreio/daffodil/commit/aceb06ce53c5fdbddeeb36f7e28839d4a04ccb1c))
* **design:** implement skeleton UI for DaffImageComponent ([#2207](https://github.com/graycoreio/daffodil/issues/2207)) ([b430efa](https://github.com/graycoreio/daffodil/commit/b430efa897ee40a453ddc4e6325c7c909f417ebb))
* **design:** implement skeleton UI for DaffMediaGalleryComponent ([#2208](https://github.com/graycoreio/daffodil/issues/2208)) ([964d0ce](https://github.com/graycoreio/daffodil/commit/964d0cea90054072de949e3411d6e0725e3cb8ce))


### Bug Fixes

* **order:** order total factory creating mock objects with static `type` ([#2438](https://github.com/graycoreio/daffodil/issues/2438)) ([d6bfc05](https://github.com/graycoreio/daffodil/commit/d6bfc05bd2fb69e617a369ebbba084ca16ca8c97))
* **product-composite:** fix and extract query param ([#2437](https://github.com/graycoreio/daffodil/issues/2437)) ([98d5272](https://github.com/graycoreio/daffodil/commit/98d5272e48c4e52517d7f7a7c62065b9a80710ea))

## [0.59.0](https://github.com/graycoreio/daffodil/compare/v0.58.10...v0.59.0) (2023-05-10)


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.59.0",
"version": "0.59.1",
"license": "MIT",
"scripts": {
"release": "cd tools/release; gulp",
Expand Down

0 comments on commit a6ad6bb

Please sign in to comment.