Skip to content

Commit

Permalink
🚀 Version packages (#1030)
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 Nov 14, 2024
1 parent 534d47d commit 2c2adfe
Show file tree
Hide file tree
Showing 13 changed files with 30 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-spoons-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-birds-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-wombats-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-countries-change.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- 63238e9: Add ability to swap out the mint authority with a new SPL multisig

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/oft-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oft-solana-example",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"clean": "rm -rf target artifacts cache out .anchor",
Expand All @@ -27,7 +27,7 @@
"@layerzerolabs/devtools": "~0.4.0",
"@layerzerolabs/devtools-evm": "~1.0.0",
"@layerzerolabs/devtools-evm-hardhat": "^2.0.0",
"@layerzerolabs/devtools-solana": "~1.0.0",
"@layerzerolabs/devtools-solana": "~1.0.1",
"@layerzerolabs/eslint-config-next": "~2.3.39",
"@layerzerolabs/io-devtools": "~0.1.11",
"@layerzerolabs/lz-definitions": "^3.0.12",
Expand Down
6 changes: 6 additions & 0 deletions examples/oft-upgradeable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/oft-upgradeable-example

## 0.2.1

### Patch Changes

- 3f43ea5: Make proxies consistent in example

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/oft-upgradeable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/oft-upgradeable-example",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"license": "MIT",
"scripts": {
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.3.1

### Patch Changes

- b63ed66: Add test for OAppRead creation

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"description": "Create LayerZero OApp with one command",
"keywords": [
"LayerZero",
Expand Down
6 changes: 6 additions & 0 deletions packages/devtools-solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @layerzerolabs/devtools-solana

## 1.0.1

### Patch Changes

- 6b9cd85: Fix to use squads v4 client

## 1.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layerzerolabs/devtools-solana",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities for LayerZero Solana projects",
"repository": {
"type": "git",
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 2c2adfe

Please sign in to comment.