From 1df03e79c97c27de7ca7e3288ca7bbd4175d6d8e Mon Sep 17 00:00:00 2001 From: Aaron Sutula Date: Thu, 3 Dec 2020 15:35:48 -0600 Subject: [PATCH] chore: release/publish - @textile/buckets@2.1.0 - @textile/crypto@1.0.2 - @textile/grpc-authentication@1.0.3 - @textile/grpc-connection@1.0.3 - @textile/hub-filecoin@1.0.1 - @textile/hub-threads-client@2.0.3 - @textile/hub@2.1.0 - @textile/users@2.0.3 --- packages/buckets/package-lock.json | 2 +- packages/buckets/package.json | 10 +++++----- packages/crypto/package-lock.json | 2 +- packages/crypto/package.json | 2 +- packages/grpc-authentication/package-lock.json | 2 +- packages/grpc-authentication/package.json | 8 ++++---- packages/grpc-connection/package-lock.json | 2 +- packages/grpc-connection/package.json | 2 +- packages/hub-filecoin/package-lock.json | 2 +- packages/hub-filecoin/package.json | 8 ++++---- packages/hub-threads-client/package-lock.json | 2 +- packages/hub-threads-client/package.json | 4 ++-- packages/hub/package-lock.json | 2 +- packages/hub/package.json | 14 +++++++------- packages/users/package-lock.json | 2 +- packages/users/package.json | 10 +++++----- 16 files changed, 37 insertions(+), 37 deletions(-) diff --git a/packages/buckets/package-lock.json b/packages/buckets/package-lock.json index c175b8e45..8e648ce61 100644 --- a/packages/buckets/package-lock.json +++ b/packages/buckets/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/buckets", - "version": "2.1.0-alpha.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/buckets/package.json b/packages/buckets/package.json index d8aebaaeb..e409a7543 100644 --- a/packages/buckets/package.json +++ b/packages/buckets/package.json @@ -1,6 +1,6 @@ { "name": "@textile/buckets", - "version": "2.1.0-alpha.0", + "version": "2.1.0", "description": "web-gRPC wrapper client for managing Textile Buckets.", "main": "dist/index", "types": "dist/index", @@ -32,12 +32,12 @@ "@improbable-eng/grpc-web": "^0.13.0", "@textile/buckets-grpc": "2.2.0", "@textile/context": "^0.9.2", - "@textile/crypto": "^1.0.2-alpha.0", - "@textile/grpc-authentication": "^1.0.3-alpha.0", - "@textile/grpc-connection": "^1.0.3-alpha.0", + "@textile/crypto": "^1.0.2", + "@textile/grpc-authentication": "^1.0.3", + "@textile/grpc-connection": "^1.0.3", "@textile/grpc-transport": "^0.1.0", "@textile/hub-grpc": "2.2.0", - "@textile/hub-threads-client": "^2.0.3-alpha.0", + "@textile/hub-threads-client": "^2.0.3", "@textile/security": "^0.6.2", "@textile/threads-id": "^0.2.0", "abort-controller": "^3.0.0", diff --git a/packages/crypto/package-lock.json b/packages/crypto/package-lock.json index c828158a4..372cf05db 100644 --- a/packages/crypto/package-lock.json +++ b/packages/crypto/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/crypto", - "version": "1.0.2-alpha.0", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/crypto/package.json b/packages/crypto/package.json index dc07ed0b2..fc4276ab2 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@textile/crypto", - "version": "1.0.2-alpha.0", + "version": "1.0.2", "description": "Various crypto modules for use with Textile tools/libraries.", "main": "dist/index", "types": "dist/index", diff --git a/packages/grpc-authentication/package-lock.json b/packages/grpc-authentication/package-lock.json index 113cb0540..537ea32b2 100644 --- a/packages/grpc-authentication/package-lock.json +++ b/packages/grpc-authentication/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-authentication", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/grpc-authentication/package.json b/packages/grpc-authentication/package.json index 74aedafd5..7e668609c 100644 --- a/packages/grpc-authentication/package.json +++ b/packages/grpc-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-authentication", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "description": "web-gRPC state manager for grpc-connection.", "main": "dist/index", "types": "dist/index", @@ -29,9 +29,9 @@ "license": "MIT", "dependencies": { "@textile/context": "^0.9.2", - "@textile/crypto": "^1.0.2-alpha.0", - "@textile/grpc-connection": "^1.0.3-alpha.0", - "@textile/hub-threads-client": "^2.0.3-alpha.0", + "@textile/crypto": "^1.0.2", + "@textile/grpc-connection": "^1.0.3", + "@textile/hub-threads-client": "^2.0.3", "@textile/security": "^0.6.2" }, "devDependencies": { diff --git a/packages/grpc-connection/package-lock.json b/packages/grpc-connection/package-lock.json index f35e7a8dc..e58fcca19 100644 --- a/packages/grpc-connection/package-lock.json +++ b/packages/grpc-connection/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-connection", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/grpc-connection/package.json b/packages/grpc-connection/package.json index bd25bc661..d6237d151 100644 --- a/packages/grpc-connection/package.json +++ b/packages/grpc-connection/package.json @@ -1,6 +1,6 @@ { "name": "@textile/grpc-connection", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "description": "web-gRPC state manager for grpc-connection.", "main": "dist/index", "types": "dist/index", diff --git a/packages/hub-filecoin/package-lock.json b/packages/hub-filecoin/package-lock.json index cfb245746..3a0a94c6b 100644 --- a/packages/hub-filecoin/package-lock.json +++ b/packages/hub-filecoin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-filecoin", - "version": "1.0.1-alpha.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hub-filecoin/package.json b/packages/hub-filecoin/package.json index f1a40d8f3..e75235de2 100644 --- a/packages/hub-filecoin/package.json +++ b/packages/hub-filecoin/package.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-filecoin", - "version": "1.0.1-alpha.0", + "version": "1.0.1", "description": "web-gRPC wrapper client for interacting with Textile Hub Filecoin services.", "main": "dist/index", "types": "dist/index", @@ -31,9 +31,9 @@ "dependencies": { "@improbable-eng/grpc-web": "^0.12.0", "@textile/context": "^0.9.2", - "@textile/crypto": "^1.0.2-alpha.0", - "@textile/grpc-authentication": "^1.0.3-alpha.0", - "@textile/grpc-connection": "^1.0.3-alpha.0", + "@textile/crypto": "^1.0.2", + "@textile/grpc-authentication": "^1.0.3", + "@textile/grpc-connection": "^1.0.3", "@textile/grpc-powergate-client": "^1.2.1", "@textile/hub-grpc": "2.2.0", "@textile/security": "^0.6.2", diff --git a/packages/hub-threads-client/package-lock.json b/packages/hub-threads-client/package-lock.json index d0c2ebcc4..f376cccfe 100644 --- a/packages/hub-threads-client/package-lock.json +++ b/packages/hub-threads-client/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-threads-client", - "version": "2.0.3-alpha.0", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hub-threads-client/package.json b/packages/hub-threads-client/package.json index 3d9ebb5e8..f1093e635 100644 --- a/packages/hub-threads-client/package.json +++ b/packages/hub-threads-client/package.json @@ -1,6 +1,6 @@ { "name": "@textile/hub-threads-client", - "version": "2.0.3-alpha.0", + "version": "2.0.3", "description": "web-gRPC wrapper client for communicating with Threads APIs on the Hub.", "main": "dist/index", "types": "dist/index", @@ -39,7 +39,7 @@ "loglevel": "^1.7.0" }, "devDependencies": { - "@textile/crypto": "^1.0.2-alpha.0", + "@textile/crypto": "^1.0.2", "axios": "^0.20.0", "delay": "^4.4.0", "fast-sha256": "^1.3.0", diff --git a/packages/hub/package-lock.json b/packages/hub/package-lock.json index 5482b3628..056e5113d 100644 --- a/packages/hub/package-lock.json +++ b/packages/hub/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/hub", - "version": "2.1.0-alpha.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/hub/package.json b/packages/hub/package.json index b8c61f098..b1a4e43c6 100644 --- a/packages/hub/package.json +++ b/packages/hub/package.json @@ -1,6 +1,6 @@ { "name": "@textile/hub", - "version": "2.1.0-alpha.0", + "version": "2.1.0", "description": "web-gRPC wrapper client for communicating with Textile Hub.", "main": "dist/index", "types": "dist/index", @@ -25,15 +25,15 @@ "author": "Textile", "license": "MIT", "dependencies": { - "@textile/buckets": "^2.1.0-alpha.0", - "@textile/crypto": "^1.0.2-alpha.0", - "@textile/grpc-authentication": "^1.0.3-alpha.0", - "@textile/hub-filecoin": "^1.0.1-alpha.0", + "@textile/buckets": "^2.1.0", + "@textile/crypto": "^1.0.2", + "@textile/grpc-authentication": "^1.0.3", + "@textile/hub-filecoin": "^1.0.1", "@textile/hub-grpc": "2.2.0", - "@textile/hub-threads-client": "^2.0.3-alpha.0", + "@textile/hub-threads-client": "^2.0.3", "@textile/security": "^0.6.2", "@textile/threads-id": "^0.2.0", - "@textile/users": "^2.0.3-alpha.0", + "@textile/users": "^2.0.3", "loglevel": "^1.6.8", "multihashes": "0.4.19" }, diff --git a/packages/users/package-lock.json b/packages/users/package-lock.json index 68c27bbfb..8a1f19866 100644 --- a/packages/users/package-lock.json +++ b/packages/users/package-lock.json @@ -1,6 +1,6 @@ { "name": "@textile/users", - "version": "2.0.3-alpha.0", + "version": "2.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/users/package.json b/packages/users/package.json index 8b5915ac0..ee2fb0c76 100644 --- a/packages/users/package.json +++ b/packages/users/package.json @@ -1,6 +1,6 @@ { "name": "@textile/users", - "version": "2.0.3-alpha.0", + "version": "2.0.3", "description": "web-gRPC wrapper client for managing Textile Users.", "main": "dist/index", "types": "dist/index", @@ -32,12 +32,12 @@ "@improbable-eng/grpc-web": "^0.13.0", "@textile/buckets-grpc": "2.2.0", "@textile/context": "^0.9.2", - "@textile/crypto": "^1.0.2-alpha.0", - "@textile/grpc-authentication": "^1.0.3-alpha.0", - "@textile/grpc-connection": "^1.0.3-alpha.0", + "@textile/crypto": "^1.0.2", + "@textile/grpc-authentication": "^1.0.3", + "@textile/grpc-connection": "^1.0.3", "@textile/grpc-transport": "^0.1.0", "@textile/hub-grpc": "2.2.0", - "@textile/hub-threads-client": "^2.0.3-alpha.0", + "@textile/hub-threads-client": "^2.0.3", "@textile/security": "^0.6.2", "@textile/threads-id": "^0.2.0", "@textile/users-grpc": "2.2.0",