Skip to content

Commit

Permalink
chore(release): Publish monorepo release updates
Browse files Browse the repository at this point in the history
- project: server-result 0.2.0

- project: telemetry 1.2.0
  • Loading branch information
sullivanpj authored and Stormie-Bot committed Sep 13, 2024
1 parent e82025a commit ae42856
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/server-result/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.2.0 (2024-09-13)


### Features

- **telemetry:** Added sentry telemetry functionality ([a29cc50](https://github.com/storm-software/storm-stack/commit/a29cc50))


### Continuous Integration

- **monorepo:** Added updated action parameter names ([e82025a](https://github.com/storm-software/storm-stack/commit/e82025a))
2 changes: 1 addition & 1 deletion packages/server-result/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/server-result",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "⚡ The storm-stack monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storm-stack/telemetry",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Storm-Stack library used to drive server logging and handling telemetry processing in a NodeJS environment.",
"repository": {
"type": "github",
Expand Down

0 comments on commit ae42856

Please sign in to comment.