Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mateonunez committed Dec 3, 2022
1 parent 8af90dd commit a3088b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masteonunez/asterism",
"version": "0.0.1",
"version": "0.0.2",
"description": "Asterism is a library that provides a set of tools to build a Lyra instance from your favorite database.",
"scripts": {
"asterism": "node ./packages/cli/cli.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism",
"version": "0.0.1",
"version": "0.0.2",
"description": "Asterism CLI",
"main": "cli.mjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-drill",
"version": "0.0.1",
"version": "0.0.2",
"description": "Drill is a helper to comunicates with databases",
"main": "drill.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/falcon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-falcon",
"version": "0.0.1",
"version": "0.0.2",
"description": "falcon migrates your database data to a Lyra instance",
"main": "falcon.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/huston/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-huston",
"version": "0.0.1",
"version": "0.0.2",
"description": "Huston is the place where you can find all the utilities",
"main": "huston.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mateonunez/asterism-rover",
"version": "0.0.1",
"version": "0.0.2",
"description": "Rover is the tool to explore Lyra",
"main": "rover.js",
"scripts": {
Expand Down

0 comments on commit a3088b7

Please sign in to comment.