Skip to content

Commit

Permalink
chore: release 0.62.4 (#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
gray-bot committed Aug 11, 2023
1 parent 9dd40b7 commit 167bb4a
Show file tree
Hide file tree
Showing 4 changed files with 16 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.62.3"}
{".":"0.62.4"}
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.62.4](https://github.com/graycoreio/daffodil/compare/v0.62.3...v0.62.4) (2023-08-11)


### Features

* **authorizenet:** add state config for accept retry backoff ([#2541](https://github.com/graycoreio/daffodil/issues/2541)) ([9dd40b7](https://github.com/graycoreio/daffodil/commit/9dd40b795513da9ad0f93e36cffbcafbdb1b9408))
* **cart:** handle create errors in Magento driver ([#2536](https://github.com/graycoreio/daffodil/issues/2536)) ([4ead116](https://github.com/graycoreio/daffodil/commit/4ead116348ed7a159bdfcd965b41919c442175cb))
* **design:** add focus trapping to modal component ([#2532](https://github.com/graycoreio/daffodil/issues/2532)) ([1569d60](https://github.com/graycoreio/daffodil/commit/1569d60365e45b2757d737a8003003d53afcb8dd))
* **design:** create notification component ([#2484](https://github.com/graycoreio/daffodil/issues/2484)) ([e1f2574](https://github.com/graycoreio/daffodil/commit/e1f2574848e82d535d0563ec7e9891058f03dc95))
* **design:** use position fixed on sidebar nav ([1839a85](https://github.com/graycoreio/daffodil/commit/1839a85058a21cede712797ff1966b5204ba1287))
* **driver:** add `DaffDriverNetworkError` ([#2534](https://github.com/graycoreio/daffodil/issues/2534)) ([6e30ab1](https://github.com/graycoreio/daffodil/commit/6e30ab19d4772b6bc27aece8b0bc05bf25e999ec))

## [0.62.3](https://github.com/graycoreio/daffodil/compare/v0.62.2...v0.62.3) (2023-08-02)


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

0 comments on commit 167bb4a

Please sign in to comment.