Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed Jul 14, 2022
1 parent 207ab40 commit 8e25689
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/abstract-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-abstract-provider",
"version": "1.1.1",
"version": "1.2.0",
"description": "Abstract provider for all other providers to inherit",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/isomorphic-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-isomorphic-provider",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-provider",
"version": "1.1.1",
"version": "1.2.0",
"description": "",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/relayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-relayer",
"version": "1.1.1",
"version": "1.2.0",
"description": "Slim relayer client for the Pocket Network v0 Protocol",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-signer",
"version": "1.1.1",
"version": "1.2.0",
"description": "Signer for Pocket Network V0 accounts",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-transaction-builder",
"version": "1.1.1",
"version": "1.2.0",
"description": "Transaction manager and utilties for the Pocket Network protocol",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-types",
"version": "1.1.1",
"version": "1.2.0",
"description": "PocketJS types",
"type": "module",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-utils",
"version": "1.1.1",
"version": "1.2.0",
"description": "Utilities used across pocket-js",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 8e25689

Please sign in to comment.