Skip to content

Commit

Permalink
chore: bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Oct 30, 2023
1 parent 1c1919d commit 119532f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.34.0",
"version": "0.35.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/client",
"version": "0.33.0-12",
"version": "0.33.0",
"description": "logion SDK for client applications",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/crossmint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/crossmint",
"version": "0.1.27-1",
"version": "0.1.27",
"description": "logion SDK for Crossmint",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/extension",
"version": "0.7.1-2",
"version": "0.7.1",
"description": "logion SDK for Polkadot JS extension",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/multiversx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/multiversx",
"version": "0.1.8-1",
"version": "0.1.8",
"description": "logion SDK for MultiversX",
"main": "dist/index.js",
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/node-api",
"version": "0.24.0-3",
"version": "0.24.0",
"description": "logion API",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 119532f

Please sign in to comment.