Skip to content

Commit 2130753

Browse files
authored
chore: release 0.92.3-rc.0 (#4474)
1 parent d8f89c3 commit 2130753

5 files changed

Lines changed: 12 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.2"}
1+
{".":"0.92.3-rc.0"}

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.0](https://github.com/graycoreio/daffodil/compare/v0.92.2...v0.92.3-rc.0) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* noop release commit ([5357430](https://github.com/graycoreio/daffodil/commit/5357430b07716103d11ad17aa17a441e84dbda27))
9+
310
## [0.92.2](https://github.com/graycoreio/daffodil/compare/v0.92.1...v0.92.2) (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.2",
3+
"version": "0.92.3-rc.0",
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.2'; // x-release-please-version
1+
export const version = '0.92.3-rc.0'; // x-release-please-version

0 commit comments

Comments
 (0)