Skip to content

Commit

Permalink
🚀 Version packages (#216)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
janjakubnanista and github-actions[bot] authored Jan 18, 2024
1 parent 04174f0 commit 759f0e5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-lies-eat.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- 0cce862: Fixed a problem with duplicate library registration when confgiuring Endpoint

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/devtools",
"version": "0.0.2",
"version": "0.0.3",
"description": "Core utilities for working with LayerZero on-chain infrastructure",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @layerzerolabs/protocol-devtools

## 0.0.3

### Patch Changes

- 0cce862: Fixed a problem with duplicate library registration when confgiuring Endpoint
- Updated dependencies [0cce862]
- @layerzerolabs/devtools@0.0.3

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/protocol-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/protocol-devtools",
"version": "0.0.2",
"version": "0.0.3",
"description": "Utilities for working with LayerZero protocol contracts",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"devDependencies": {
"@layerzerolabs/devtools": "~0.0.2",
"@layerzerolabs/devtools": "~0.0.3",
"@layerzerolabs/lz-definitions": "~2.0.11",
"@layerzerolabs/test-devtools": "~0.0.2",
"@types/jest": "^29.5.11",
Expand All @@ -45,7 +45,7 @@
"zod": "^3.22.4"
},
"peerDependencies": {
"@layerzerolabs/devtools": "~0.0.2",
"@layerzerolabs/devtools": "~0.0.3",
"@layerzerolabs/lz-definitions": "~2.0.11",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 759f0e5

Please sign in to comment.