Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Mar 26, 2024
1 parent 5471701 commit 1a76499
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "cjs",
"version": "5.2.1",
"version": "6.0.0",
"type": "commonjs",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "cloudflare-workers",
"version": "5.2.1",
"version": "6.0.0",
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
Expand All @@ -18,4 +18,4 @@
"vitest": "1.3.0",
"wrangler": "^3.0.0"
}
}
}
2 changes: 1 addition & 1 deletion examples/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "esm",
"version": "5.2.1",
"version": "6.0.0",
"type": "module",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
"version": "6.0.0-beta.2",
"version": "6.0.0",
"command": {
"version": {
"preid": "beta"
Expand Down
2 changes: 1 addition & 1 deletion packages/js-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/js-auth",
"version": "6.0.0-beta.2",
"version": "6.0.0",
"description": "Commerce Layer Javascript Auth",
"repository": {
"url": "https://github.com/commercelayer/commercelayer-js-auth.git"
Expand Down

0 comments on commit 1a76499

Please sign in to comment.