Skip to content

Commit

Permalink
Release version 5.2.15-pr-12345.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Apr 26, 2024
1 parent 252d71c commit 6e969ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.2.15-pr-12345.3 (2024-04-26)

### New Features

* **dashboard:** add more logging in (252d71c2)

## 5.2.15-pr-12345.2 (2024-04-26)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-box",
"description": "An extensible GraphQL client and server with modules for caching, request parsing, subscriptions and more.",
"version": "5.2.15-pr-12345.2",
"version": "5.2.15-pr-12345.3",
"author": "Dylan Aubrey",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -172,4 +172,4 @@
"isomorphic",
"server"
]
}
}
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-box/dashboard",
"description": "The GraphQL Box logging analysis dashboard application.",
"version": "0.1.1-pr-12345.2",
"version": "0.1.1-pr-12345.3",
"author": "Dylan Aubrey",
"license": "MIT",
"homepage": "https://github.com/badbatch/graphql-box",
Expand Down

0 comments on commit 6e969ca

Please sign in to comment.