Skip to content

Commit

Permalink
Update the version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msmania committed Apr 7, 2024
1 parent 6bdbef4 commit 5b119ad
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pokt-foundation/pocketjs-monorepo",
"version": "2.2.0",
"version": "2.2.1",
"scripts": {
"build": "turbo run build",
"release": "RELEASE_MODE=true pnpm publish",
Expand Down
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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"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": "2.2.0",
"version": "2.2.1",
"description": "Utilities used across pocket-js",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 5b119ad

Please sign in to comment.