Skip to content

Commit 79b9bf7

Browse files
authored
chore: bump ui components to 0.6.0 (#874)
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 704315c commit 79b9bf7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pdl-live-react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PDL",
33
"private": true,
4-
"version": "0.5.1",
4+
"version": "0.6.0",
55
"type": "module",
66
"scripts": {
77
"prod:mac:1": "npm run tauri build -- --no-bundle --target=universal-apple-darwin",

pdl-live-react/src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pdl-live-react/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdl"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Prompt Declaration Language"
55
authors = ["[email protected]"]
66
edition = "2021"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//pub const PDL_INTERPRETER: &str = "-e ../";
2-
pub const PDL_INTERPRETER: &str = "prompt-declaration-language==0.5.1";
2+
pub const PDL_INTERPRETER: &str = "prompt-declaration-language==0.6.0";
33

44
pub const BEEAI_FRAMEWORK: &str = "-e git+https://github.com/starpit/bee-agent-framework.git@nick-meta-combo#egg=beeai_framework&subdirectory=python";
55
//pub const BEEAI_FRAMEWORK: &str = "beeai_framework==0.1";

0 commit comments

Comments
 (0)