Skip to content

Commit

Permalink
chore: release main (#3)
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 192d306 commit f3a2eec
Show file tree
Hide file tree
Showing 7 changed files with 35 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.1","client":"0.0.1","tick-workers":"0.0.1"}
{"server":"0.0.2","client":"0.0.2","tick-workers":"0.0.2"}
12 changes: 12 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.2](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-client-v0.0.1...stonk.ninja-client-v0.0.2) (2024-03-24)


### Bug Fixes

* adding readme to client and fixing server readme ([86dff94](https://github.com/brayn003/stonk.ninja/commit/86dff940f1d921cc55eb3e9f817dbdf604de3b4e))


### Miscellaneous Chores

* release 0.0.2 ([192d306](https://github.com/brayn003/stonk.ninja/commit/192d306b714948501d44a9923d441cb586bb0e67))

## 0.0.1 (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.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
12 changes: 12 additions & 0 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.2](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-server-v0.0.1...stonk.ninja-server-v0.0.2) (2024-03-24)


### Bug Fixes

* adding readme to client and fixing server readme ([86dff94](https://github.com/brayn003/stonk.ninja/commit/86dff940f1d921cc55eb3e9f817dbdf604de3b4e))


### Miscellaneous Chores

* release 0.0.2 ([192d306](https://github.com/brayn003/stonk.ninja/commit/192d306b714948501d44a9923d441cb586bb0e67))

## 0.0.1 (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.1"
version = "0.0.2"
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.2](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-tick-workers-v0.0.1...stonk.ninja-tick-workers-v0.0.2) (2024-03-24)


### Miscellaneous Chores

* release 0.0.2 ([192d306](https://github.com/brayn003/stonk.ninja/commit/192d306b714948501d44a9923d441cb586bb0e67))

## 0.0.1 (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.1",
"version": "0.0.2",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f3a2eec

Please sign in to comment.