Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
chore: release/publish
Browse files Browse the repository at this point in the history
 - @textile/[email protected]
 - @textile/[email protected]
 - @textile/[email protected]
 - @textile/[email protected]
 - @textile/[email protected]
 - @textile/[email protected]
 - @textile/[email protected]
  • Loading branch information
carsonfarmer committed Sep 30, 2020
1 parent c2a7f49 commit 3c77bad
Show file tree
Hide file tree
Showing 21 changed files with 107 additions and 24 deletions.
23 changes: 23 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)


### Bug Fixes

* spelling ([23407d6](https://github.com/textileio/js-threads/commit/23407d63c862571570abc6f8dbecc704102a5f7e))
* tiny => nit ;) ([c851eb0](https://github.com/textileio/js-threads/commit/c851eb01152e31da043c391693e87dbe5a73523b))


### Features

* adds verify to write txn + buffer nits ([159acc1](https://github.com/textileio/js-threads/commit/159acc1381407177dbaa471a510f63a30cdffa1e))
* chore update comment bullet format ([3e99fba](https://github.com/textileio/js-threads/commit/3e99fbae1ba0c18925b2292065df3b4abf149a0c))
* deprecate threads-core, move threadkey to security ([63152f2](https://github.com/textileio/js-threads/commit/63152f2514ae01a6ca539948104c8c32dd0c1503))
* moves to collection config api + cleaner proto types ([792f032](https://github.com/textileio/js-threads/commit/792f03224833260dd1ad9cb9a862b062140e7cbc))
* remove deprecated random identity static method ([d12bb0e](https://github.com/textileio/js-threads/commit/d12bb0ec8f402641106e071bc0f0b43b42c95cf5))
* support write validator and read filters ([627a7d8](https://github.com/textileio/js-threads/commit/627a7d8340ce4637bd4e40ffa69cd299559ab287))
* wait for onEnd when ending txn (might throw) ([83ebe9d](https://github.com/textileio/js-threads/commit/83ebe9dd58aaae027898c1ba32e3186a09e9649b))





# [1.0.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/threads-client",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down Expand Up @@ -42,13 +42,13 @@
],
"dependencies": {
"@improbable-eng/grpc-web": "^0.13.0",
"@textile/context": "^0.7.0",
"@textile/context": "^0.8.0",
"@textile/crypto": "^0.1.0",
"@textile/grpc-transport": "^0.0.5",
"@textile/multiaddr": "^0.0.26",
"@textile/security": "^0.3.0",
"@textile/grpc-transport": "^0.0.6",
"@textile/multiaddr": "^0.1.0",
"@textile/security": "^0.4.0",
"@textile/threads-client-grpc": "^1.0.0",
"@textile/threads-id": "^0.1.15",
"@textile/threads-id": "^0.1.16",
"@types/to-json-schema": "^0.2.0",
"to-json-schema": "^0.2.5"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)


### Features

* deprecate threads-core, move threadkey to security ([63152f2](https://github.com/textileio/js-threads/commit/63152f2514ae01a6ca539948104c8c32dd0c1503))





# [0.7.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/context",
"version": "0.7.0",
"version": "0.8.0",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@improbable-eng/grpc-web": "^0.13.0",
"@textile/security": "^0.3.0"
"@textile/security": "^0.4.0"
},
"gitHead": "696e9d9dd45fbea8ec6bacb3c7f673c45c1bc12a"
}
8 changes: 8 additions & 0 deletions packages/id/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.16](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)

**Note:** Version bump only for package @textile/threads-id





## [0.1.15](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)

**Note:** Version bump only for package @textile/threads-id
Expand Down
2 changes: 1 addition & 1 deletion packages/id/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/threads-id",
"version": "0.1.15",
"version": "0.1.16",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/multiaddr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.1.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)


### Features

* adds verify to write txn + buffer nits ([159acc1](https://github.com/textileio/js-threads/commit/159acc1381407177dbaa471a510f63a30cdffa1e))





## [0.0.26](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)

**Note:** Version bump only for package @textile/multiaddr
Expand Down
2 changes: 1 addition & 1 deletion packages/multiaddr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/multiaddr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/multiaddr",
"version": "0.0.26",
"version": "0.1.0",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand All @@ -25,7 +25,7 @@
}
],
"dependencies": {
"@textile/threads-id": "^0.1.15",
"@textile/threads-id": "^0.1.16",
"@types/bs58": "^4.0.1",
"@types/multiaddr": "^7.2.0",
"@types/multibase": "^0.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/security/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)


### Features

* deprecate threads-core, move threadkey to security ([63152f2](https://github.com/textileio/js-threads/commit/63152f2514ae01a6ca539948104c8c32dd0c1503))





# [0.3.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/security/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/security",
"version": "0.3.0",
"version": "0.4.0",
"description": "Common types/interfaces for Textile security including authentication and authorization.",
"main": "dist/index",
"types": "dist/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/threads/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)


### Features

* deprecate threads-core, move threadkey to security ([63152f2](https://github.com/textileio/js-threads/commit/63152f2514ae01a6ca539948104c8c32dd0c1503))





# [1.0.0](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/threads/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/threads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/threads",
"version": "1.0.0",
"version": "1.1.0",
"description": "Components for building with Threads Database and Client.",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -24,9 +24,9 @@
},
"dependencies": {
"@textile/crypto": "^0.1.0",
"@textile/security": "^0.3.0",
"@textile/threads-client": "^1.0.0",
"@textile/threads-id": "^0.1.15",
"@textile/security": "^0.4.0",
"@textile/threads-client": "^1.1.0",
"@textile/threads-id": "^0.1.16",
"@types/multibase": "^0.6.0",
"fast-sha256": "^1.3.0",
"multibase": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/transport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-30)

**Note:** Version bump only for package @textile/grpc-transport





## [0.0.5](https://github.com/textileio/js-threads/compare/@textile/[email protected]...@textile/[email protected]) (2020-09-24)

**Note:** Version bump only for package @textile/grpc-transport
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textile/grpc-transport",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/index",
"types": "dist/index",
"files": [
Expand Down

0 comments on commit 3c77bad

Please sign in to comment.