Skip to content

Commit ed6ab10

Browse files
Release packages (#65)
1 parent bc11e6e commit ed6ab10

File tree

39 files changed

+172
-24
lines changed

39 files changed

+172
-24
lines changed

.changeset/lazy-swans-promise.md

Lines changed: 0 additions & 5 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.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bc11e6e`](https://github.com/metaplex-foundation/umi/commit/bc11e6e6f964594c75d04f78ef6c86a87aae6749)]:
8+
- @metaplex-foundation/umi@0.8.1
9+
- @metaplex-foundation/umi-downloader-http@0.8.1
10+
- @metaplex-foundation/umi-eddsa-web3js@0.8.1
11+
- @metaplex-foundation/umi-http-fetch@0.8.1
12+
- @metaplex-foundation/umi-program-repository@0.8.1
13+
- @metaplex-foundation/umi-rpc-chunk-get-accounts@0.8.1
14+
- @metaplex-foundation/umi-rpc-web3js@0.8.1
15+
- @metaplex-foundation/umi-serializer-data-view@0.8.1
16+
- @metaplex-foundation/umi-transaction-factory-web3js@0.8.1
17+
318
## 0.8.0
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.8.0",
3+
"version": "0.8.1",
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.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bc11e6e`](https://github.com/metaplex-foundation/umi/commit/bc11e6e6f964594c75d04f78ef6c86a87aae6749)]:
8+
- @metaplex-foundation/umi@0.8.1
9+
- @metaplex-foundation/umi-eddsa-web3js@0.8.1
10+
- @metaplex-foundation/umi-http-fetch@0.8.1
11+
- @metaplex-foundation/umi-program-repository@0.8.1
12+
- @metaplex-foundation/umi-rpc-web3js@0.8.1
13+
- @metaplex-foundation/umi-serializer-data-view@0.8.1
14+
- @metaplex-foundation/umi-storage-mock@0.8.1
15+
- @metaplex-foundation/umi-transaction-factory-web3js@0.8.1
16+
317
## 0.8.0
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.8.0",
3+
"version": "0.8.1",
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.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bc11e6e`](https://github.com/metaplex-foundation/umi/commit/bc11e6e6f964594c75d04f78ef6c86a87aae6749)]:
8+
- @metaplex-foundation/umi@0.8.1
9+
310
## 0.8.0
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.8.0",
3+
"version": "0.8.1",
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.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bc11e6e`](https://github.com/metaplex-foundation/umi/commit/bc11e6e6f964594c75d04f78ef6c86a87aae6749)]:
8+
- @metaplex-foundation/umi@0.8.1
9+
- @metaplex-foundation/umi-web3js-adapters@0.8.1
10+
311
## 0.8.0
412

513
### Minor Changes

packages/umi-eddsa-web3js/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-eddsa-web3js",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "An Eddsa implementation relying on Solana's web3.js",
55
"license": "MIT",
66
"sideEffects": false,

packages/umi-http-fetch/CHANGELOG.md

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

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

512
### Patch Changes

0 commit comments

Comments
 (0)