Skip to content

Commit da2052b

Browse files
committed
v7.0.0-alpha.9
1 parent 8838545 commit da2052b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.8"
5+
"version": "7.0.0-alpha.9"
66
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8",
4+
"version": "7.0.0-alpha.9",
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.8",
4+
"version": "7.0.0-alpha.9",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)