Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nielse63 committed Jul 5, 2023
1 parent e178f23 commit 4fdadbf
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.0.0"
"version": "3.0.1"
}
12 changes: 6 additions & 6 deletions 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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonksjs/core",
"version": "3.0.0",
"version": "3.0.1",
"description": "Single point of entry for all stonksjs packages",
"keywords": [
"robinhood",
Expand Down
2 changes: 1 addition & 1 deletion packages/finviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonksjs/finviz",
"version": "3.0.0",
"version": "3.0.1",
"description": "Unofficial finviz API",
"author": "Erik Nielsen <[email protected]>",
"homepage": "https://github.com/nielse63/stonksjs/tree/main/packages/finviz#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/quote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonksjs/quote",
"version": "3.0.0",
"version": "3.0.1",
"description": "Detailed, real-time stock quote data",
"author": "Erik Nielsen <[email protected]>",
"homepage": "https://github.com/nielse63/stonksjs/tree/main/packages/quote#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/nielse63/stonksjs/issues"
},
"dependencies": {
"@stonksjs/finviz": "^3.0.0"
"@stonksjs/finviz": "^3.0.1"
},
"devDependencies": {
"typedoc": "^0.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/stock-screener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonksjs/stock-screener",
"version": "3.0.0",
"version": "3.0.1",
"description": "Pre-defined industry standard stock screeners from Finviz",
"author": "Erik Nielsen <[email protected]>",
"homepage": "https://github.com/nielse63/stonksjs/tree/main/packages/stock-screener#readme",
Expand Down

0 comments on commit 4fdadbf

Please sign in to comment.