Skip to content

Commit

Permalink
bump elements
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 19, 2024
1 parent e0f78ae commit 441e579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theweave/elements",
"version": "0.3.0",
"version": "0.4.0-alpha.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@holochain-open-dev/stores": "0.400.0-rc.0",
"@holochain-open-dev/utils": "0.400.0-rc.0",
"@theweave/api": "0.4.0-alpha.0",
"@theweave/elements": "*",
"@theweave/utils": "file:../../shared/utils",
"@theweave/elements": "0.4.0-alpha.0",
"@theweave/utils": "0.3.0-alpha.1",
"@theweave/group-client": "0.2.0-alpha.0",
"@lit/context": "^1.0.1",
"@lit-labs/task": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packages": {
"@theweave/cli": "0.13.0-epsilon.1",
"@theweave/api": "0.4.0-alpha.0",
"@theweave/elements": "0.3.0-alpha.0"
"@theweave/elements": "0.4.0-alpha.0"
}
},
"stable": {
Expand Down

0 comments on commit 441e579

Please sign in to comment.