Skip to content

Commit 70a7a2a

Browse files
committed
v7.1.0
1 parent 6d4f5db commit 70a7a2a

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
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "7.0.0"
4+
"version": "7.1.0"
55
}

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

0 commit comments

Comments
 (0)