Skip to content

Commit

Permalink
Release Packages (#456)
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
github-actions[bot] and github-actions[bot] authored Jan 27, 2023
1 parent c412d4b commit 278b933
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-crabs-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-spoons-explain.md

This file was deleted.

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

## 0.18.0

### Patch Changes

- Updated dependencies [97800255]
- Updated dependencies [c412d4b6]
- @metaplex-foundation/js@0.18.0

## 0.17.12

### 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.17.12",
"version": "0.18.0",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/js-plugin-nft-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @metaplex-foundation/js-plugin-nft-storage

## 0.18.0

### Patch Changes

- Updated dependencies [97800255]
- Updated dependencies [c412d4b6]
- @metaplex-foundation/js@0.18.0

## 0.17.12

### 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.17.12",
"version": "0.18.0",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down
10 changes: 10 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @metaplex-foundation/js

## 0.18.0

### Minor Changes

- c412d4b6: Add support for Programmable NFTs and new instructions

### Patch Changes

- 97800255: Update Auction house doc examples

## 0.17.12

### 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.17.12",
"version": "0.18.0",
"sideEffects": false,
"module": "dist/esm/index.mjs",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 278b933

Please sign in to comment.