Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from textileio/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
carsonfarmer authored Nov 4, 2021
2 parents 07eb5b2 + 3878cbd commit 6516a56
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/wise-mugs-provide.md

This file was deleted.

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

## 1.0.0

### Major Changes

- a22de91: Support query by cid, fetch by cid, and new response types (breaking change)

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/core-storage",
"version": "0.1.0",
"version": "1.0.0",
"description": "Core interfaces for Textile's Filecoin bridge system",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @textile/eth-storage

## 1.0.0

### Major Changes

- a22de91: Support query by cid, fetch by cid, and new response types (breaking change)

### Patch Changes

- Updated dependencies [a22de91]
- @textile/core-storage@1.0.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/eth-storage",
"version": "0.2.0",
"version": "1.0.0",
"description": "ETH/Polygon provider implementation for Textile's Filecoin bridge system",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@textile/core-storage": "^0.1.0",
"@textile/core-storage": "^1.0.0",
"@textile/eth-storage-bridge": "^0.0.1",
"ethers": "^5.4.3"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/near/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @textile/near-storage

## 8.0.0

### Major Changes

- a22de91: Support query by cid, fetch by cid, and new response types (breaking change)

### Patch Changes

- Updated dependencies [a22de91]
- @textile/core-storage@1.0.0

## 7.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/near-storage",
"version": "7.1.0",
"version": "8.0.0",
"description": "NEAR Protocol provider implementation for Textile's Filecoin bridge system",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -24,7 +24,7 @@
"src/**/*.ts"
],
"dependencies": {
"@textile/core-storage": "^0.1.0",
"@textile/core-storage": "^1.0.0",
"@types/bs58": "^4.0.1",
"bs58": "^4.0.1",
"near-api-js": "^0.42.0"
Expand Down

0 comments on commit 6516a56

Please sign in to comment.