Skip to content

Commit

Permalink
🚀 Version packages (#350)
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 a01ec4f commit f9e8fd0
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .changeset/funny-pears-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-pigs-give.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.10

### Patch Changes

- 151a92e: Improve error handling and introduce node engine specifiers

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.10

### Patch Changes

- 151a92e: Improve error handling and introduce node engine specifiers

## 0.0.9

### 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.9",
"version": "0.0.10",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/build-lz-options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# build-lz-options

## 0.0.9

### Patch Changes

- 67f7ca6: Warn users if lzReceive gas is not set.

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/build-lz-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-lz-options",
"version": "0.0.8",
"version": "0.0.9",
"description": "Build LayerZero options with one command",
"keywords": [
"LayerZero",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-lz-oapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-lz-oapp

## 0.1.11

### Patch Changes

- 151a92e: Improve error handling and introduce node engine specifiers

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-lz-oapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-lz-oapp",
"version": "0.1.10",
"version": "0.1.11",
"description": "Create LayerZero OApp with one command",
"keywords": [
"LayerZero",
Expand Down

0 comments on commit f9e8fd0

Please sign in to comment.