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

Commit

Permalink
Add changeset and gnerate new version
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekop-l2b committed Apr 26, 2024
1 parent a4cf618 commit f18c1b0
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
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.6.0

### Minor Changes

- Refactor logger to allow for multiple backends and formatters

## 0.5.2

### Patch 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.5.2",
"version": "0.6.0",
"license": "MIT",
"repository": "https://github.com/l2beat/tools",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @l2beat/discovery

## 0.47.2

### Patch Changes

- Updated dependencies
- @l2beat/backend-tools@0.6.0

## 0.47.1

### Patch 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.47.1",
"version": "0.47.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand All @@ -19,7 +19,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@l2beat/backend-tools": "^0.5.1",
"@l2beat/backend-tools": "^0.6.0",
"@l2beat/discovery-types": "^0.8.1",
"@mradomski/fast-solidity-parser": "0.1.1",
"chalk": "^4.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/uif/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @l2beat/uif

## 0.5.1

### Patch Changes

- Updated dependencies
- @l2beat/backend-tools@0.6.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/uif/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/uif",
"description": "Universal Indexer Framework.",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"repository": "https://github.com/l2beat/tools",
"bugs": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@l2beat/backend-tools": "^0.5.0"
"@l2beat/backend-tools": "^0.6.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^11.1.0",
Expand Down

0 comments on commit f18c1b0

Please sign in to comment.