Skip to content

Commit

Permalink
chore: release v0.1.8 (#17)
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 d9035e5 commit 0a4c762
Show file tree
Hide file tree
Showing 8 changed files with 38 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.7","client":"0.1.7","tick-workers":"0.1.7",".":"0.1.7"}
{"server":"0.1.8","client":"0.1.8","tick-workers":"0.1.8",".":"0.1.8"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.8](https://github.com/brayn003/stonk.ninja/compare/v0.1.7...v0.1.8) (2024-03-25)


### Bug Fixes

* fixing release config minor ([a302b46](https://github.com/brayn003/stonk.ninja/commit/a302b463cc2fca3405ce191a18971117c3563adb))
* minor template title change ([d9035e5](https://github.com/brayn003/stonk.ninja/commit/d9035e5f36dec08b778a602a77a0d7282920a5f4))


### Miscellaneous Chores

* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c))

## 0.1.7 (2024-03-25)


Expand Down
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.8](https://github.com/brayn003/stonk.ninja/compare/v0.1.7...stonk.ninja-client-v0.1.8) (2024-03-25)


### Miscellaneous Chores

* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c))

## [0.1.7](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-client-v0.1.6...stonk.ninja-client-v0.1.7) (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.7",
"version": "0.1.8",
"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.8](https://github.com/brayn003/stonk.ninja/compare/v0.1.7...stonk.ninja-server-v0.1.8) (2024-03-25)


### Miscellaneous Chores

* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c))

## [0.1.7](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-server-v0.1.6...stonk.ninja-server-v0.1.7) (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.7"
version = "0.1.8"
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.8](https://github.com/brayn003/stonk.ninja/compare/v0.1.7...stonk.ninja-tick-workers-v0.1.8) (2024-03-25)


### Miscellaneous Chores

* release 0.1.8 ([1dcb644](https://github.com/brayn003/stonk.ninja/commit/1dcb6440bfb3cfe00f1490522f84d5ce67a8df2c))

## [0.1.7](https://github.com/brayn003/stonk.ninja/compare/stonk.ninja-tick-workers-v0.1.6...stonk.ninja-tick-workers-v0.1.7) (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.7",
"version": "0.1.8",
"private": true,
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0a4c762

Please sign in to comment.