Skip to content

Commit

Permalink
Release packages (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2023
1 parent 05e4f9f commit c1c3d37
Show file tree
Hide file tree
Showing 53 changed files with 277 additions and 56 deletions.
30 changes: 0 additions & 30 deletions .changeset/lemon-humans-hammer.md

This file was deleted.

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

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-transaction-factory-web3js@0.8.9
- @metaplex-foundation/umi-rpc-chunk-get-accounts@0.8.9
- @metaplex-foundation/umi-serializer-data-view@0.8.9
- @metaplex-foundation/umi-program-repository@0.8.9
- @metaplex-foundation/umi-downloader-http@0.8.9
- @metaplex-foundation/umi-eddsa-web3js@0.8.9
- @metaplex-foundation/umi-http-fetch@0.8.9
- @metaplex-foundation/umi-rpc-web3js@0.8.9
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "A bundle of default Umi plugins to get started",
"license": "MIT",
"sideEffects": false,
Expand Down
16 changes: 16 additions & 0 deletions packages/umi-bundle-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @metaplex-foundation/umi-bundle-tests

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-transaction-factory-web3js@0.8.9
- @metaplex-foundation/umi-serializer-data-view@0.8.9
- @metaplex-foundation/umi-program-repository@0.8.9
- @metaplex-foundation/umi-eddsa-web3js@0.8.9
- @metaplex-foundation/umi-storage-mock@0.8.9
- @metaplex-foundation/umi-http-fetch@0.8.9
- @metaplex-foundation/umi-rpc-web3js@0.8.9
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "A bundle of Umi plugins for test purposes",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-downloader-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-downloader-http

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "A downloader implementation relying on the HTTP interface",
"license": "MIT",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions packages/umi-eddsa-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @metaplex-foundation/umi-eddsa-web3js

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-web3js-adapters@0.8.9
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "An Eddsa implementation relying on Solana's web3.js",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-http-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-http-fetch

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "An HTTP implementation relying on the fetch API",
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/umi-options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @metaplex-foundation/umi-options

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-options",
"version": "0.8.8",
"version": "0.8.9",
"description": "A TypeScript implementation of Rust Options",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-program-repository/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-program-repository

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "A zero-dependency program repository implementation",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-public-keys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-public-keys

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-serializers-encodings@0.8.9

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-public-keys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-public-keys",
"version": "0.8.8",
"version": "0.8.9",
"description": "Defines public keys for the Umi framework",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-rpc-chunk-get-accounts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-rpc-chunk-get-accounts

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "RPC decorator that chunks getAccounts requests into batches",
"license": "MIT",
"sideEffects": false,
Expand Down
10 changes: 10 additions & 0 deletions packages/umi-rpc-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @metaplex-foundation/umi-rpc-web3js

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-web3js-adapters@0.8.9
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"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.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"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.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi@0.8.9

## 0.8.8

### 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.8.8",
"version": "0.8.9",
"description": "A serializer implementation relying on the native DataView API",
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/umi-serializers-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @metaplex-foundation/umi-serializers-core

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-serializers-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-serializers-core",
"version": "0.8.2",
"version": "0.8.9",
"description": "Core types and helpers for UMI serializers",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-serializers-encodings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-serializers-encodings

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-serializers-core@0.8.9

## 0.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-serializers-encodings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-serializers-encodings",
"version": "0.8.8",
"version": "0.8.9",
"description": "A set of serializers that encode and decode strings",
"license": "MIT",
"sideEffects": false,
Expand Down
9 changes: 9 additions & 0 deletions packages/umi-serializers-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @metaplex-foundation/umi-serializers-numbers

## 0.8.9

### Patch Changes

- [#86](https://github.com/metaplex-foundation/umi/pull/86) [`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add types file to package.json exports

- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]:
- @metaplex-foundation/umi-serializers-core@0.8.9

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-serializers-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-serializers-numbers",
"version": "0.8.2",
"version": "0.8.9",
"description": "A set of serializers for numbers",
"license": "MIT",
"sideEffects": false,
Expand Down
Loading

0 comments on commit c1c3d37

Please sign in to comment.