Skip to content

Commit 6d4f5db

Browse files
committed
revert a bit
1 parent 7dab7d2 commit 6d4f5db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "7.1.0"
4+
"version": "7.0.0"
55
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build": "lerna exec npm run build",
2020
"build:types": "npm run build -w @craco/types",
2121
"build:craco": "npm run build -w @craco/craco",
22-
"publish": "lerna publish --force-publish --no-private",
22+
"publish": "lerna publish --no-private",
2323
"publish:alpha": "lerna publish --dist-tag alpha --no-private",
2424
"pack": "lerna exec npm pack",
2525
"refresh": "npm run build && npm run bootstrap",

packages/craco-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@craco/types",
33
"description": "Official type declarations for @craco/craco",
4-
"version": "7.1.0",
4+
"version": "7.0.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

packages/craco/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@craco/craco",
33
"description": "Create React App Configuration Override, an easy and comprehensible configuration layer for create-react-app.",
4-
"version": "7.1.0",
4+
"version": "7.0.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)