Skip to content

Commit 6570f8d

Browse files
Version Packages (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7756abe commit 6570f8d

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/pink-hairs-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @bgd-labs/cli
22

3+
## 0.0.96
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7756abe]
8+
- @bgd-labs/toolbox@0.2.23
9+
310
## 0.0.95
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgd-labs/cli",
3-
"version": "0.0.95",
3+
"version": "0.0.96",
44
"main": "./dist/index.mjs",
55
"sideEffects": false,
66
"license": "MIT",

packages/toolbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @bgd-labs/toolbox
22

3+
## 0.2.23
4+
5+
### Patch Changes
6+
7+
- 7756abe: Patched log decoding
8+
39
## 0.2.22
410

511
### Patch Changes

packages/toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgd-labs/toolbox",
3-
"version": "0.2.22",
3+
"version": "0.2.23",
44
"main": "./dist/index.mjs",
55
"browser": "./dist/browser.mjs",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)