Skip to content

Commit

Permalink
chore: release main (#14)
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 25, 2024
1 parent 5c73ecc commit a1332d6
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.1.4","client":"0.1.4","tick-workers":"0.1.4"}
{"server":"0.1.5","client":"0.1.5","tick-workers":"0.1.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.1.5](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-client-v0.1.4...stonk.ninja-client-v0.1.5) (2024-03-25)


### Miscellaneous Chores

* release 0.1.5 ([5c73ecc](https://github.com/brayn003/stonk.ninja/commit/5c73eccdf7e51ac142b1f3143e9b427e7b9b2e39))

## [0.1.4](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-client-v0.1.3...stonk.ninja-client-v0.1.4) (2024-03-25)


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.1.4",
"version": "0.1.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.1.5](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-server-v0.1.4...stonk.ninja-server-v0.1.5) (2024-03-25)


### Miscellaneous Chores

* release 0.1.5 ([5c73ecc](https://github.com/brayn003/stonk.ninja/commit/5c73eccdf7e51ac142b1f3143e9b427e7b9b2e39))

## [0.1.4](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-server-v0.1.3...stonk.ninja-server-v0.1.4) (2024-03-25)


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.1.4"
version = "0.1.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.1.5](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-tick-workers-v0.1.4...stonk.ninja-tick-workers-v0.1.5) (2024-03-25)


### Miscellaneous Chores

* release 0.1.5 ([5c73ecc](https://github.com/brayn003/stonk.ninja/commit/5c73eccdf7e51ac142b1f3143e9b427e7b9b2e39))

## [0.1.4](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-tick-workers-v0.1.3...stonk.ninja-tick-workers-v0.1.4) (2024-03-25)


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.1.4",
"version": "0.1.5",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a1332d6

Please sign in to comment.