Skip to content

Commit

Permalink
Release packages (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 3, 2023
1 parent 8d4a286 commit 617feb4
Show file tree
Hide file tree
Showing 41 changed files with 179 additions and 36 deletions.
7 changes: 0 additions & 7 deletions .changeset/rotten-badgers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-pans-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pots-tickle.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/umi-bundle-defaults/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @metaplex-foundation/umi-bundle-defaults

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi-serializer-data-view@0.7.4
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-transaction-factory-web3js@0.7.4
- @metaplex-foundation/umi-downloader-http@0.7.4
- @metaplex-foundation/umi-eddsa-web3js@0.7.4
- @metaplex-foundation/umi-http-fetch@0.7.4
- @metaplex-foundation/umi-program-repository@0.7.4
- @metaplex-foundation/umi-rpc-chunk-get-accounts@0.7.4
- @metaplex-foundation/umi-rpc-web3js@0.7.4

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-bundle-defaults/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-bundle-defaults",
"version": "0.7.3",
"version": "0.7.4",
"description": "A bundle of default Umi plugins to get started",
"license": "MIT",
"sideEffects": false,
Expand Down
14 changes: 14 additions & 0 deletions packages/umi-bundle-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @metaplex-foundation/umi-bundle-tests

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi-serializer-data-view@0.7.4
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-transaction-factory-web3js@0.7.4
- @metaplex-foundation/umi-eddsa-web3js@0.7.4
- @metaplex-foundation/umi-http-fetch@0.7.4
- @metaplex-foundation/umi-program-repository@0.7.4
- @metaplex-foundation/umi-rpc-web3js@0.7.4
- @metaplex-foundation/umi-storage-mock@0.7.4

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-bundle-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-bundle-tests",
"version": "0.7.3",
"version": "0.7.4",
"description": "A bundle of Umi plugins for test purposes",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-downloader-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-downloader-http

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-downloader-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-downloader-http",
"version": "0.7.2",
"version": "0.7.4",
"description": "A downloader implementation relying on the HTTP interface",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/umi-eddsa-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @metaplex-foundation/umi-eddsa-web3js

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-web3js-adapters@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-eddsa-web3js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-eddsa-web3js",
"version": "0.7.2",
"version": "0.7.4",
"description": "An Eddsa implementation relying on Solana's web3.js",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-http-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-http-fetch

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-http-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-http-fetch",
"version": "0.7.2",
"version": "0.7.4",
"description": "An HTTP implementation relying on the fetch API",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-program-repository/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-program-repository

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-program-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-program-repository",
"version": "0.7.2",
"version": "0.7.4",
"description": "A zero-dependency program repository implementation",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-rpc-chunk-get-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-rpc-chunk-get-accounts

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-rpc-chunk-get-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-rpc-chunk-get-accounts",
"version": "0.7.2",
"version": "0.7.4",
"description": "RPC decorator that chunks getAccounts requests into batches",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/umi-rpc-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @metaplex-foundation/umi-rpc-web3js

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-web3js-adapters@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-rpc-web3js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-rpc-web3js",
"version": "0.7.2",
"version": "0.7.4",
"description": "An RPC implementation relying on Solana's web3.js",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-serializer-beet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-serializer-beet

## 0.7.4

### Patch Changes

- [`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Support custom discriminator sizes for enums

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-serializer-beet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-serializer-beet",
"version": "0.7.2",
"version": "0.7.4",
"description": "A serializer implementation relying on Beet",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-serializer-data-view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-serializer-data-view

## 0.7.4

### Patch Changes

- [`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Support custom discriminator sizes for enums

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-serializer-data-view/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-serializer-data-view",
"version": "0.7.3",
"version": "0.7.4",
"description": "A serializer implementation relying on the native DataView API",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-signer-derived/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-signer-derived

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-signer-derived/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-signer-derived",
"version": "0.7.2",
"version": "0.7.4",
"description": "A Signer implementation using the derived identity pattern",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/umi-signer-wallet-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @metaplex-foundation/umi-signer-wallet-adapters

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-web3js-adapters@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-signer-wallet-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-signer-wallet-adapters",
"version": "0.7.2",
"version": "0.7.4",
"description": "A Signer implementation relying on Solana's wallet adapters",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-storage-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-storage-mock

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-storage-mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-storage-mock",
"version": "0.7.2",
"version": "0.7.4",
"description": "A mock implementation of the uploader and downloader interfaces for test purposes",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/umi-transaction-factory-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @metaplex-foundation/umi-transaction-factory-web3js

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-web3js-adapters@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-transaction-factory-web3js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-transaction-factory-web3js",
"version": "0.7.2",
"version": "0.7.4",
"description": "A transaction factory implementation relying on Solana's web3.js",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-uploader-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-uploader-aws

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-uploader-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-uploader-aws",
"version": "0.7.2",
"version": "0.7.4",
"description": "An uploader implementation relying on AWS",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/umi-uploader-bundlr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @metaplex-foundation/umi-uploader-bundlr

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4
- @metaplex-foundation/umi-web3js-adapters@0.7.4

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-uploader-bundlr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-uploader-bundlr",
"version": "0.7.2",
"version": "0.7.4",
"description": "An uploader implementation relying on Bundlr",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/umi-uploader-nft-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @metaplex-foundation/umi-uploader-nft-storage

## 0.7.4

### Patch Changes

- Updated dependencies [[`3718fae`](https://github.com/metaplex-foundation/umi/commit/3718faeafc28400313aa93f8e4db3945218ffb0b), [`00cb767`](https://github.com/metaplex-foundation/umi/commit/00cb7671976a63670bd71b70a06d5452b0761f62), [`f56fc59`](https://github.com/metaplex-foundation/umi/commit/f56fc59eee0deebf347e22a097c19aca1332a52a)]:
- @metaplex-foundation/umi@0.7.4

## 0.7.2

### Patch Changes
Expand Down
Loading

0 comments on commit 617feb4

Please sign in to comment.