Skip to content

Commit 2f8091b

Browse files
Release packages (#59)
1 parent 8853427 commit 2f8091b

File tree

41 files changed

+182
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+182
-37
lines changed

.changeset/brown-squids-perform.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/light-suits-complain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-apples-bow.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/umi-bundle-defaults/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @metaplex-foundation/umi-bundle-defaults
22

3+
## 0.7.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`416e7c9`](https://github.com/metaplex-foundation/umi/commit/416e7c982d8fbe7e4cb427106731feec1c636545), [`f530089`](https://github.com/metaplex-foundation/umi/commit/f5300891d0bad4b13431a11d87bfa35b6881ae56), [`8853427`](https://github.com/metaplex-foundation/umi/commit/88534278abc4f5bcda5ef83ff289d33f7559331a)]:
8+
- @metaplex-foundation/umi-serializer-data-view@0.7.14
9+
- @metaplex-foundation/umi@0.7.14
10+
- @metaplex-foundation/umi-transaction-factory-web3js@0.7.14
11+
- @metaplex-foundation/umi-downloader-http@0.7.14
12+
- @metaplex-foundation/umi-eddsa-web3js@0.7.14
13+
- @metaplex-foundation/umi-http-fetch@0.7.14
14+
- @metaplex-foundation/umi-program-repository@0.7.14
15+
- @metaplex-foundation/umi-rpc-chunk-get-accounts@0.7.14
16+
- @metaplex-foundation/umi-rpc-web3js@0.7.14
17+
318
## 0.7.13
419

520
### Patch Changes

packages/umi-bundle-defaults/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metaplex-foundation/umi-bundle-defaults",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "A bundle of default Umi plugins to get started",
55
"license": "MIT",
66
"sideEffects": false,

packages/umi-bundle-tests/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @metaplex-foundation/umi-bundle-tests
22

3+
## 0.7.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`416e7c9`](https://github.com/metaplex-foundation/umi/commit/416e7c982d8fbe7e4cb427106731feec1c636545), [`f530089`](https://github.com/metaplex-foundation/umi/commit/f5300891d0bad4b13431a11d87bfa35b6881ae56), [`8853427`](https://github.com/metaplex-foundation/umi/commit/88534278abc4f5bcda5ef83ff289d33f7559331a)]:
8+
- @metaplex-foundation/umi-serializer-data-view@0.7.14
9+
- @metaplex-foundation/umi@0.7.14
10+
- @metaplex-foundation/umi-transaction-factory-web3js@0.7.14
11+
- @metaplex-foundation/umi-eddsa-web3js@0.7.14
12+
- @metaplex-foundation/umi-http-fetch@0.7.14
13+
- @metaplex-foundation/umi-program-repository@0.7.14
14+
- @metaplex-foundation/umi-rpc-web3js@0.7.14
15+
- @metaplex-foundation/umi-storage-mock@0.7.14
16+
317
## 0.7.13
418

519
### Patch Changes

packages/umi-bundle-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metaplex-foundation/umi-bundle-tests",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "A bundle of Umi plugins for test purposes",
55
"license": "MIT",
66
"sideEffects": false,

packages/umi-downloader-http/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @metaplex-foundation/umi-downloader-http
22

3+
## 0.7.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f530089`](https://github.com/metaplex-foundation/umi/commit/f5300891d0bad4b13431a11d87bfa35b6881ae56)]:
8+
- @metaplex-foundation/umi@0.7.14
9+
310
## 0.7.13
411

512
### Patch Changes

packages/umi-downloader-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metaplex-foundation/umi-downloader-http",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "A downloader implementation relying on the HTTP interface",
55
"license": "MIT",
66
"sideEffects": false,

packages/umi-eddsa-web3js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @metaplex-foundation/umi-eddsa-web3js
22

3+
## 0.7.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f530089`](https://github.com/metaplex-foundation/umi/commit/f5300891d0bad4b13431a11d87bfa35b6881ae56)]:
8+
- @metaplex-foundation/umi@0.7.14
9+
- @metaplex-foundation/umi-web3js-adapters@0.7.14
10+
311
## 0.7.13
412

513
### Patch Changes

0 commit comments

Comments
 (0)