diff --git a/.changeset/large-clocks-learn.md b/.changeset/large-clocks-learn.md deleted file mode 100644 index 42b183df..00000000 --- a/.changeset/large-clocks-learn.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@metaplex-foundation/umi': patch -'@metaplex-foundation/umi-core': patch -'@metaplex-foundation/umi-downloader-http': patch -'@metaplex-foundation/umi-eddsa-web3js': patch -'@metaplex-foundation/umi-http-fetch': patch -'@metaplex-foundation/umi-program-repository': patch -'@metaplex-foundation/umi-rpc-web3js': patch -'@metaplex-foundation/umi-serializer-beet': patch -'@metaplex-foundation/umi-signer-derived': patch -'@metaplex-foundation/umi-signer-wallet-adapters': patch -'@metaplex-foundation/umi-storage-mock': patch -'@metaplex-foundation/umi-tasks': patch -'@metaplex-foundation/umi-test': patch -'@metaplex-foundation/umi-transaction-factory-web3js': patch -'@metaplex-foundation/umi-uploader-aws': patch -'@metaplex-foundation/umi-uploader-bundlr': patch -'@metaplex-foundation/umi-uploader-nft-storage': patch -'@metaplex-foundation/umi-web3js-adapters': patch ---- - -Publish a new version with changelog and a release tag diff --git a/packages/umi-core/CHANGELOG.md b/packages/umi-core/CHANGELOG.md new file mode 100644 index 00000000..fd3c4b49 --- /dev/null +++ b/packages/umi-core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @metaplex-foundation/umi-core + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag diff --git a/packages/umi-core/package.json b/packages/umi-core/package.json index 33d95a23..541c94ae 100644 --- a/packages/umi-core/package.json +++ b/packages/umi-core/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-core", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-downloader-http/CHANGELOG.md b/packages/umi-downloader-http/CHANGELOG.md new file mode 100644 index 00000000..ac22fdbf --- /dev/null +++ b/packages/umi-downloader-http/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-downloader-http + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-downloader-http/package.json b/packages/umi-downloader-http/package.json index d447c4da..4a8e64b2 100644 --- a/packages/umi-downloader-http/package.json +++ b/packages/umi-downloader-http/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-downloader-http", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-eddsa-web3js/CHANGELOG.md b/packages/umi-eddsa-web3js/CHANGELOG.md new file mode 100644 index 00000000..0d044a5c --- /dev/null +++ b/packages/umi-eddsa-web3js/CHANGELOG.md @@ -0,0 +1,11 @@ +# @metaplex-foundation/umi-eddsa-web3js + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-web3js-adapters@0.1.1 diff --git a/packages/umi-eddsa-web3js/package.json b/packages/umi-eddsa-web3js/package.json index 80e1b667..dc9e8e03 100644 --- a/packages/umi-eddsa-web3js/package.json +++ b/packages/umi-eddsa-web3js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-eddsa-web3js", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-http-fetch/CHANGELOG.md b/packages/umi-http-fetch/CHANGELOG.md new file mode 100644 index 00000000..27718987 --- /dev/null +++ b/packages/umi-http-fetch/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-http-fetch + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-http-fetch/package.json b/packages/umi-http-fetch/package.json index 1a7d2c76..a8b77c49 100644 --- a/packages/umi-http-fetch/package.json +++ b/packages/umi-http-fetch/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-http-fetch", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-program-repository/CHANGELOG.md b/packages/umi-program-repository/CHANGELOG.md new file mode 100644 index 00000000..0e2a7898 --- /dev/null +++ b/packages/umi-program-repository/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-program-repository + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-program-repository/package.json b/packages/umi-program-repository/package.json index a80785ce..31914fb2 100644 --- a/packages/umi-program-repository/package.json +++ b/packages/umi-program-repository/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-program-repository", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-rpc-web3js/CHANGELOG.md b/packages/umi-rpc-web3js/CHANGELOG.md new file mode 100644 index 00000000..8dda431d --- /dev/null +++ b/packages/umi-rpc-web3js/CHANGELOG.md @@ -0,0 +1,11 @@ +# @metaplex-foundation/umi-rpc-web3js + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-web3js-adapters@0.1.1 diff --git a/packages/umi-rpc-web3js/package.json b/packages/umi-rpc-web3js/package.json index 8e779de4..35a069c2 100644 --- a/packages/umi-rpc-web3js/package.json +++ b/packages/umi-rpc-web3js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-rpc-web3js", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-serializer-beet/CHANGELOG.md b/packages/umi-serializer-beet/CHANGELOG.md new file mode 100644 index 00000000..792a93d3 --- /dev/null +++ b/packages/umi-serializer-beet/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-serializer-beet + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-serializer-beet/package.json b/packages/umi-serializer-beet/package.json index ababfdb2..88138ad4 100644 --- a/packages/umi-serializer-beet/package.json +++ b/packages/umi-serializer-beet/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-serializer-beet", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-signer-derived/CHANGELOG.md b/packages/umi-signer-derived/CHANGELOG.md new file mode 100644 index 00000000..435adf02 --- /dev/null +++ b/packages/umi-signer-derived/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-signer-derived + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-signer-derived/package.json b/packages/umi-signer-derived/package.json index 3b3226d3..81498bb9 100644 --- a/packages/umi-signer-derived/package.json +++ b/packages/umi-signer-derived/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-signer-derived", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-signer-wallet-adapters/CHANGELOG.md b/packages/umi-signer-wallet-adapters/CHANGELOG.md new file mode 100644 index 00000000..d305e155 --- /dev/null +++ b/packages/umi-signer-wallet-adapters/CHANGELOG.md @@ -0,0 +1,11 @@ +# @metaplex-foundation/umi-signer-wallet-adapters + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-web3js-adapters@0.1.1 diff --git a/packages/umi-signer-wallet-adapters/package.json b/packages/umi-signer-wallet-adapters/package.json index 94dfcea8..4b74de9c 100644 --- a/packages/umi-signer-wallet-adapters/package.json +++ b/packages/umi-signer-wallet-adapters/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-signer-wallet-adapters", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-storage-mock/CHANGELOG.md b/packages/umi-storage-mock/CHANGELOG.md new file mode 100644 index 00000000..a6568077 --- /dev/null +++ b/packages/umi-storage-mock/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-storage-mock + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-storage-mock/package.json b/packages/umi-storage-mock/package.json index 70795ca2..d92a281e 100644 --- a/packages/umi-storage-mock/package.json +++ b/packages/umi-storage-mock/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-storage-mock", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-tasks/CHANGELOG.md b/packages/umi-tasks/CHANGELOG.md new file mode 100644 index 00000000..25058cb2 --- /dev/null +++ b/packages/umi-tasks/CHANGELOG.md @@ -0,0 +1,7 @@ +# @metaplex-foundation/umi-tasks + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag diff --git a/packages/umi-tasks/package.json b/packages/umi-tasks/package.json index d5b69b45..a030caa0 100644 --- a/packages/umi-tasks/package.json +++ b/packages/umi-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-tasks", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-test/CHANGELOG.md b/packages/umi-test/CHANGELOG.md new file mode 100644 index 00000000..a2749e56 --- /dev/null +++ b/packages/umi-test/CHANGELOG.md @@ -0,0 +1,17 @@ +# @metaplex-foundation/umi-test + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-eddsa-web3js@0.1.1 + - @metaplex-foundation/umi-http-fetch@0.1.1 + - @metaplex-foundation/umi-program-repository@0.1.1 + - @metaplex-foundation/umi-rpc-web3js@0.1.1 + - @metaplex-foundation/umi-serializer-beet@0.1.1 + - @metaplex-foundation/umi-storage-mock@0.1.1 + - @metaplex-foundation/umi-transaction-factory-web3js@0.1.1 diff --git a/packages/umi-test/package.json b/packages/umi-test/package.json index 51fea547..492e8c39 100644 --- a/packages/umi-test/package.json +++ b/packages/umi-test/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-test", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-transaction-factory-web3js/CHANGELOG.md b/packages/umi-transaction-factory-web3js/CHANGELOG.md new file mode 100644 index 00000000..4a8f6215 --- /dev/null +++ b/packages/umi-transaction-factory-web3js/CHANGELOG.md @@ -0,0 +1,11 @@ +# @metaplex-foundation/umi-transaction-factory-web3js + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-web3js-adapters@0.1.1 diff --git a/packages/umi-transaction-factory-web3js/package.json b/packages/umi-transaction-factory-web3js/package.json index f6f8824e..2f342ab8 100644 --- a/packages/umi-transaction-factory-web3js/package.json +++ b/packages/umi-transaction-factory-web3js/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-transaction-factory-web3js", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-uploader-aws/CHANGELOG.md b/packages/umi-uploader-aws/CHANGELOG.md new file mode 100644 index 00000000..97836df8 --- /dev/null +++ b/packages/umi-uploader-aws/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-uploader-aws + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-uploader-aws/package.json b/packages/umi-uploader-aws/package.json index a242a39b..54be0bf1 100644 --- a/packages/umi-uploader-aws/package.json +++ b/packages/umi-uploader-aws/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-uploader-aws", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-uploader-bundlr/CHANGELOG.md b/packages/umi-uploader-bundlr/CHANGELOG.md new file mode 100644 index 00000000..9461f494 --- /dev/null +++ b/packages/umi-uploader-bundlr/CHANGELOG.md @@ -0,0 +1,11 @@ +# @metaplex-foundation/umi-uploader-bundlr + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-web3js-adapters@0.1.1 diff --git a/packages/umi-uploader-bundlr/package.json b/packages/umi-uploader-bundlr/package.json index f07ee814..1c7bec90 100644 --- a/packages/umi-uploader-bundlr/package.json +++ b/packages/umi-uploader-bundlr/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-uploader-bundlr", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-uploader-nft-storage/CHANGELOG.md b/packages/umi-uploader-nft-storage/CHANGELOG.md new file mode 100644 index 00000000..bf0d5dcd --- /dev/null +++ b/packages/umi-uploader-nft-storage/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-uploader-nft-storage + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-uploader-nft-storage/package.json b/packages/umi-uploader-nft-storage/package.json index 4dce1c47..b3442e7e 100644 --- a/packages/umi-uploader-nft-storage/package.json +++ b/packages/umi-uploader-nft-storage/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-uploader-nft-storage", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi-web3js-adapters/CHANGELOG.md b/packages/umi-web3js-adapters/CHANGELOG.md new file mode 100644 index 00000000..d0cb471f --- /dev/null +++ b/packages/umi-web3js-adapters/CHANGELOG.md @@ -0,0 +1,10 @@ +# @metaplex-foundation/umi-web3js-adapters + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 diff --git a/packages/umi-web3js-adapters/package.json b/packages/umi-web3js-adapters/package.json index a8fd9da3..913d5db3 100644 --- a/packages/umi-web3js-adapters/package.json +++ b/packages/umi-web3js-adapters/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-web3js-adapters", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs", diff --git a/packages/umi/CHANGELOG.md b/packages/umi/CHANGELOG.md new file mode 100644 index 00000000..66ed129b --- /dev/null +++ b/packages/umi/CHANGELOG.md @@ -0,0 +1,17 @@ +# @metaplex-foundation/umi + +## 0.1.1 + +### Patch Changes + +- [`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Publish a new version with changelog and a release tag + +- Updated dependencies [[`f30119d`](https://github.com/metaplex-foundation/umi/commit/f30119daf5c51d893c654a064f5fabeb9246aa41)]: + - @metaplex-foundation/umi-core@0.1.1 + - @metaplex-foundation/umi-downloader-http@0.1.1 + - @metaplex-foundation/umi-eddsa-web3js@0.1.1 + - @metaplex-foundation/umi-http-fetch@0.1.1 + - @metaplex-foundation/umi-program-repository@0.1.1 + - @metaplex-foundation/umi-rpc-web3js@0.1.1 + - @metaplex-foundation/umi-serializer-beet@0.1.1 + - @metaplex-foundation/umi-transaction-factory-web3js@0.1.1 diff --git a/packages/umi/package.json b/packages/umi/package.json index a06b0210..8be39a6e 100644 --- a/packages/umi/package.json +++ b/packages/umi/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "sideEffects": false, "module": "dist/esm/index.mjs",