Skip to content

Commit 669ed9d

Browse files
authored
chore: release 0.92.3-rc.1 (#4480)
1 parent dd189ad commit 669ed9d

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.92.3-rc.0"}
1+
{".":"0.92.3-rc.1"}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Below is a table of currently available Daffodil packages.
113113
| [@daffodil/search-product-configurable](/libs/search-product-configurable/README.md) | [![latest](https://img.shields.io/npm/v/%40daffodil%2Fsearch-product-configurable/latest.svg)](https://npmjs.com/package/@daffodil/search-product-configurable) | [![experimental](https://img.shields.io/static/v1.svg?label=stability&message=experimental&color=orange)](https://www.github.com/graycoreio/daffodil)
114114
| [@daffodil/seo](/libs/seo/README.md) | [![latest](https://img.shields.io/npm/v/%40daffodil%2Fseo/latest.svg)](https://npmjs.com/package/@daffodil/seo) | [![experimental](https://img.shields.io/static/v1.svg?label=stability&message=experimental&color=orange)](https://www.github.com/graycoreio/daffodil)
115115
| [@daffodil/ssr](/libs/ssr/README.md) | [![latest](https://img.shields.io/npm/v/%40daffodil%2Fssr/latest.svg)](https://npmjs.com/package/@daffodil/ssr) | [![experimental](https://img.shields.io/static/v1.svg?label=stability&message=experimental&color=orange)](https://www.github.com/graycoreio/daffodil)
116+
| [@daffodil/storefront](/libs/storefront/README.md) | [![latest](https://img.shields.io/npm/v/%40daffodil%2Fstorefront/latest.svg)](https://npmjs.com/package/@daffodil/storefront) | [![experimental](https://img.shields.io/static/v1.svg?label=stability&message=experimental&color=orange)](https://www.github.com/graycoreio/daffodil)
116117
| [@daffodil/upsell-products](/libs/upsell-products/README.md) | [![latest](https://img.shields.io/npm/v/%40daffodil%2Fupsell-products/latest.svg)](https://npmjs.com/package/@daffodil/upsell-products) | [![experimental](https://img.shields.io/static/v1.svg?label=stability&message=experimental&color=orange)](https://www.github.com/graycoreio/daffodil)
117118
<!-- AUTOGENERATE_PACKAGE_END -->
118119

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.92.3-rc.1](https://github.com/graycoreio/daffodil/compare/v0.92.3-rc.0...v0.92.3-rc.1) (2026-05-13)
4+
5+
6+
### Features
7+
8+
* **storefront:** make publishable ([#4479](https://github.com/graycoreio/daffodil/issues/4479)) ([dd189ad](https://github.com/graycoreio/daffodil/commit/dd189ad733bd32529512e77a6dca2306c999adee))
9+
310
## [0.92.3-rc.0](https://github.com/graycoreio/daffodil/compare/v0.92.2...v0.92.3-rc.0) (2026-05-12)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daffodil/daffodil",
3-
"version": "0.92.3-rc.0",
3+
"version": "0.92.3-rc.1",
44
"license": "MIT",
55
"scripts": {
66
"build:dev": "nx run-many -t build && cd tools/release && gulp devVersion",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.92.3-rc.0'; // x-release-please-version
1+
export const version = '0.92.3-rc.1'; // x-release-please-version

0 commit comments

Comments
 (0)