diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0b1545fbc..ad54ee98a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.68.0"} +{".":"0.68.1"} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 65c51d97ea..8214725c61 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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.68.1](https://github.com/graycoreio/daffodil/compare/v0.68.0...v0.68.1) (2024-02-14) + + +### Features + +* **cart:** use product data to seed added cart item ([#2745](https://github.com/graycoreio/daffodil/issues/2745)) ([65aa9bc](https://github.com/graycoreio/daffodil/commit/65aa9bc11441bde417329fa591a42cbb736e9066)) +* **checkout,order:** move placed order facade and selector to checkout ([#2750](https://github.com/graycoreio/daffodil/issues/2750)) ([de45407](https://github.com/graycoreio/daffodil/commit/de45407d31beb53801bc0431fc1d1e1f156a0ef8)) +* **driver:** store and set Magento cache ID header ([#2743](https://github.com/graycoreio/daffodil/issues/2743)) ([d9f1704](https://github.com/graycoreio/daffodil/commit/d9f1704d572ec8aaab6220504bd8b2dfa5891386)) + ## [0.68.0](https://github.com/graycoreio/daffodil/compare/v0.67.0...v0.68.0) (2024-02-01) diff --git a/package-lock.json b/package-lock.json index 4ff9aebf77..31b92631b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@daffodil/daffodil", - "version": "0.68.0", + "version": "0.68.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@daffodil/daffodil", - "version": "0.68.0", + "version": "0.68.1", "license": "MIT", "dependencies": { "@angular/animations": "^17.0.0", diff --git a/package.json b/package.json index 396ab06347..71a6cb4461 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@daffodil/daffodil", - "version": "0.68.0", + "version": "0.68.1", "license": "MIT", "scripts": { "release": "cd tools/release; gulp",