Skip to content

Commit 12579f0

Browse files
committed
v4.21.0-beta.0
1 parent 6b726d6 commit 12579f0

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"npmClient": "pnpm",
5-
"version": "4.20.1",
5+
"version": "4.21.0-beta.0",
66
"command": {
77
"version": {
88
"preid": "beta"
99
}
1010
}
11-
}
11+
}

packages/react-components/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
{
22
"name": "@commercelayer/react-components",
3-
"version": "4.20.1",
3+
"version": "4.21.0-beta.0",
44
"description": "The Official Commerce Layer React Components",
55
"type": "module",
66
"module": "lib/index.js",
77
"types": "lib/index.d.ts",
8-
"files": [
9-
"lib",
10-
"package.json",
11-
"README.md"
12-
],
8+
"files": ["lib", "package.json", "README.md"],
139
"exports": {
1410
".": {
1511
"require": "./lib/index.cjs",

0 commit comments

Comments
 (0)