Skip to content

Commit

Permalink
🚀 Version packages (#353)
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
layerzero-bot and github-actions[bot] authored Feb 6, 2024
1 parent 40fa7ba commit cb1aa4c
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/fast-candles-do.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- 2007d55: Update example configs; Use dotenv in examples; Use layerzero.config without an extension as a default value for --oapp-config

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/oapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oapp-example",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions examples/oft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/oft-example

## 0.0.11

### Patch Changes

- 2007d55: Update example configs; Use dotenv in examples; Use layerzero.config without an extension as a default value for --oapp-config

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/oft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oft-example",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ua-devtools-evm-hardhat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/ua-devtools-evm-hardhat

## 0.1.3

### Patch Changes

- 2007d55: Update example configs; Use dotenv in examples; Use layerzero.config without an extension as a default value for --oapp-config

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ua-devtools-evm-hardhat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools-evm-hardhat",
"version": "0.1.2",
"version": "0.1.3",
"description": "Hardhat utilities for working with LayerZero EVM contracts",
"repository": {
"type": "git",
Expand Down
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

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

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

## 0.0.20

### Patch Changes

- 2007d55: Update example configs; Use dotenv in examples; Use layerzero.config without an extension as a default value for --oapp-config

## 0.0.19

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tests/ua-devtools-evm-hardhat-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/ua-devtools-evm-hardhat-test",
"version": "0.0.19",
"version": "0.0.20",
"private": true,
"description": "Integration tests for ua-devtools-evm-hardhat for V2",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@layerzerolabs/toolbox-hardhat": "~0.1.2",
"@layerzerolabs/ua-devtools": "~0.1.4",
"@layerzerolabs/ua-devtools-evm": "~0.1.3",
"@layerzerolabs/ua-devtools-evm-hardhat": "~0.1.2",
"@layerzerolabs/ua-devtools-evm-hardhat": "~0.1.3",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/contracts": "^5.0.1",
Expand Down

0 comments on commit cb1aa4c

Please sign in to comment.