Skip to content

Commit 3b4293a

Browse files
committed
v7.0.0-alpha.8
1 parent 0e23038 commit 3b4293a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "7.0.0-alpha.7"
5+
"version": "7.0.0-alpha.8"
66
}

packages/craco-types/package.json

Lines changed: 1 addition & 1 deletion
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.0.0-alpha.7",
4+
"version": "7.0.0-alpha.8",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

packages/craco/package.json

Lines changed: 1 addition & 1 deletion
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.0.0-alpha.7",
4+
"version": "7.0.0-alpha.8",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)