From b95c9e047b57029e510901e74dfe72b0c9ca2937 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:22:10 +0530 Subject: [PATCH] chore: release v0.1.10 (#20) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 +++++++++ client/CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++ client/package.json | 2 +- server/CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++ server/pyproject.toml | 2 +- tick-workers/CHANGELOG.md | 40 +++++++++++++++++++++++++++++ tick-workers/package.json | 2 +- 8 files changed, 146 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2dac29..e45e4b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"server":"0.1.8","client":"0.1.9","tick-workers":"0.1.8",".":"0.1.9"} +{"server":"0.1.10","client":"0.1.10","tick-workers":"0.1.10",".":"0.1.10"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 175aa9a..070e275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.10](https://github.com/brayn003/stonk.ninja/compare/v0.1.9...v0.1.10) (2024-03-25) + + +### Bug Fixes + +* minor config changes ([72612ac](https://github.com/brayn003/stonk.ninja/commit/72612ac57046b7a6a79744ced72dc4712a470c16)) + + +### Miscellaneous Chores + +* release 0.1.10 ([4cf3711](https://github.com/brayn003/stonk.ninja/commit/4cf3711a45133cd3da675dfa7a41f9f5f0262e1d)) + ## [0.1.9](https://github.com/brayn003/stonk.ninja/compare/v0.1.8...v0.1.9) (2024-03-25) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 36a16a4..101acc2 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -1,5 +1,48 @@ # Changelog +## [0.1.10](https://github.com/brayn003/stonk.ninja/compare/client-v0.1.9...client/v0.1.10) (2024-03-25) + + +### Features + +* adding rabbitmq and pm2 for tick processing ([efeaf5a](https://github.com/brayn003/stonk.ninja/commit/efeaf5a17ac2997486b84d369954ed1bc7c6c4f8)) +* adding service for tick worker ([f49dc43](https://github.com/brayn003/stonk.ninja/commit/f49dc43d35242117f95e220dd38635e1a4cc8083)) +* chore adding dashboard view ([cb6bb82](https://github.com/brayn003/stonk.ninja/commit/cb6bb82666cc2e17006a8663ebf2d665042608ae)) + + +### Bug Fixes + +* adding badges to readme ([b3b7487](https://github.com/brayn003/stonk.ninja/commit/b3b7487230d39b9d91523c948471cf4f4dfd85e5)) +* adding eslint ([b3bd6a9](https://github.com/brayn003/stonk.ninja/commit/b3bd6a95cf1092354e50522037db00e4585472a8)) +* adding main stack file for pulumi ([8fd56e3](https://github.com/brayn003/stonk.ninja/commit/8fd56e3ac7d240987c9cfd55f565d7591b358fd9)) +* adding process list via api ([83247cf](https://github.com/brayn003/stonk.ninja/commit/83247cff7c24cde52f0879ac4236ca4863b82a59)) +* adding readme to client and fixing server readme ([86dff94](https://github.com/brayn003/stonk.ninja/commit/86dff940f1d921cc55eb3e9f817dbdf604de3b4e)) +* adding release please ([9563d6d](https://github.com/brayn003/stonk.ninja/commit/9563d6dc6652ac613763a755297e353cf6534233)) +* changing env variable ([65b0fdc](https://github.com/brayn003/stonk.ninja/commit/65b0fdc2cfc10fd27aa4ae266b5472946245d330)) +* fixing broken login redirects ([#18](https://github.com/brayn003/stonk.ninja/issues/18)) ([69e12b2](https://github.com/brayn003/stonk.ninja/commit/69e12b20de8c318cfe18a334ec069f7b8734ac96)) +* fixing hosts for servers ([bb3ef5f](https://github.com/brayn003/stonk.ninja/commit/bb3ef5f6ee0d3fea720465390587ec4f5a8981ef)) +* fixing login page ([54276ea](https://github.com/brayn003/stonk.ninja/commit/54276ea73af53fd224e93d1531a8e8488ad58dba)) +* minor changes ([bc2f203](https://github.com/brayn003/stonk.ninja/commit/bc2f2030419c405869d58586de1e5d197b2c98d7)) +* testing release workflow ([bb80b1b](https://github.com/brayn003/stonk.ninja/commit/bb80b1bdbbc5db70d296815eba7ce44e14935bd1)) + + +### Miscellaneous Chores + +* release 0.0.1 ([c32d076](https://github.com/brayn003/stonk.ninja/commit/c32d076e007a33218578b7e5d1609f642c88bd64)) +* release 0.0.2 ([192d306](https://github.com/brayn003/stonk.ninja/commit/192d306b714948501d44a9923d441cb586bb0e67)) +* release 0.0.5 ([0c92abc](https://github.com/brayn003/stonk.ninja/commit/0c92abcbf34d1500c0ab49ce94bc0cd949f1dc46)) +* release 0.0.6 ([440803d](https://github.com/brayn003/stonk.ninja/commit/440803dcf27c7a26ae0e7734a707d8279d45bc0c)) +* release 0.0.7 ([6b6174b](https://github.com/brayn003/stonk.ninja/commit/6b6174b20b76fad05e77f6ad0e42ef9da73bc374)) +* release 0.1.0 ([b26f29d](https://github.com/brayn003/stonk.ninja/commit/b26f29de37e101846ad0d1077a68a6d3e8b0aa2a)) +* release 0.1.1 ([f1866ae](https://github.com/brayn003/stonk.ninja/commit/f1866ae8b574761f8da393c4a5786ee1f2c141dd)) +* release 0.1.10 ([4cf3711](https://github.com/brayn003/stonk.ninja/commit/4cf3711a45133cd3da675dfa7a41f9f5f0262e1d)) +* release 0.1.2 ([cf502dd](https://github.com/brayn003/stonk.ninja/commit/cf502dd574b34f10b1542eb7559306a6e6ae8595)) +* release 0.1.4 ([96dda72](https://github.com/brayn003/stonk.ninja/commit/96dda7296dce348b54f6ce2141d4065841e6ef92)) +* release 0.1.5 ([5c73ecc](https://github.com/brayn003/stonk.ninja/commit/5c73eccdf7e51ac142b1f3143e9b427e7b9b2e39)) +* release 0.1.6 ([458f6a1](https://github.com/brayn003/stonk.ninja/commit/458f6a13d4a99d513a8d9aae1c374e69cb0bb675)) +* release 0.1.7 ([e4d50b0](https://github.com/brayn003/stonk.ninja/commit/e4d50b02c9f1fb4038cb13dee210cf1582279061)) +* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c)) + ## [0.1.9](https://github.com/brayn003/stonk.ninja/compare/v0.1.8...stonk.ninja-client-v0.1.9) (2024-03-25) diff --git a/client/package.json b/client/package.json index 2068ddb..9a31a5c 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@stonk.ninja/client", - "version": "0.1.9", + "version": "0.1.10", "private": true, "scripts": { "dev": "next dev", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index dd86fc9..f6c6a7f 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,52 @@ # Changelog +## [0.1.10](https://github.com/brayn003/stonk.ninja/compare/server-v0.1.8...server/v0.1.10) (2024-03-25) + + +### Features + +* adding rabbitmq and pm2 for tick processing ([efeaf5a](https://github.com/brayn003/stonk.ninja/commit/efeaf5a17ac2997486b84d369954ed1bc7c6c4f8)) + + +### Bug Fixes + +* adding badges to readme ([b3b7487](https://github.com/brayn003/stonk.ninja/commit/b3b7487230d39b9d91523c948471cf4f4dfd85e5)) +* adding component name and same init version ([99b6047](https://github.com/brayn003/stonk.ninja/commit/99b60478682b7c21163d8f9bc08107bccbd5afff)) +* adding keyboard interrupt ([ea8a21f](https://github.com/brayn003/stonk.ninja/commit/ea8a21faf47bcfde84424ba9959b0410f6856d50)) +* adding main stack file for pulumi ([8fd56e3](https://github.com/brayn003/stonk.ninja/commit/8fd56e3ac7d240987c9cfd55f565d7591b358fd9)) +* adding process list via api ([83247cf](https://github.com/brayn003/stonk.ninja/commit/83247cff7c24cde52f0879ac4236ca4863b82a59)) +* adding python linting ([c4f5535](https://github.com/brayn003/stonk.ninja/commit/c4f5535793a43436a836ab4cb2a50588754d7115)) +* adding readme to client and fixing server readme ([86dff94](https://github.com/brayn003/stonk.ninja/commit/86dff940f1d921cc55eb3e9f817dbdf604de3b4e)) +* adding release please ([9563d6d](https://github.com/brayn003/stonk.ninja/commit/9563d6dc6652ac613763a755297e353cf6534233)) +* fixes to build and push ([adad17a](https://github.com/brayn003/stonk.ninja/commit/adad17a5bdf39cb8a6f70dfd66c47dc0533cdf49)) +* fixing actions with readme ([cb5b939](https://github.com/brayn003/stonk.ninja/commit/cb5b93944b8a32783462d1bb8090e7d1a91b3d5a)) +* fixing env example ([a43c2c3](https://github.com/brayn003/stonk.ninja/commit/a43c2c339b6465e95eb75e7faf814b5da0d3eb31)) +* fixing hosts for servers ([bb3ef5f](https://github.com/brayn003/stonk.ninja/commit/bb3ef5f6ee0d3fea720465390587ec4f5a8981ef)) +* fixing login page ([54276ea](https://github.com/brayn003/stonk.ninja/commit/54276ea73af53fd224e93d1531a8e8488ad58dba)) +* fixing readme ([5577894](https://github.com/brayn003/stonk.ninja/commit/55778940c914fe8be09734a0152a3bf97da9179a)) +* introducing secrets and reduced app processes ([b861a95](https://github.com/brayn003/stonk.ninja/commit/b861a953d659fae1b728cd9d13a0b7f15e070491)) +* minor changes ([bc2f203](https://github.com/brayn003/stonk.ninja/commit/bc2f2030419c405869d58586de1e5d197b2c98d7)) +* refactored backend code for ease of access ([a6d7c1d](https://github.com/brayn003/stonk.ninja/commit/a6d7c1d9c0ec17bd606058417c122eacdf63f03f)) +* testing release workflow ([bb80b1b](https://github.com/brayn003/stonk.ninja/commit/bb80b1bdbbc5db70d296815eba7ce44e14935bd1)) + + +### Miscellaneous Chores + +* release 0.0.1 ([c32d076](https://github.com/brayn003/stonk.ninja/commit/c32d076e007a33218578b7e5d1609f642c88bd64)) +* release 0.0.2 ([192d306](https://github.com/brayn003/stonk.ninja/commit/192d306b714948501d44a9923d441cb586bb0e67)) +* release 0.0.5 ([0c92abc](https://github.com/brayn003/stonk.ninja/commit/0c92abcbf34d1500c0ab49ce94bc0cd949f1dc46)) +* release 0.0.6 ([440803d](https://github.com/brayn003/stonk.ninja/commit/440803dcf27c7a26ae0e7734a707d8279d45bc0c)) +* release 0.0.7 ([6b6174b](https://github.com/brayn003/stonk.ninja/commit/6b6174b20b76fad05e77f6ad0e42ef9da73bc374)) +* release 0.1.0 ([b26f29d](https://github.com/brayn003/stonk.ninja/commit/b26f29de37e101846ad0d1077a68a6d3e8b0aa2a)) +* release 0.1.1 ([f1866ae](https://github.com/brayn003/stonk.ninja/commit/f1866ae8b574761f8da393c4a5786ee1f2c141dd)) +* release 0.1.10 ([4cf3711](https://github.com/brayn003/stonk.ninja/commit/4cf3711a45133cd3da675dfa7a41f9f5f0262e1d)) +* release 0.1.2 ([cf502dd](https://github.com/brayn003/stonk.ninja/commit/cf502dd574b34f10b1542eb7559306a6e6ae8595)) +* release 0.1.4 ([96dda72](https://github.com/brayn003/stonk.ninja/commit/96dda7296dce348b54f6ce2141d4065841e6ef92)) +* release 0.1.5 ([5c73ecc](https://github.com/brayn003/stonk.ninja/commit/5c73eccdf7e51ac142b1f3143e9b427e7b9b2e39)) +* release 0.1.6 ([458f6a1](https://github.com/brayn003/stonk.ninja/commit/458f6a13d4a99d513a8d9aae1c374e69cb0bb675)) +* release 0.1.7 ([e4d50b0](https://github.com/brayn003/stonk.ninja/commit/e4d50b02c9f1fb4038cb13dee210cf1582279061)) +* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c)) + ## [0.1.8](https://github.com/brayn003/stonk.ninja/compare/v0.1.7...stonk.ninja-server-v0.1.8) (2024-03-25) diff --git a/server/pyproject.toml b/server/pyproject.toml index aa10b70..0dbdd58 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stonk-ninja-server" -version = "0.1.8" +version = "0.1.10" description = "Python server for running analysis on stock data" authors = ["Rudraprasad Das "] packages = [ diff --git a/tick-workers/CHANGELOG.md b/tick-workers/CHANGELOG.md index 8477bf7..d755dd3 100644 --- a/tick-workers/CHANGELOG.md +++ b/tick-workers/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## [0.1.10](https://github.com/brayn003/stonk.ninja/compare/tick-workers-v0.1.8...tick-workers/v0.1.10) (2024-03-25) + + +### Features + +* adding service for tick worker ([f49dc43](https://github.com/brayn003/stonk.ninja/commit/f49dc43d35242117f95e220dd38635e1a4cc8083)) + + +### Bug Fixes + +* adding badges to readme ([b3b7487](https://github.com/brayn003/stonk.ninja/commit/b3b7487230d39b9d91523c948471cf4f4dfd85e5)) +* adding env example to tick-workers ([848fe70](https://github.com/brayn003/stonk.ninja/commit/848fe7090c0b9e231b6d597f66a15156018dacb2)) +* adding main stack file for pulumi ([8fd56e3](https://github.com/brayn003/stonk.ninja/commit/8fd56e3ac7d240987c9cfd55f565d7591b358fd9)) +* adding release please ([9563d6d](https://github.com/brayn003/stonk.ninja/commit/9563d6dc6652ac613763a755297e353cf6534233)) +* changing env value ([b79fc9b](https://github.com/brayn003/stonk.ninja/commit/b79fc9b6186285e593ace780c0a5183ea1a8565b)) +* fixing actions with readme ([cb5b939](https://github.com/brayn003/stonk.ninja/commit/cb5b93944b8a32783462d1bb8090e7d1a91b3d5a)) +* fixing env example ([a43c2c3](https://github.com/brayn003/stonk.ninja/commit/a43c2c339b6465e95eb75e7faf814b5da0d3eb31)) +* minor changes ([bc2f203](https://github.com/brayn003/stonk.ninja/commit/bc2f2030419c405869d58586de1e5d197b2c98d7)) +* minor rnv change ([dbb7547](https://github.com/brayn003/stonk.ninja/commit/dbb75479fe2e4ce95631bf5fd2fdd6a059debc6d)) +* restructuring tick workers ([52fd0ae](https://github.com/brayn003/stonk.ninja/commit/52fd0ae61374b30417e6461b78e5b88783b330cf)) +* testing release workflow ([bb80b1b](https://github.com/brayn003/stonk.ninja/commit/bb80b1bdbbc5db70d296815eba7ce44e14935bd1)) + + +### Miscellaneous Chores + +* release 0.0.1 ([c32d076](https://github.com/brayn003/stonk.ninja/commit/c32d076e007a33218578b7e5d1609f642c88bd64)) +* release 0.0.2 ([192d306](https://github.com/brayn003/stonk.ninja/commit/192d306b714948501d44a9923d441cb586bb0e67)) +* release 0.0.5 ([0c92abc](https://github.com/brayn003/stonk.ninja/commit/0c92abcbf34d1500c0ab49ce94bc0cd949f1dc46)) +* release 0.0.6 ([440803d](https://github.com/brayn003/stonk.ninja/commit/440803dcf27c7a26ae0e7734a707d8279d45bc0c)) +* release 0.0.7 ([6b6174b](https://github.com/brayn003/stonk.ninja/commit/6b6174b20b76fad05e77f6ad0e42ef9da73bc374)) +* release 0.1.0 ([b26f29d](https://github.com/brayn003/stonk.ninja/commit/b26f29de37e101846ad0d1077a68a6d3e8b0aa2a)) +* release 0.1.1 ([f1866ae](https://github.com/brayn003/stonk.ninja/commit/f1866ae8b574761f8da393c4a5786ee1f2c141dd)) +* release 0.1.10 ([4cf3711](https://github.com/brayn003/stonk.ninja/commit/4cf3711a45133cd3da675dfa7a41f9f5f0262e1d)) +* release 0.1.2 ([cf502dd](https://github.com/brayn003/stonk.ninja/commit/cf502dd574b34f10b1542eb7559306a6e6ae8595)) +* release 0.1.4 ([96dda72](https://github.com/brayn003/stonk.ninja/commit/96dda7296dce348b54f6ce2141d4065841e6ef92)) +* release 0.1.5 ([5c73ecc](https://github.com/brayn003/stonk.ninja/commit/5c73eccdf7e51ac142b1f3143e9b427e7b9b2e39)) +* release 0.1.6 ([458f6a1](https://github.com/brayn003/stonk.ninja/commit/458f6a13d4a99d513a8d9aae1c374e69cb0bb675)) +* release 0.1.7 ([e4d50b0](https://github.com/brayn003/stonk.ninja/commit/e4d50b02c9f1fb4038cb13dee210cf1582279061)) +* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c)) + ## [0.1.8](https://github.com/brayn003/stonk.ninja/compare/v0.1.7...stonk.ninja-tick-workers-v0.1.8) (2024-03-25) diff --git a/tick-workers/package.json b/tick-workers/package.json index b3391b1..13c01bf 100644 --- a/tick-workers/package.json +++ b/tick-workers/package.json @@ -1,6 +1,6 @@ { "name": "@stonk.ninja/tick-workers", - "version": "0.1.8", + "version": "0.1.10", "private": true, "main": "dist/index.js", "scripts": {