Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Bump versions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamiak authored Sep 29, 2023
1 parent 2b3db57 commit 9b40612
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-pots-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-avocados-push.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/backend-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @l2beat/backend-tools

## 0.4.0

### Minor Changes

- 02f8ba7: Improve error reporting parameters

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/backend-tools",
"description": "Common utilities for L2BEAT projects.",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"repository": "https://github.com/l2beat/tools",
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @l2beat/discovery

## 0.6.0

### Minor Changes

- 2b3db57: Support fetching logs in batches

### Patch Changes

- Updated dependencies [02f8ba7]
- @l2beat/backend-tools@0.4.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/discovery",
"description": "L2Beat discovery - engine & tooling utilized for keeping an eye on L2s",
"version": "0.5.0",
"version": "0.6.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand All @@ -18,7 +18,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@l2beat/backend-tools": "^0.3.0",
"@l2beat/backend-tools": "^0.4.0",
"@l2beat/discovery-types": "^0.3.1",
"chalk": "^4.1.2",
"deep-diff": "^1.0.2",
Expand Down

0 comments on commit 9b40612

Please sign in to comment.