Skip to content

Commit

Permalink
chore: set files for '1.0.0' release
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloyx committed Aug 5, 2024
1 parent 8797d95 commit ac22d58
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "1.0.0"
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.10.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.9.0...v0.10.0) (2024-08-05)
## [1.0.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.9.0...v1.0.0) (2024-08-05)


### Features
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-ai-monitoring"
# x-release-please-start-version
version = "0.10.0"
version = "1.0.0"
# x-release-please-end
description = "radicalbit platform"
authors = ["Radicalbit"]
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-platform-sdk"
# x-release-please-start-version
version = "0.10.0"
version = "1.0.0"
# x-release-please-end
description = ""
authors = ["dev.team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spark/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spark"
# x-release-please-start-version
version = "0.10.0"
version = "1.0.0"
# x-release-please-end
description = "Spark jobs collection for Radicalbit AI Monitoring Platform"
authors = ["Radicalbit <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radicalbit-ai-monitoring-ui",
"private": true,
"version": "0.10.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"start:local": "NODE_ENV=local && vite --host 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
1.0.0

0 comments on commit ac22d58

Please sign in to comment.