diff --git a/lerna.json b/lerna.json index 7942d72..bac424c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": false, "npmClient": "pnpm", - "version": "6.4.0", + "version": "6.5.0", "command": { "version": { "preid": "beta" diff --git a/packages/js-auth/jsr.json b/packages/js-auth/jsr.json index e46c159..1f66ba6 100644 --- a/packages/js-auth/jsr.json +++ b/packages/js-auth/jsr.json @@ -1,5 +1,5 @@ { "name": "@commercelayer/js-auth", - "version": "6.4.0", + "version": "6.5.0", "exports": "./src/index.ts" } \ No newline at end of file diff --git a/packages/js-auth/package.json b/packages/js-auth/package.json index f7090b7..7e56d5e 100644 --- a/packages/js-auth/package.json +++ b/packages/js-auth/package.json @@ -1,6 +1,6 @@ { "name": "@commercelayer/js-auth", - "version": "6.4.0", + "version": "6.5.0", "description": "A JavaScript library designed to simplify authentication when interacting with the Commerce Layer API.", "repository": { "url": "https://github.com/commercelayer/commercelayer-js-auth.git"