Skip to content

Commit

Permalink
Release packages (#5)
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 Feb 14, 2023
1 parent d1ddcc4 commit 6a09e85
Show file tree
Hide file tree
Showing 36 changed files with 212 additions and 41 deletions.
19 changes: 0 additions & 19 deletions .changeset/afraid-cats-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-feet-act.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/umi-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @metaplex-foundation/umi-core

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-core",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/umi-downloader-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @metaplex-foundation/umi-downloader-http

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/umi-eddsa-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @metaplex-foundation/umi-eddsa-web3js

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0
- @metaplex-foundation/umi-web3js-adapters@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/umi-http-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @metaplex-foundation/umi-http-fetch

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- [`6105aa2`](https://github.com/metaplex-foundation/umi/commit/6105aa2b2159fd7624ac4d016f0545df6d306f96) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Keep test exit status after stopping server

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/umi-program-repository/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @metaplex-foundation/umi-program-repository

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/umi-rpc-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @metaplex-foundation/umi-rpc-web3js

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0
- @metaplex-foundation/umi-web3js-adapters@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/umi-serializer-beet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @metaplex-foundation/umi-serializer-beet

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
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.2.0

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/umi-signer-wallet-adapters/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @metaplex-foundation/umi-signer-wallet-adapters

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0
- @metaplex-foundation/umi-web3js-adapters@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/umi-storage-mock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @metaplex-foundation/umi-storage-mock

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
18 changes: 18 additions & 0 deletions packages/umi-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @metaplex-foundation/umi-test

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6), [`6105aa2`](https://github.com/metaplex-foundation/umi/commit/6105aa2b2159fd7624ac4d016f0545df6d306f96)]:
- @metaplex-foundation/umi-core@0.2.0
- @metaplex-foundation/umi-eddsa-web3js@0.2.0
- @metaplex-foundation/umi-http-fetch@0.2.0
- @metaplex-foundation/umi-program-repository@0.2.0
- @metaplex-foundation/umi-rpc-web3js@0.2.0
- @metaplex-foundation/umi-serializer-beet@0.2.0
- @metaplex-foundation/umi-storage-mock@0.2.0
- @metaplex-foundation/umi-transaction-factory-web3js@0.2.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/umi-test",
"version": "0.1.3",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/umi-transaction-factory-web3js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @metaplex-foundation/umi-transaction-factory-web3js

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0
- @metaplex-foundation/umi-web3js-adapters@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/umi-uploader-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @metaplex-foundation/umi-uploader-aws

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
12 changes: 12 additions & 0 deletions packages/umi-uploader-bundlr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @metaplex-foundation/umi-uploader-bundlr

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0
- @metaplex-foundation/umi-web3js-adapters@0.2.0

## 0.1.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.1.2",
"version": "0.2.0",
"license": "MIT",
"sideEffects": false,
"module": "dist/esm/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/umi-uploader-nft-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @metaplex-foundation/umi-uploader-nft-storage

## 0.2.0

### Minor Changes

- [`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename Metaplex to Umi

### Patch Changes

- Updated dependencies [[`b4d681f`](https://github.com/metaplex-foundation/umi/commit/b4d681fd173fb5cc6fe7907c610a23703695c4f6)]:
- @metaplex-foundation/umi-core@0.2.0

## 0.1.2

### Patch Changes
Expand Down
Loading

0 comments on commit 6a09e85

Please sign in to comment.