Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r2d4 committed May 18, 2023
1 parent 2c6f7a3 commit 0e20805
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"packages/extension"
],
"scripts": {
"publish": "pnpm publish --filter ./packages/* ",
"publish": "pnpm -r --access public",
"build": "pnpm recursive run clean && pnpm recursive run build",
"dev": "pnpm recursive run --no-bail --workspace-concurrency Infinity dev"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-llm/headless",
"version": "0.0.4",
"version": "0.0.5",
"author": "Matt Rickard <[email protected]>",
"license": "MIT",
"module": "dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/model/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "@react-llm/model",
"version": "0.0.1",
"version": "0.0.5",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"author": "Matt Rickard <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build": "rollup -c",
"clean": "rm -rf dist",
Expand Down
1 change: 1 addition & 0 deletions packages/retro-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "retro-ui",
"version": "0.0.1",
"private": "true",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

1 comment on commit 0e20805

@vercel
Copy link

@vercel vercel bot commented on 0e20805 May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-llm – ./

react-llm-r2d4.vercel.app
react-llm.vercel.app
react-llm-git-main-r2d4.vercel.app
chat.matt-rickard.com

Please sign in to comment.