Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ARIC LASRY authored and ARIC LASRY committed Nov 22, 2023
1 parent b046f62 commit 4c28538
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions connectors/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"@dust-tt/front",
"version":"0.0.4",
"name": "@dust-tt/front",
"version": "0.0.4",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.3",
"packages": ["front", "types", "connectors"]
"version": "0.0.4",
"packages": [
"front",
"types",
"connectors"
]
}
4 changes: 2 additions & 2 deletions types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "types",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"author": "Dust",
"main": "dist/index.js",
Expand Down

0 comments on commit 4c28538

Please sign in to comment.