Skip to content

Commit 2a26970

Browse files
Release v0.2.3 (#974)
## Release v0.2.3 This PR bumps the version from `0.2.2` to `0.2.3` across all packages. ### Changed files - `pyproject.toml` - `frontend/package.json` - `app/package.json` - `uv.lock` - `frontend/package-lock.json` - `app/package-lock.json` ### What happens on merge 1. The `tag-on-merge` workflow will automatically create and push tag `v0.2.3` 2. The tag will trigger the Electron build and Docker build workflows Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: leszko <2834997+leszko@users.noreply.github.com>
1 parent 99132a0 commit 2a26970

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/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.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daydream-scope-desktop",
33
"productName": "Daydream Scope",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "Daydream Scope",
66
"main": ".vite/build/main.js",
77
"scripts": {

frontend/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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daydream-scope-frontend",
33
"private": true,
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "daydream-scope"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "A tool for running and customizing real-time, interactive generative AI pipelines and models"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)