Skip to content

Commit

Permalink
"After v0.0.1-beta.13"
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Jun 15, 2024
1 parent d3ac90b commit 366ec0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/create-seqflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-seqflow",
"version": "0.0.1-beta.13",
"version": "1.0.0",
"description": "SeqFlow CLI",
"main": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/prompts": "^2.4.9",
"bootstrap": "5.3.3",
"prompts": "^2.4.2",
"seqflow-js": "0.0.1-beta.13",
"seqflow-js": "workspace:*",
"tar": "^6.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/seqflow-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seqflow-js",
"version": "0.0.1-beta.13",
"version": "1.0.0",
"description": "SeqFlow is a modern web framework that is designed to be simple and easy to use. It optimizes the development process by providing a simple and easy-to-understand API. It is a good choice for those who want to create web applications without the complexity of other frameworks.",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 366ec0f

Please sign in to comment.