diff --git a/.changeset/lemon-humans-hammer.md b/.changeset/lemon-humans-hammer.md deleted file mode 100644 index 04e00f61..00000000 --- a/.changeset/lemon-humans-hammer.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -'@metaplex-foundation/umi-transaction-factory-web3js': patch -'@metaplex-foundation/umi-rpc-chunk-get-accounts': patch -'@metaplex-foundation/umi-signer-wallet-adapters': patch -'@metaplex-foundation/umi-serializers-encodings': patch -'@metaplex-foundation/umi-serializer-data-view': patch -'@metaplex-foundation/umi-uploader-nft-storage': patch -'@metaplex-foundation/umi-serializers-numbers': patch -'@metaplex-foundation/umi-program-repository': patch -'@metaplex-foundation/umi-serializers-core': patch -'@metaplex-foundation/umi-bundle-defaults': patch -'@metaplex-foundation/umi-downloader-http': patch -'@metaplex-foundation/umi-serializer-beet': patch -'@metaplex-foundation/umi-uploader-bundlr': patch -'@metaplex-foundation/umi-web3js-adapters': patch -'@metaplex-foundation/umi-signer-derived': patch -'@metaplex-foundation/umi-bundle-tests': patch -'@metaplex-foundation/umi-eddsa-web3js': patch -'@metaplex-foundation/umi-storage-mock': patch -'@metaplex-foundation/umi-uploader-aws': patch -'@metaplex-foundation/umi-public-keys': patch -'@metaplex-foundation/umi-serializers': patch -'@metaplex-foundation/umi-http-fetch': patch -'@metaplex-foundation/umi-rpc-web3js': patch -'@metaplex-foundation/umi-options': patch -'@metaplex-foundation/umi-tasks': patch -'@metaplex-foundation/umi': patch ---- - -Add types file to package.json exports diff --git a/packages/umi-bundle-defaults/CHANGELOG.md b/packages/umi-bundle-defaults/CHANGELOG.md index e2625df3..cd89cac9 100644 --- a/packages/umi-bundle-defaults/CHANGELOG.md +++ b/packages/umi-bundle-defaults/CHANGELOG.md @@ -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 diff --git a/packages/umi-bundle-defaults/package.json b/packages/umi-bundle-defaults/package.json index 01f5f2af..f9f7db5e 100644 --- a/packages/umi-bundle-defaults/package.json +++ b/packages/umi-bundle-defaults/package.json @@ -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, diff --git a/packages/umi-bundle-tests/CHANGELOG.md b/packages/umi-bundle-tests/CHANGELOG.md index ef85899c..fc318f0e 100644 --- a/packages/umi-bundle-tests/CHANGELOG.md +++ b/packages/umi-bundle-tests/CHANGELOG.md @@ -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 diff --git a/packages/umi-bundle-tests/package.json b/packages/umi-bundle-tests/package.json index 9fd093df..31c76897 100644 --- a/packages/umi-bundle-tests/package.json +++ b/packages/umi-bundle-tests/package.json @@ -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, diff --git a/packages/umi-downloader-http/CHANGELOG.md b/packages/umi-downloader-http/CHANGELOG.md index bf293286..f0b820dd 100644 --- a/packages/umi-downloader-http/CHANGELOG.md +++ b/packages/umi-downloader-http/CHANGELOG.md @@ -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 diff --git a/packages/umi-downloader-http/package.json b/packages/umi-downloader-http/package.json index a5ef5297..abb00f36 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.8.8", + "version": "0.8.9", "description": "A downloader implementation relying on the HTTP interface", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-eddsa-web3js/CHANGELOG.md b/packages/umi-eddsa-web3js/CHANGELOG.md index b98ea56d..c785bf93 100644 --- a/packages/umi-eddsa-web3js/CHANGELOG.md +++ b/packages/umi-eddsa-web3js/CHANGELOG.md @@ -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 diff --git a/packages/umi-eddsa-web3js/package.json b/packages/umi-eddsa-web3js/package.json index 449aec01..d6ce096a 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.8.8", + "version": "0.8.9", "description": "An Eddsa implementation relying on Solana's web3.js", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-http-fetch/CHANGELOG.md b/packages/umi-http-fetch/CHANGELOG.md index 58b00b64..7ae40b27 100644 --- a/packages/umi-http-fetch/CHANGELOG.md +++ b/packages/umi-http-fetch/CHANGELOG.md @@ -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 diff --git a/packages/umi-http-fetch/package.json b/packages/umi-http-fetch/package.json index 45e4d9ea..4271f04e 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.8.8", + "version": "0.8.9", "description": "An HTTP implementation relying on the fetch API", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-options/CHANGELOG.md b/packages/umi-options/CHANGELOG.md index 38751c4a..52f6092a 100644 --- a/packages/umi-options/CHANGELOG.md +++ b/packages/umi-options/CHANGELOG.md @@ -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 diff --git a/packages/umi-options/package.json b/packages/umi-options/package.json index fbd01a4d..69fcd58d 100644 --- a/packages/umi-options/package.json +++ b/packages/umi-options/package.json @@ -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, diff --git a/packages/umi-program-repository/CHANGELOG.md b/packages/umi-program-repository/CHANGELOG.md index beb7d445..4ffee57c 100644 --- a/packages/umi-program-repository/CHANGELOG.md +++ b/packages/umi-program-repository/CHANGELOG.md @@ -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 diff --git a/packages/umi-program-repository/package.json b/packages/umi-program-repository/package.json index 77a0ad12..25b26290 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.8.8", + "version": "0.8.9", "description": "A zero-dependency program repository implementation", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-public-keys/CHANGELOG.md b/packages/umi-public-keys/CHANGELOG.md index 5b54e074..84c08973 100644 --- a/packages/umi-public-keys/CHANGELOG.md +++ b/packages/umi-public-keys/CHANGELOG.md @@ -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 diff --git a/packages/umi-public-keys/package.json b/packages/umi-public-keys/package.json index cabd2ae0..d1ebc5ea 100644 --- a/packages/umi-public-keys/package.json +++ b/packages/umi-public-keys/package.json @@ -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, diff --git a/packages/umi-rpc-chunk-get-accounts/CHANGELOG.md b/packages/umi-rpc-chunk-get-accounts/CHANGELOG.md index 106bbced..8a3223ef 100644 --- a/packages/umi-rpc-chunk-get-accounts/CHANGELOG.md +++ b/packages/umi-rpc-chunk-get-accounts/CHANGELOG.md @@ -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 diff --git a/packages/umi-rpc-chunk-get-accounts/package.json b/packages/umi-rpc-chunk-get-accounts/package.json index 13a72661..7663e54b 100644 --- a/packages/umi-rpc-chunk-get-accounts/package.json +++ b/packages/umi-rpc-chunk-get-accounts/package.json @@ -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, diff --git a/packages/umi-rpc-web3js/CHANGELOG.md b/packages/umi-rpc-web3js/CHANGELOG.md index a37355e6..14eea709 100644 --- a/packages/umi-rpc-web3js/CHANGELOG.md +++ b/packages/umi-rpc-web3js/CHANGELOG.md @@ -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 diff --git a/packages/umi-rpc-web3js/package.json b/packages/umi-rpc-web3js/package.json index 6e0d8b63..b15a2835 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.8.8", + "version": "0.8.9", "description": "An RPC implementation relying on Solana's web3.js", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-serializer-beet/CHANGELOG.md b/packages/umi-serializer-beet/CHANGELOG.md index b0d7512f..3e81860c 100644 --- a/packages/umi-serializer-beet/CHANGELOG.md +++ b/packages/umi-serializer-beet/CHANGELOG.md @@ -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 diff --git a/packages/umi-serializer-beet/package.json b/packages/umi-serializer-beet/package.json index 2326cf53..d91d22f5 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.8.8", + "version": "0.8.9", "description": "A serializer implementation relying on Beet", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-serializer-data-view/CHANGELOG.md b/packages/umi-serializer-data-view/CHANGELOG.md index 1bc4ae7b..82f7a19a 100644 --- a/packages/umi-serializer-data-view/CHANGELOG.md +++ b/packages/umi-serializer-data-view/CHANGELOG.md @@ -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 diff --git a/packages/umi-serializer-data-view/package.json b/packages/umi-serializer-data-view/package.json index 20fbe319..123c8ae0 100644 --- a/packages/umi-serializer-data-view/package.json +++ b/packages/umi-serializer-data-view/package.json @@ -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, diff --git a/packages/umi-serializers-core/CHANGELOG.md b/packages/umi-serializers-core/CHANGELOG.md index d20ca3f0..93401cc4 100644 --- a/packages/umi-serializers-core/CHANGELOG.md +++ b/packages/umi-serializers-core/CHANGELOG.md @@ -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 diff --git a/packages/umi-serializers-core/package.json b/packages/umi-serializers-core/package.json index 10e177f2..69c3cc11 100644 --- a/packages/umi-serializers-core/package.json +++ b/packages/umi-serializers-core/package.json @@ -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, diff --git a/packages/umi-serializers-encodings/CHANGELOG.md b/packages/umi-serializers-encodings/CHANGELOG.md index fad57556..dea68ff7 100644 --- a/packages/umi-serializers-encodings/CHANGELOG.md +++ b/packages/umi-serializers-encodings/CHANGELOG.md @@ -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 diff --git a/packages/umi-serializers-encodings/package.json b/packages/umi-serializers-encodings/package.json index 383675ee..c2854b59 100644 --- a/packages/umi-serializers-encodings/package.json +++ b/packages/umi-serializers-encodings/package.json @@ -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, diff --git a/packages/umi-serializers-numbers/CHANGELOG.md b/packages/umi-serializers-numbers/CHANGELOG.md index 7e09fe9a..e4858a3e 100644 --- a/packages/umi-serializers-numbers/CHANGELOG.md +++ b/packages/umi-serializers-numbers/CHANGELOG.md @@ -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 diff --git a/packages/umi-serializers-numbers/package.json b/packages/umi-serializers-numbers/package.json index ac05b77b..c854440c 100644 --- a/packages/umi-serializers-numbers/package.json +++ b/packages/umi-serializers-numbers/package.json @@ -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, diff --git a/packages/umi-serializers/CHANGELOG.md b/packages/umi-serializers/CHANGELOG.md index 7e4b0802..ad40be4f 100644 --- a/packages/umi-serializers/CHANGELOG.md +++ b/packages/umi-serializers/CHANGELOG.md @@ -1,5 +1,18 @@ # @metaplex-foundation/umi-serializers +## 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 + - @metaplex-foundation/umi-serializers-numbers@0.8.9 + - @metaplex-foundation/umi-serializers-core@0.8.9 + - @metaplex-foundation/umi-public-keys@0.8.9 + - @metaplex-foundation/umi-options@0.8.9 + ## 0.8.8 ### Patch Changes diff --git a/packages/umi-serializers/package.json b/packages/umi-serializers/package.json index 921e4f0a..1598c7ca 100644 --- a/packages/umi-serializers/package.json +++ b/packages/umi-serializers/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-serializers", - "version": "0.8.8", + "version": "0.8.9", "description": "A comprehensive set of serializers for the Umi framework", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-signer-derived/CHANGELOG.md b/packages/umi-signer-derived/CHANGELOG.md index 86e7ac4c..17b2ce1f 100644 --- a/packages/umi-signer-derived/CHANGELOG.md +++ b/packages/umi-signer-derived/CHANGELOG.md @@ -1,5 +1,14 @@ # @metaplex-foundation/umi-signer-derived +## 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 diff --git a/packages/umi-signer-derived/package.json b/packages/umi-signer-derived/package.json index 44c0553b..fcffdbd0 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.8.8", + "version": "0.8.9", "description": "A Signer implementation using the derived identity pattern", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-signer-wallet-adapters/CHANGELOG.md b/packages/umi-signer-wallet-adapters/CHANGELOG.md index e0ce09f4..9b973783 100644 --- a/packages/umi-signer-wallet-adapters/CHANGELOG.md +++ b/packages/umi-signer-wallet-adapters/CHANGELOG.md @@ -1,5 +1,15 @@ # @metaplex-foundation/umi-signer-wallet-adapters +## 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 diff --git a/packages/umi-signer-wallet-adapters/package.json b/packages/umi-signer-wallet-adapters/package.json index 29dedafc..d722d1f6 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.8.8", + "version": "0.8.9", "description": "A Signer implementation relying on Solana's wallet adapters", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-storage-mock/CHANGELOG.md b/packages/umi-storage-mock/CHANGELOG.md index 40d5efce..7f4fa1b4 100644 --- a/packages/umi-storage-mock/CHANGELOG.md +++ b/packages/umi-storage-mock/CHANGELOG.md @@ -1,5 +1,14 @@ # @metaplex-foundation/umi-storage-mock +## 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 diff --git a/packages/umi-storage-mock/package.json b/packages/umi-storage-mock/package.json index ebff50fd..201b77a2 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.8.8", + "version": "0.8.9", "description": "A mock implementation of the uploader and downloader interfaces for test purposes", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-tasks/CHANGELOG.md b/packages/umi-tasks/CHANGELOG.md index be946c76..5045208c 100644 --- a/packages/umi-tasks/CHANGELOG.md +++ b/packages/umi-tasks/CHANGELOG.md @@ -1,5 +1,11 @@ # @metaplex-foundation/umi-tasks +## 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.5.1 ### Patch Changes diff --git a/packages/umi-tasks/package.json b/packages/umi-tasks/package.json index d7cbb5af..89f17e25 100644 --- a/packages/umi-tasks/package.json +++ b/packages/umi-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi-tasks", - "version": "0.5.1", + "version": "0.8.9", "description": "A helper package to handle asynchronous tasks", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-transaction-factory-web3js/CHANGELOG.md b/packages/umi-transaction-factory-web3js/CHANGELOG.md index 6cba4c81..0733b4f5 100644 --- a/packages/umi-transaction-factory-web3js/CHANGELOG.md +++ b/packages/umi-transaction-factory-web3js/CHANGELOG.md @@ -1,5 +1,15 @@ # @metaplex-foundation/umi-transaction-factory-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 diff --git a/packages/umi-transaction-factory-web3js/package.json b/packages/umi-transaction-factory-web3js/package.json index 0a826f6c..dbbaabbe 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.8.8", + "version": "0.8.9", "description": "A transaction factory implementation relying on Solana's web3.js", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-uploader-aws/CHANGELOG.md b/packages/umi-uploader-aws/CHANGELOG.md index 426e9130..2151229b 100644 --- a/packages/umi-uploader-aws/CHANGELOG.md +++ b/packages/umi-uploader-aws/CHANGELOG.md @@ -1,5 +1,14 @@ # @metaplex-foundation/umi-uploader-aws +## 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 diff --git a/packages/umi-uploader-aws/package.json b/packages/umi-uploader-aws/package.json index fe6d0c1c..442c8204 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.8.8", + "version": "0.8.9", "description": "An uploader implementation relying on AWS", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-uploader-bundlr/CHANGELOG.md b/packages/umi-uploader-bundlr/CHANGELOG.md index 7b35cda6..1257628d 100644 --- a/packages/umi-uploader-bundlr/CHANGELOG.md +++ b/packages/umi-uploader-bundlr/CHANGELOG.md @@ -1,5 +1,15 @@ # @metaplex-foundation/umi-uploader-bundlr +## 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 diff --git a/packages/umi-uploader-bundlr/package.json b/packages/umi-uploader-bundlr/package.json index 6a2f9642..aad52cf6 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.8.8", + "version": "0.8.9", "description": "An uploader implementation relying on Bundlr", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-uploader-nft-storage/CHANGELOG.md b/packages/umi-uploader-nft-storage/CHANGELOG.md index 5b791565..a24cd7d5 100644 --- a/packages/umi-uploader-nft-storage/CHANGELOG.md +++ b/packages/umi-uploader-nft-storage/CHANGELOG.md @@ -1,5 +1,14 @@ # @metaplex-foundation/umi-uploader-nft-storage +## 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 diff --git a/packages/umi-uploader-nft-storage/package.json b/packages/umi-uploader-nft-storage/package.json index 97dba721..7c106783 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.8.8", + "version": "0.8.9", "description": "An uploader implementation relying on NFT.Storage", "license": "MIT", "sideEffects": false, diff --git a/packages/umi-web3js-adapters/CHANGELOG.md b/packages/umi-web3js-adapters/CHANGELOG.md index 457795f6..c3e472bf 100644 --- a/packages/umi-web3js-adapters/CHANGELOG.md +++ b/packages/umi-web3js-adapters/CHANGELOG.md @@ -1,5 +1,14 @@ # @metaplex-foundation/umi-web3js-adapters +## 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 diff --git a/packages/umi-web3js-adapters/package.json b/packages/umi-web3js-adapters/package.json index 50b6f707..df84feb6 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.8.8", + "version": "0.8.9", "description": "A helper package to transform web3.js types to and from umi types", "license": "MIT", "sideEffects": false, diff --git a/packages/umi/CHANGELOG.md b/packages/umi/CHANGELOG.md index 59922e7c..9f936979 100644 --- a/packages/umi/CHANGELOG.md +++ b/packages/umi/CHANGELOG.md @@ -1,5 +1,16 @@ # @metaplex-foundation/umi-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 + +- Updated dependencies [[`05e4f9f`](https://github.com/metaplex-foundation/umi/commit/05e4f9ffa4e73d9db8442b26cd32577dc32075c2)]: + - @metaplex-foundation/umi-public-keys@0.8.9 + - @metaplex-foundation/umi-serializers@0.8.9 + - @metaplex-foundation/umi-options@0.8.9 + ## 0.8.8 ### Patch Changes diff --git a/packages/umi/package.json b/packages/umi/package.json index b80a6461..33111a3d 100644 --- a/packages/umi/package.json +++ b/packages/umi/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/umi", - "version": "0.8.8", + "version": "0.8.9", "description": "A JS framework for Solana clients defining core interfaces", "license": "MIT", "sideEffects": false,