Skip to content

Commit

Permalink
Version Packages (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 26, 2023
1 parent 989a885 commit 281403c
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-ladybugs-obey.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/js-plugin-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/js-plugin-aws

## 0.19.4

### Patch Changes

- Updated dependencies [989a8853]
- @metaplex-foundation/js@0.19.4

## 0.19.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/js-plugin-aws",
"version": "0.19.3",
"version": "0.19.4",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/js-plugin-nft-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/js-plugin-nft-storage

## 0.19.4

### Patch Changes

- Updated dependencies [989a8853]
- @metaplex-foundation/js@0.19.4

## 0.19.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js-plugin-nft-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/js-plugin-nft-storage",
"version": "0.19.3",
"version": "0.19.4",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @metaplex-foundation/js

## 0.19.4

### Patch Changes

- 989a8853: Integrate the new Burn and Verify instructions

## 0.19.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/js",
"version": "0.19.3",
"version": "0.19.4",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 281403c

Please sign in to comment.