Skip to content

Commit

Permalink
#552: published again
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking committed Oct 4, 2024
1 parent 0bff066 commit d482d9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.8.1",
"version": "0.8.2",
"command": {
"version": {
"message": "chore(release): publish %s"
Expand Down
6 changes: 3 additions & 3 deletions 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 packages/create-jitar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jitar",
"version": "0.8.1",
"version": "0.8.2",
"type": "module",
"license": "MIT",
"author": "Masking Technology <[email protected]> (https://jitar.dev)",
Expand Down Expand Up @@ -50,5 +50,5 @@
"url": "https://github.com/MaskingTechnology/jitar/issues"
},
"homepage": "https://jitar.dev",
"gitHead": "cb82f7e31ef4015e0d569a70f1e990859dc0f870"
"gitHead": "0bff066d2b51e97e910486e72b9f6b089bae96b1"
}
4 changes: 2 additions & 2 deletions packages/jitar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jitar",
"version": "0.8.1",
"version": "0.8.2",
"description": "Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.",
"author": "Masking Technology <[email protected]> (https://jitar.dev)",
"license": "MIT",
Expand Down Expand Up @@ -62,5 +62,5 @@
"full stack",
"web applications"
],
"gitHead": "cb82f7e31ef4015e0d569a70f1e990859dc0f870"
"gitHead": "0bff066d2b51e97e910486e72b9f6b089bae96b1"
}
4 changes: 2 additions & 2 deletions packages/plugin-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jitar/plugin-vite",
"version": "0.8.1",
"version": "0.8.2",
"description": "Vite plugin for Jitar.",
"author": "Masking Technology <[email protected]> (https://jitar.dev)",
"license": "MIT",
Expand Down Expand Up @@ -47,5 +47,5 @@
"vite-plugin",
"jitar"
],
"gitHead": "cb82f7e31ef4015e0d569a70f1e990859dc0f870"
"gitHead": "0bff066d2b51e97e910486e72b9f6b089bae96b1"
}

0 comments on commit d482d9f

Please sign in to comment.