Skip to content

Commit

Permalink
feat: release for parachain.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdevos committed Apr 19, 2024
1 parent d9d47cd commit 3755aea
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.45.0",
"version": "0.46.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/client-browser",
"version": "0.3.4",
"version": "0.3.5",
"description": "logion SDK for client applications running in a browser",
"main": "dist/index.js",
"packageManager": "yarn@3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/client-expo",
"version": "0.1.0",
"version": "0.1.1",
"description": "logion SDK for client applications built with Expo",
"main": "dist/index.js",
"packageManager": "yarn@3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/client-node",
"version": "0.3.4",
"version": "0.3.5",
"description": "logion SDK for Node.JS client applications",
"main": "dist/index.js",
"packageManager": "yarn@3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react-native-fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logion/client-react-native-fs",
"version": "0.2.4",
"version": "0.2.5",
"description": "logion SDK for client applications running in a React Native app using react-native-fs",
"main": "dist/index.js",
"packageManager": "yarn@3.2.0",
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.43.0-6",
"version": "0.43.0",
"description": "logion SDK for client applications",
"main": "dist/index.js",
"packageManager": "yarn@3.2.0",
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.29.0-7",
"version": "0.29.0",
"description": "logion API",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 3755aea

Please sign in to comment.