Skip to content

Commit

Permalink
chore: release main (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 24, 2024
1 parent 0c92abc commit 8f10de1
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"server":"0.0.4","client":"0.0.4","tick-workers":"0.0.4"}
{"server":"0.0.5","client":"0.0.5","tick-workers":"0.0.5"}
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.5](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-client-v0.0.4...stonk.ninja-client-v0.0.5) (2024-03-24)


### Miscellaneous Chores

* release 0.0.5 ([0c92abc](https://github.com/brayn003/stonk.ninja/commit/0c92abcbf34d1500c0ab49ce94bc0cd949f1dc46))

## [0.0.4](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-client-v0.0.3...stonk.ninja-client-v0.0.4) (2024-03-24)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonk.ninja/client",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.5](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-server-v0.0.4...stonk.ninja-server-v0.0.5) (2024-03-24)


### Miscellaneous Chores

* release 0.0.5 ([0c92abc](https://github.com/brayn003/stonk.ninja/commit/0c92abcbf34d1500c0ab49ce94bc0cd949f1dc46))

## [0.0.4](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-server-v0.0.3...stonk.ninja-server-v0.0.4) (2024-03-24)


Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stonk-ninja-server"
version = "0.0.4"
version = "0.0.5"
description = "Python server for running analysis on stock data"
authors = ["Rudraprasad Das <[email protected]>"]
packages = [
Expand Down
7 changes: 7 additions & 0 deletions tick-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.5](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-tick-workers-v0.0.4...stonk.ninja-tick-workers-v0.0.5) (2024-03-24)


### Miscellaneous Chores

* release 0.0.5 ([0c92abc](https://github.com/brayn003/stonk.ninja/commit/0c92abcbf34d1500c0ab49ce94bc0cd949f1dc46))

## [0.0.4](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-tick-workers-v0.0.3...stonk.ninja-tick-workers-v0.0.4) (2024-03-24)


Expand Down
2 changes: 1 addition & 1 deletion tick-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stonk.ninja/tick-workers",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8f10de1

Please sign in to comment.