diff --git a/lerna.json b/lerna.json index eb25ffc..dcc1c22 100644 --- a/lerna.json +++ b/lerna.json @@ -2,10 +2,10 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": false, "npmClient": "pnpm", - "version": "4.1.1", + "version": "4.2.0", "command": { "version": { "preid": "beta" } } -} \ No newline at end of file +} diff --git a/packages/js-auth/package.json b/packages/js-auth/package.json index 415595d..2f38d3b 100644 --- a/packages/js-auth/package.json +++ b/packages/js-auth/package.json @@ -1,6 +1,6 @@ { "name": "@commercelayer/js-auth", - "version": "4.1.1", + "version": "4.2.0", "description": "Commerce Layer Javascript Auth", "repository": { "url": "https://github.com/commercelayer/commercelayer-js-auth.git" @@ -60,4 +60,4 @@ "engines": { "node": ">=18.0.0" } -} \ No newline at end of file +}